Skip to content

Commit

Permalink
add Rails/ReversibleMigrationMethodDefinition (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Oct 25, 2024
1 parent 64dbbb7 commit 7938971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-discourse.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rubocop-discourse"
s.version = "3.8.2"
s.version = "3.8.3"
s.summary = "Custom rubocop cops used by Discourse"
s.authors = ["Discourse Team"]
s.license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions rubocop-rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ Rails/EnumHash:

Rails/EnumUniqueness:
Enabled: true

Rails/ReversibleMigrationMethodDefinition:
Enabled: true

0 comments on commit 7938971

Please sign in to comment.