tilde.news/.rubocop.yml

37 lines
399 B
YAML
Raw Normal View History

2018-03-02 04:30:57 +00:00
# Project setup:
Rails:
Enabled: true
AllCops:
Include:
- '**/Rakefile'
- '**/config.ru'
Exclude:
2018-03-02 04:50:11 +00:00
- 'bin/**/*'
2018-03-02 04:30:57 +00:00
- 'db/**/*'
# Cop configuration:
# Bundler
# Gemspec
# Layout
Layout/AccessModifierIndentation:
EnforcedStyle: outdent
2018-03-02 04:50:11 +00:00
Layout/EmptyLinesAroundExceptionHandlingKeywords:
Enabled: false
2018-03-02 04:30:57 +00:00
# Lint
# Metrics
# Naming
# Performance
# Rails
# Security
# Style