Skip to content

cleanup linting errors #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ markdown_all: &markdown_all

documentation_all:
- *doc_files
- *markdown_all
- *markdown_all
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

"type/documentation":
- changed-files:
- any-glob-to-any-file: ["docs/**"]
- any-glob-to-any-file: ["docs/**"]
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
name: Build and Deploy Docusaurus
# yamllint disable rule:truthy rule:truthy rule:line-length

on:
pull_request:
push:
branches:
- main
pull_request:
branches:
- main

env:
VALE_VERSION: "3.7.1"
Expand Down Expand Up @@ -114,4 +118,4 @@ jobs:
env:
VALE_VERSION: ${{ env.VALE_VERSION }}
- name: "Validate documentation style"
run: ./vale $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )
run: ./vale $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) )
2 changes: 2 additions & 0 deletions .vale/styles/spelling-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ codespaces
combobox
config
Config
Containerlab
content_type
convert_query_response
coroutine
Expand Down Expand Up @@ -123,6 +124,7 @@ UUID
validators
Version Control
Vitest
VLANs
Yaml
yamllint
YouTube
Expand Down
Loading