Update Hound Rubocop

This commit is contained in:
Urban Rotnik 2019-12-20 15:57:24 +01:00
parent fa6b1fa0db
commit 0ff3039368
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
ruby: ruby:
config_file: .rubocop.yml config_file: .rubocop.yml
version: 0.72.0 version: 0.75.0
eslint: eslint:
enabled: true enabled: true

View file

@ -83,7 +83,7 @@ Naming/FileName:
Enabled: false Enabled: false
Exclude: [] Exclude: []
Layout/FirstParameterIndentation: Layout/IndentFirstArgument:
EnforcedStyle: consistent EnforcedStyle: consistent
Style/For: Style/For: