Bump rubocop from 0.89.1 to 0.90 [ci skip]

- Sort cops alphabetically in .rubocop.yml
This commit is contained in:
Kapil Sachdev 2020-09-04 10:35:02 +05:30 committed by Elliot Winkler
parent 402abf81bb
commit ed0dcb82d9
3 changed files with 18 additions and 18 deletions

View File

@ -30,10 +30,10 @@ Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation
Layout/SpaceInsideBlockBraces:
Enabled: false
Layout/SpaceInLambdaLiteral:
EnforcedStyle: require_space
Layout/SpaceInsideBlockBraces:
Enabled: false
Lint/AmbiguousOperator:
Enabled: false
Lint/AmbiguousRegexpLiteral:
@ -80,26 +80,20 @@ Naming/AsciiIdentifiers:
Enabled: false
Naming/BinaryOperatorParameterName:
Enabled: false
Naming/FileName:
Enabled: false
Naming/MemoizedInstanceVariableName:
EnforcedStyleForLeadingUnderscores: required
Naming/PredicateName:
Enabled: false
Style/BlockDelimiters:
Enabled: false
Style/ClassVars:
Enabled: false
Style/ColonMethodCall:
Enabled: false
Naming/FileName:
Enabled: false
Rails/Date:
Enabled: false
Rails/Delegate:
Enabled: false
Rails/TimeZone:
Enabled: false
Rails/HttpPositionalArguments:
Enabled: false
Rails/TimeZone:
Enabled: false
Style/Alias:
Enabled: false
Style/ArrayJoin:
@ -108,19 +102,25 @@ Style/AsciiComments:
Enabled: false
Style/Attr:
Enabled: false
Style/BlockDelimiters:
Enabled: false
Style/CaseEquality:
Enabled: false
Style/CharacterLiteral:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/ClassVars:
Enabled: false
Style/CollectionMethods:
Enabled: true
PreferredMethods:
find: detect
reduce: inject
collect: map
find: detect
find_all: select
reduce: inject
Style/ColonMethodCall:
Enabled: false
Style/CommentAnnotation:
Enabled: false
Style/Documentation:
@ -213,11 +213,11 @@ Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma
Style/TrivialAccessors:
Enabled: false
Style/VariableInterpolation:
Enabled: false
Style/WhenThen:
Enabled: false
Style/WhileUntilModifier:
Enabled: false
Style/WordArray:
Enabled: false
Style/VariableInterpolation:
Enabled: false

View File

@ -14,6 +14,6 @@ gem 'zeus', require: false
# YARD
gem 'fssm'
gem 'rouge'
gem 'redcarpet'
gem 'rouge'
gem 'yard'

View File

@ -40,7 +40,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.89.1)
rubocop (0.90.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)