codeclimate validate-config
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'ratings' has been deprecated, and will not be used
WARNING: unrecognized key 'ruby'
The `Style/TrailingComma` cop no longer exists. Please use `Style/TrailingCommaInLiteral` and/or `Style/TrailingCommaInArguments` instead.
(obsolete configuration found in config/style_guides/ruby.yml, please update it)
The `Rails/DefaultScope` cop no longer exists.
(obsolete configuration found in config/style_guides/ruby.yml, please update it)
The `Lint/InvalidCharacterLiteral` cop has been removed since it was never being actually triggered.
(obsolete configuration found in config/style_guides/ruby.yml, please update it)
obsolete parameter EnforcedStyle (for Style/Encoding) found in config/style_guides/ruby.yml
Style/Encoding no longer supports styles. The "never" behavior is always assumed.
obsolete parameter SupportedStyles (for Style/Encoding) found in config/style_guides/ruby.yml
Style/Encoding no longer supports styles. The "never" behavior is always assumed.
obsolete parameter MaxLineLength (for Style/IfUnlessModifier) found in config/style_guides/ruby.yml
`Style/IfUnlessModifier: MaxLineLength` has been removed. Use `Metrics/LineLength: Max` instead
obsolete parameter MaxLineLength (for Style/WhileUntilModifier) found in config/style_guides/ruby.yml
`Style/WhileUntilModifier: MaxLineLength` has been removed. Use `Metrics/LineLength: Max` instead
obsolete parameter RunRailsCops (for AllCops) found in config/style_guides/ruby.yml
Use the following configuration instead:
Rails:
Enabled: true
Warning: unrecognized cop Style/TrailingComma found in config/style_guides/ruby.yml
Warning: unrecognized cop Rails/DefaultScope found in config/style_guides/ruby.yml
Warning: unrecognized cop Style/Blocks found in config/style_guides/ruby.yml
Warning: unrecognized cop Layout/SpaceInsideBrackets found in config/style_guides/ruby.yml
Warning: unrecognized cop Style/UnneededPercentX found in config/style_guides/ruby.yml
Warning: unrecognized cop Lint/InvalidCharacterLiteral found in config/style_guides/ruby.yml
Warning: unrecognized parameter AllCops:RunRailsCops found in config/style_guides/ruby.yml
Warning: unrecognized parameter Style/Encoding:EnforcedStyle found in config/style_guides/ruby.yml
Warning: unrecognized parameter Style/Encoding:SupportedStyles found in config/style_guides/ruby.yml
Warning: unrecognized parameter Style/IfUnlessModifier:MaxLineLength found in config/style_guides/ruby.yml
Warning: unrecognized parameter Style/RegexpLiteral:MaxSlashes found in config/style_guides/ruby.yml
Warning: unrecognized parameter Layout/SpaceAroundBlockParameters:SupportedStyles found in config/style_guides/ruby.yml
Warning: unrecognized parameter Style/WhileUntilModifier:MaxLineLength found in config/style_guides/ruby.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStyles found in config/style_guides/ruby.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStyles found in config/style_guides/ruby.yml