Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Ignore Jones Complexity for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weastur committed Mar 17, 2021
1 parent c9cd205 commit 3725922
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -27,9 +27,10 @@ max-line-length = 120
; WPS425 - Found boolean non-keyword argument
; WPS528 - implicit '.items()' usage
; WPS609 - direct magic attribute usage
; WPS221 - Found line with high Jones Complexity
ignore = Q0 C812 D WPS305 WPS323 WPS226 WPS204 W503 WPS421 WPS412 WPS410 WPS306 WPS528 S310
per-file-ignores =
test_*: WPS450 WPS609 WPS326 WPS432 WPS336 WPS430 S108 WPS425 WPS213 WPS214 WPS235
test_*: WPS450 WPS609 WPS326 WPS432 WPS336 WPS430 S108 WPS425 WPS213 WPS214 WPS235 WPS221
config.py: WPS237 WPS202
analyzer.py: WPS235
filters.py: WPS202

0 comments on commit 3725922

Please sign in to comment.