Commit 905eb64
committed
Fix rubocop Style/ExpandPathArguments
Addressing:
openscap.gemspec:2:14: C: Style/ExpandPathArguments: Use expand_path('lib/openscap/version', __dir__) instead of expand_path('../lib/openscap/version', __FILE__).
require File.expand_path('../lib/openscap/version', __FILE__)
^^^^^^^^^^^1 parent 0265abd commit 905eb64
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments