Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
1016 commits behind the upstream repository.
.rubocop.yml 150 B
Rails:
  Enabled: true

AllCops:
  Include:
    - '**/Rakefile'
    - '**/config.ru'
  Exclude:
    - 'db/**/*'

Metrics/LineLength:
  Enabled: false