File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 2.14.1 (2022-03-16)
6+
57### Bug fixes
68
79* [ #656 ] ( https://github.com/rubocop/rubocop-rails/issues/656 ) : Ignore gem name in paths for ` Rails/MigrationClassName ` . ([ @sunny ] [ ] )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: rubocop-rails
22title : RuboCop Rails
33# We always provide version without patch here (e.g. 1.1),
44# as patch versions should not appear in the docs.
5- version : ' master '
5+ version : ' 2.14 '
66nav :
77 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module Rails
55 # This module holds the RuboCop Rails version information.
66 module Version
7- STRING = '2.14.0 '
7+ STRING = '2.14.1 '
88
99 def self . document_version
1010 STRING . match ( '\d+\.\d+' ) . to_s
Original file line number Diff line number Diff line change 1+ ### Bug fixes
2+
3+ * [ #656 ] ( https://github.com/rubocop/rubocop-rails/issues/656 ) : Ignore gem name in paths for ` Rails/MigrationClassName ` . ([ @sunny ] [ ] )
4+ * [ #657 ] ( https://github.com/rubocop/rubocop-rails/pull/657 ) : Only consider migration classes for ` Rails/MigrationClassName ` . ([ @sunny ] [ ] )
5+
6+ [ @sunny ] : https://github.com/sunny
You can’t perform that action at this time.
0 commit comments