Configure Rubocop to work with StandardRB
This commit is contained in:
parent
459be53b5c
commit
93611a3bd9
|
@ -0,0 +1,7 @@
|
|||
require: standard
|
||||
|
||||
inherit_gem:
|
||||
standard: config/base.yml
|
||||
|
||||
AllCops:
|
||||
DisabledByDefault: true
|
|
@ -1 +1 @@
|
|||
3.3.0
|
||||
3.3.3
|
||||
|
|
Loading…
Reference in New Issue