Commit 80b73c0
committed
Fix rubocop: Layout/AlignHash
Addressing:
test/xccdf/benchmark_test.rb:81:30: C: Layout/AlignHash: Align the elements of a hash literal if they span more than one line.
expected_references = [{ :title => 'SC-7',
^^^^^^^^^^^^^^^^^^^^
test/xccdf/benchmark_test.rb:82:30: C: Layout/AlignHash: Align the elements of a hash literal if they span more than one line.
:href => 'http://csrc.nist.gov/publications/nistpubs/800-53-Rev3/sp800-53-rev3-final.pdf',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test/xccdf/benchmark_test.rb:84:30: C: Layout/AlignHash: Align the elements of a hash literal if they span more than one line.
{ :title => '1263',
^^^^^^^^^^^^^^^^^^^^
test/xccdf/benchmark_test.rb:85:30: C: Layout/AlignHash: Align the elements of a hash literal if they span more than one line.
:href => 'http://iase.disa.mil/cci/index.html',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^1 parent a7d6bee commit 80b73c0
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments