Skip to content

Commit

Permalink
rubocop: enable Style/ExpandPathArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 28, 2023
1 parent 462025c commit a7c8c49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .rubocop.yml
Expand Up @@ -117,12 +117,6 @@ Style/Documentation:
- 'src/lib/security/display_manager.rb'
- 'src/modules/Security.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/ExpandPathArguments:
Exclude:
- 'test/test_helper.rb'

# Offense count: 22
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -17,7 +17,7 @@
# you may find current contact information at www.suse.com

# Set the paths
SRC_PATH = File.expand_path("../../src", __FILE__)
SRC_PATH = File.expand_path('../src', __dir__)
DATA_PATH = File.join(__dir__, "data")
ENV["Y2DIR"] = SRC_PATH

Expand Down

0 comments on commit a7c8c49

Please sign in to comment.