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 e3e87db commit ea5250dCopy full SHA for ea5250d
.rubocop.yml
@@ -12,3 +12,6 @@ Style/StringLiteralsInInterpolation:
12
13
Layout/LineLength:
14
Max: 120
15
+
16
+Gemspec/RequireMFA:
17
+ Enabled: false
openfeature-sdk.gemspec
@@ -34,5 +34,4 @@ Gem::Specification.new do |spec|
34
spec.add_development_dependency "rake", "~> 13.0"
35
spec.add_development_dependency "rspec", "~> 3.12.0"
36
spec.add_development_dependency "rubocop", "~> 1.37.1"
37
- spec.metadata["rubygems_mfa_required"] = "true"
38
end
0 commit comments