Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
Follow up renaming cops
Browse files Browse the repository at this point in the history
  • Loading branch information
app2641 committed Nov 28, 2019
1 parent f9aec9a commit 5eb5a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/enabled.yml
Expand Up @@ -93,7 +93,7 @@ Style/LambdaCall:
# and_in_a_method_call({
# no: :difference
# })
Layout/IndentFirstHashElement:
Layout/FirstHashElementIndentation:
EnforcedStyle: consistent

# ドキュメントの無い public クラスを許容する
Expand All @@ -118,7 +118,7 @@ Style/Alias:
# - Vim のデフォルトが with_fixed_indentation
#
# という宗教の違いを許容する
Layout/AlignParameters:
Layout/ParameterAlignment:
Enabled: false

# データ移行のために execute を使うことがあるため許容する
Expand Down
2 changes: 1 addition & 1 deletion config/todo.yml
Expand Up @@ -105,5 +105,5 @@ Naming/MemoizedInstanceVariableName:
Enabled: false

# https://github.com/bbatsov/rubocop/blob/v0.53.0/lib/rubocop/cop/naming/uncommunicative_method_param_name.rb
Naming/UncommunicativeMethodParamName:
Naming/MethodParameterName:
Enabled: false

0 comments on commit 5eb5a11

Please sign in to comment.