Skip to content

Commit

Permalink
rubocop-0.76: updating cop names based on 0.76 release - rubocop/rubo…
Browse files Browse the repository at this point in the history
  • Loading branch information
joebrislin committed Mar 18, 2020
1 parent 93eb40d commit 7b0ee9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .gitignore
@@ -0,0 +1,10 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'

# IDE Configs
.idea/
.vscode/
.rubocop-*
4 changes: 2 additions & 2 deletions rubocop.yml
Expand Up @@ -25,8 +25,8 @@ Layout/EndOfLine:
EnforcedStyle: lf

# Allow less whitespace in indentation
# https://github.com/rubocop-hq/rubocop/blob/master/manual/cops_layout.md#layoutalignparameters
Layout/AlignParameters:
# https://github.com/rubocop-hq/rubocop/blob/master/manual/cops_layout.md#layoutparameteralignment
Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation

# Don't require empty lines between module and class lines
Expand Down

0 comments on commit 7b0ee9a

Please sign in to comment.