mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Update allowed complexity to 11
This commit is contained in:
@@ -5,7 +5,7 @@ exclude =
|
|||||||
*/source-packages/,
|
*/source-packages/,
|
||||||
*/__pycache__
|
*/__pycache__
|
||||||
show_source = true
|
show_source = true
|
||||||
max_complexity = 10
|
max_complexity = 11
|
||||||
max_line_length = 200
|
max_line_length = 200
|
||||||
statistics = true
|
statistics = true
|
||||||
doctests = true
|
doctests = true
|
||||||
@@ -24,4 +24,4 @@ show_missing = True
|
|||||||
omit =
|
omit =
|
||||||
*_test.py,
|
*_test.py,
|
||||||
*/site-packages/*,
|
*/site-packages/*,
|
||||||
*/source-packages/*
|
*/source-packages/*
|
||||||
|
|||||||
Reference in New Issue
Block a user