Skip to content

Commit 34a4494

Browse files
committed
Ignore lint error
1 parent 2009ab4 commit 34a4494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ldclient-rb/integrations/test_data/flag_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def build
487487
#
488488
class FlagRuleBuilder
489489
# @private
490-
FlagRuleClause = Struct.new(:contextKind, :attribute, :op, :values, :negate, keyword_init: true)
490+
FlagRuleClause = Struct.new(:contextKind, :attribute, :op, :values, :negate, keyword_init: true) # rubocop:disable Naming/MethodName:
491491

492492
# @private
493493
def initialize(flag_builder)

0 commit comments

Comments
 (0)