mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Code style fixes
This commit is contained in:
parent
c6bbc67dab
commit
d8acf60049
72 changed files with 458 additions and 594 deletions
|
|
@ -1,6 +1,18 @@
|
|||
engines:
|
||||
brakeman:
|
||||
enabled: true
|
||||
fixme:
|
||||
enabled: true
|
||||
flog:
|
||||
enabled: true
|
||||
reek:
|
||||
enabled: true
|
||||
rubocop:
|
||||
enabled: true
|
||||
checks:
|
||||
Rubocop/Style/StringLiterals:
|
||||
enabled: false
|
||||
Rubocop/Style/TrailingCommaInLiteral:
|
||||
enabled: false
|
||||
Rubocop/Style/HashSyntax:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue