We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36193e commit 0e09da0Copy full SHA for 0e09da0
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.8.5]
2
+- Update cop name (`Naming/PredicateName` -> `Naming/PredicatePrefix`)
3
+
4
## [0.8.4]
5
- More rules disabled
6
lib/renuocop/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Renuocop
- VERSION = "0.8.4"
+ VERSION = "0.8.5"
end
0 commit comments