debian-mirror-gitlab/doorkeeper/.rubocop.yml

14 lines
155 B
YAML
Raw Normal View History

2020-01-04 02:51:38 +05:30
AllCops:
Exclude:
- "spec/dummy/db/*"
LineLength:
Exclude:
- spec/**/*
StringLiterals:
Enabled: false
TrailingBlankLines:
Enabled: true