rubocop-rails_config

RuboCop configuration which has the same code style checking as official Ruby on Rails.

MIT License

Downloads
2.2M
Stars
155

Bot releases are visible (Hide)

rubocop-rails_config -

Published by toshimaru over 3 years ago

  • Drop Ruby 2.4 support and require RuboCop 1.13 or higher #112 ( @koic )
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • Enable Performance/StringReplacement cop #110 ( @koic )
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • Support RuboCop v1.13 #109 @toshimaru
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • Relax TargetRubyVersion #107 @koic

If you'd like to specify TargetRubyVersion, see Customization.

rubocop-rails_config -

Published by toshimaru over 3 years ago

⚠️ Exclude directories by rubocop-rails_config gem has been changed

db and config directories are NOT excluded by default. (see also. #104 #105)

If you'd like to ignore these directories, please set your own Exclude setting in your project.

inherit_mode:
  merge:
    - Exclude

AllCops:
  Exclude:
    - 'config/**/*'
    - 'db/**/*'

Changes

  • Exclude only schema.rb in db directory #104
  • Include config directory by default #105
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • @toshimaru Add rubocop v1.12 (#103)
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • Add rubocop v1.11 support #102 @toshimaru
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • Disable Layout/FirstArgumentIndentation cop #101 (@koic )
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • Default branch for Rails is now main instead of master #99 ( @willnet )
  • Add rubocop v1.10 #100 ( @toshimaru )
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • Update README #98 (@koic)
  • Require RuboCop 1.8 or higher #97 (@koic)
  • Disable Lint/ShadowingOuterLocalVariable cop #95 (@koic)
  • Enable Performance/BindCall cop #96 (@koic)
  • Opt out of SuggestExtensions message #94 (@koic)
rubocop-rails_config -

Published by toshimaru over 3 years ago

  • rubocop v1.9 support #93
rubocop-rails_config -

Published by toshimaru almost 4 years ago

  • Enable Lint/DuplicateRequire cop #92 (@koic)
rubocop-rails_config -

Published by toshimaru almost 4 years ago

  • Add Ruby v3.0 and rubocop v1.8 support #91
rubocop-rails_config -

Published by toshimaru almost 4 years ago

  • Add rubocop v1.7 support #90
rubocop-rails_config -

Published by toshimaru almost 4 years ago

  • Bump RuboCop::Packaging to v0.5 #89 ( @utkarsh2102 )
rubocop-rails_config -

Published by toshimaru almost 4 years ago

  • Add rubocop v1.6 support #88
rubocop-rails_config -

Published by toshimaru almost 4 years ago

  • Enable Style/RedundantRegexpEscape cop #87 (@koic )
rubocop-rails_config -

Published by toshimaru almost 4 years ago

  • Support rubocop v1.5 #86
rubocop-rails_config -

Published by toshimaru almost 4 years ago

Support rubocop v1.4 #85

rubocop-rails_config -

Published by toshimaru almost 4 years ago

  • Support rubocop version 1.1, 1.2 and 1.3 #84