Releases: toshimaru/rubocop-rails_config
Releases · toshimaru/rubocop-rails_config
v0.2.3
- Enable
Lint/UriEscapeUnescape
cop #12 @koic
- Enable Style/ParenthesesAroundCondition cop #13 @koic
v0.2.1
- Turn on performance based cops #9 by @koic
v0.2.0
- Stop using CustomCops
- Change rubocop dependency (requires 0.56+)
PullRequest: #10
(Thanks for reporting issue, @5290charlie)
v0.1.3
Exclude Ruby files in db directory #5
v0.1.2
Enable Layout/EmptyLinesAroundBlockBody
cop #3 @koic
v0.1.1
- Add
CustomCops/AssertNot
rule #2 (This gives warning message if you use RuboCop v0.56 or more)
v0.1.0
- Add update generator. Update your RuboCop yaml with the following command.
bundle exec rails generate rubocop_rails_config:update