diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-06-09 23:58:48 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-06-10 00:17:24 -0600 |
| commit | eabb2f1715a2ed8b3c0e27fa1e6e09f147cb27c3 (patch) | |
| tree | d5a824c2556ec9418ffb2d675f382cb63c2b559e | |
| parent | bc0f47a2b729178e5a38b591a8c671bc5156f80e (diff) | |
exclude rubocop 1.16.1, which has a known bug
| -rw-r--r-- | .rubocop.yml | 2 | ||||
| -rw-r--r-- | Gemfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index d51d252e..224e592f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -20,7 +20,7 @@ Layout/EmptyLinesAroundAttributeAccessor: Layout/FirstArgumentIndentation: Enabled: false Layout/HashAlignment: - Enabled: false # FIXME reenable; causes rubocop to crash + Enabled: true Layout/HeredocIndentation: Enabled: false Layout/LeadingCommentSpace: @@ -22,7 +22,7 @@ group :docs do end group :lint do - gem 'rubocop', '~> 1.16.0', require: false + gem 'rubocop', '~> 1.16.0', '!= 1.16.1', require: false gem 'rubocop-rake', '~> 0.5.0', require: false gem 'rubocop-rspec', '~> 2.4.0', require: false end |
