Skip to content

Commit 57471b1

Browse files
committed
ignore specific rubocop offense
1 parent eebbd46 commit 57471b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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)

spec/ldclient_plugins_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require "mock_components"
12
require "spec_helper"
23

34
module LaunchDarkly

0 commit comments

Comments
 (0)