Skip to content

Commit 901d706

Browse files
committed
fix(rubocop): fix violation [skip ci]
``` Offenses: test/integration/default/controls/pkgs_spec.rb:112:9: C: [Correctable] Layout/LineEndStringConcatenationIndentation: Align parts of a string concatenated with backslash. "installed\nP.*\nS.*\nI.*\nM.*\nA.*\nVersion: #{v}" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
1 parent 50bd23e commit 901d706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/default/controls/pkgs_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
match_string = "#{p}-.*#{v}"
110110
when 'debian'
111111
match_string = "^Package: #{p}\nStatus: hold ok "\
112-
"installed\nP.*\nS.*\nI.*\nM.*\nA.*\nVersion: #{v}"
112+
"installed\nP.*\nS.*\nI.*\nM.*\nA.*\nVersion: #{v}"
113113
end
114114

115115
describe file(lock_file) do

0 commit comments

Comments
 (0)