mirror of
https://github.com/shizand/statapp.git
synced 2025-04-03 16:13:44 +03:00
try fix
This commit is contained in:
parent
094a456d52
commit
c410df2c5d
@ -14,6 +14,9 @@ argument-rgx=^_?[a-z][a-zA-Z0-9]+$|^_?[a-z0-9]+$
|
|||||||
function-rgx=^_?[a-z][a-zA-Z0-9]+$ # camelCase
|
function-rgx=^_?[a-z][a-zA-Z0-9]+$ # camelCase
|
||||||
method-rgx=^_?[a-z][a-zA-Z0-9]+$|^_?on_[a-z][a-zA-Z]+_[a-z][a-zA-Z]+|^__init__$ # camelCase, on_camelCaseWidget_camelCaseSignal and __init__
|
method-rgx=^_?[a-z][a-zA-Z0-9]+$|^_?on_[a-z][a-zA-Z]+_[a-z][a-zA-Z]+|^__init__$ # camelCase, on_camelCaseWidget_camelCaseSignal and __init__
|
||||||
|
|
||||||
|
[SIMILARITIES]
|
||||||
|
min-similarity-lines=8
|
||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
disable=
|
disable=
|
||||||
unused-argument,
|
unused-argument,
|
||||||
|
Loading…
Reference in New Issue
Block a user