Skip to content

Commit cafd1a6

Browse files
authored
ci: Adjust Spelling/Lint Allowlist (#619)
1 parent b5f23e8 commit cafd1a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/spelling/excludes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@
8888
\.gitignore\E$
8989
\.vscode/
9090
^\Qdocs/partners.md\E$
91+
^\Qspecification/json/a2a.json\E$

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
LOG_LEVEL: WARN
5555
SHELLCHECK_OPTS: -e SC1091 -e 2086
56-
FILTER_REGEX_INCLUDE: "^(docs/|specification/).*"
56+
FILTER_REGEX_INCLUDE: "^(docs/|types/).*"
5757
VALIDATE_PYTHON_BLACK: false
5858
VALIDATE_PYTHON_FLAKE8: false
5959
VALIDATE_PYTHON_ISORT: false

0 commit comments

Comments
 (0)