mirror of
https://github.com/jimeh/bunnyrun.git
synced 2026-02-18 23:46:39 +00:00
12 lines
180 B
YAML
12 lines
180 B
YAML
inherit_from: .rubocop_todo.yml
|
|
require: rubocop-rspec
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.3
|
|
|
|
Documentation:
|
|
Enabled: false
|
|
|
|
Style/HashSyntax:
|
|
EnforcedStyle: ruby19_no_mixed_keys
|