ydkn--capistrano-rails-console/.rubocop.yml

13 lines
169 B
YAML
Raw Permalink Normal View History

2019-06-19 09:27:48 +00:00
require:
- rubocop-performance
2018-10-07 13:16:37 +00:00
AllCops:
TargetRubyVersion: 2.4
2018-10-07 13:16:37 +00:00
2018-06-09 16:45:58 +00:00
Naming/FileName:
Exclude:
- 'lib/capistrano-rails-console.rb'
2018-10-07 13:16:37 +00:00
Metrics/LineLength:
Max: 120