Skip to content

Commit

Permalink
fix ignore unit test regex
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed Feb 29, 2024
1 parent 41ac9a1 commit 3d32c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ignore=CVS,tests.py
# ignore-list. The regex matches against paths and can be in Posix or Windows
# format. Because '\\' represents the directory delimiter on Windows systems,
# it can't be used as an escape character.
ignore-paths=^.*migrations/.*$,^.*_tests/.*$,^.*_unit_test.*$
ignore-paths=^.*migrations/.*$,^.*_tests/.*$,^.*unit_test.*$

# Files or directories matching the regular expression patterns are skipped.
# The regex matches against base names, not paths. The default value ignores
Expand Down

0 comments on commit 3d32c93

Please sign in to comment.