mirror of
https://github.com/shizand/statapp.git
synced 2025-10-01 03:19:47 +03:00
@@ -14,6 +14,9 @@ argument-rgx=^_?[a-z][a-zA-Z0-9]+$|^_?[a-z0-9]+$
|
||||
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__
|
||||
|
||||
[SIMILARITIES]
|
||||
min-similarity-lines=8
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=
|
||||
unused-argument,
|
||||
|
Reference in New Issue
Block a user