Skip to content

Commit

Permalink
fix: ci: improving linters
Browse files Browse the repository at this point in the history
  • Loading branch information
davmacario committed Oct 6, 2024
1 parent be2354f commit f4e4ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/.python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ max-attributes=20

[MESSAGES CONTROL]

disable=C0114,W1514,C0103,R1710,R1720,R1705,C0116
disable=C0114,W1514,C0103,R1710,R1720,R1705,C0116,E0401
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
VALIDATE_JSON: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_DOCKERFILE_HADOLINT: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Do not lint downloaded code - see https://github.com/github/super-linter
Expand Down

0 comments on commit f4e4ad9

Please sign in to comment.