We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ab8951 + 64e8a23 commit 8a46f08Copy full SHA for 8a46f08
CHANGELOG.md
@@ -6,6 +6,7 @@
6
* [FEATURE] ...
7
8
* [CHANGE] Drop support for Ruby 3.1.x and JRuby 9.4 (by [@faisal][])
9
+* [BUGFIX] Fixed regression in compatibility with Flog 4.9.0 (by [@faisal][])
10
* [CHANGE] Bump mocha dependency (by [@faisal][])
11
* [CHORE] Update CI checkout action to v6 (by [@faisal][]])
12
* [CHORE] Uses prism instead of parser for Ruby 3.4 and above (by [@torresga][] and [@julioalucero][])
lib/rubycritic/analysers/helpers/flog.rb
@@ -11,7 +11,7 @@ class Flog < ::Flog
}.freeze
13
def initialize
14
- super(DEFAULT_OPTIONS)
+ super(DEFAULT_OPTIONS.clone(freeze: false))
15
end
16
17
0 commit comments