Page MenuHomeGRNET

.rubocop.yml
No OneTemporary

File Metadata

Created
Sun, Nov 24, 4:49 PM

.rubocop.yml

AllCops:
DisplayCopNames: true
Exclude:
- 'lib/capistrano/**/*'
- 'vendor/bootstrap_form/**/*'
Metrics/LineLength:
Max: 120
Metrics/AbcSize:
Max: 16
Documentation:
Enabled: false
Style/NegatedIf:
Enabled: false
Style/Not:
Enabled: false
Style/WordArray:
Enabled: false
Style/TrailingComma:
Enabled: false
Style/BlockDelimiters:
Enabled: false
Style/TrailingBlankLines:
Enabled: false
Style/EmptyLinesAroundClassBody:
Enabled: false
Style/EmptyLinesAroundModuleBody:
Enabled: false
Lint/HandleExceptions:
Enabled: false

Event Timeline