Skip to content

Commit e793b7c

Browse files
committed
Move config into installed path.
1 parent 7807955 commit e793b7c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/rubocop/socketry/plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def rules(context)
3535
LintRoller::Rules.new(
3636
type: :path,
3737
config_format: :rubocop,
38-
value: Pathname.new(__dir__).join("../../../config/default.yml")
38+
value: File.expand_path("config.yaml", __dir__),
3939
)
4040
end
4141
end

0 commit comments

Comments
 (0)