debian-mirror-gitlab/doorkeeper/.rubocop.yml
2020-01-04 02:51:38 +05:30

13 lines
155 B
YAML

AllCops:
Exclude:
- "spec/dummy/db/*"
LineLength:
Exclude:
- spec/**/*
StringLiterals:
Enabled: false
TrailingBlankLines:
Enabled: true