Skip to content

Commit

Permalink
Revert "Move linter rule files to separate folder to see if this fixe…
Browse files Browse the repository at this point in the history
…s issue"

This reverts commit a0190f6.
  • Loading branch information
johannaengland committed Jul 4, 2024
1 parent a0190f6 commit b82cbbe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 271 deletions.
131 changes: 0 additions & 131 deletions .github/linters/pyproject.toml

This file was deleted.

140 changes: 0 additions & 140 deletions .github/linters/tox.ini

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
# Validate whole codebase on pushes and only changes on pull requests
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }}
# Tell the linter the location of the configuration file (pyproject.toml)
LINTER_RULES_PATH: /
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
PYTHON_FLAKE8_CONFIG_FILE: tox.ini
FILTER_REGEX_EXCLUDE: .*python/nav/smidumps/.*
Expand Down

0 comments on commit b82cbbe

Please sign in to comment.