We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfd0e8 commit 2283162Copy full SHA for 2283162
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.0.4 (2025-03-12)
2
+
3
+### Bug fixes
4
5
+* Fix disabling all non-Chromebrew cops when the extension is required ([@zopolis4][])
6
7
## 0.0.3 (2025-02-10)
8
9
### New features
rubocop-chromebrew.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec|
spec.name = 'rubocop-chromebrew'
spec.summary = 'A RuboCop extension for Chromebrew-specific practices.'
- spec.version = '0.0.3'
+ spec.version = '0.0.4'
spec.license = 'GPL-3.0-or-later'
spec.author = 'Zopolis4'
spec.email = 'creatorsmithmdt@gmail.com'
0 commit comments