Skip to content

Releases: toshimaru/rubocop-rails_config

v1.5.0

25 Apr 14:39
Compare
Choose a tag to compare
  • Drop Ruby 2.4 support and require RuboCop 1.13 or higher #112 ( @koic )

v1.4.3

23 Apr 23:52
Compare
Choose a tag to compare
  • Enable Performance/StringReplacement cop #110 ( @koic )

v1.4.2

21 Apr 23:41
Compare
Choose a tag to compare

v1.4.1

21 Apr 00:20
Compare
Choose a tag to compare

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

v1.4.0

13 Apr 00:24
Compare
Choose a tag to compare

⚠️ 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

v1.3.4

24 Mar 23:35
Compare
Choose a tag to compare

v1.3.3

02 Mar 00:54
Compare
Choose a tag to compare

v1.3.2

24 Feb 02:54
Compare
Choose a tag to compare
  • Disable Layout/FirstArgumentIndentation cop #101 (@koic )

v1.3.1

17 Feb 23:42
Compare
Choose a tag to compare

v1.3.0

10 Feb 00:53
Compare
Choose a tag to compare
  • 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)