Skip to content

Commit

Permalink
Revert "Enables Style/MutableConstant cop (#49)" (#50)
Browse files Browse the repository at this point in the history
This reverts commit b909609.

We mutate constants alot so it is alot of work to fix. Defer for now.
  • Loading branch information
tgxworld authored Nov 13, 2024
1 parent b909609 commit 6504e7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions rubocop-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ Style/UnlessElse:
Style/UnlessLogicalOperators:
Enabled: true

Style/MutableConstant:
Enabled: true

Lint/Debugger:
Enabled: true

Expand Down
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.5"
s.version = "3.8.6"
s.summary = "Custom rubocop cops used by Discourse"
s.authors = ["Discourse Team"]
s.license = "MIT"
Expand Down

0 comments on commit 6504e7d

Please sign in to comment.