mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 11:29:23 +00:00
new linter rules
This commit is contained in:
parent
50a1b33e32
commit
0fdc4c76a3
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ linter:
|
|||
unawaited_futures: true
|
||||
avoid_double_and_int_checks: false
|
||||
constant_identifier_names: false
|
||||
prefer_final_locals: true
|
||||
prefer_final_in_for_each: true
|
||||
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||
|
||||
|
|
Loading…
Reference in a new issue