Skip to content

Commit

Permalink
lint json spec
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuyol committed Jul 2, 2021
1 parent b13e67a commit 13a255a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions spec/erb_lint/reporters/json_reporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@
length: 2,
},
},
{
cop_name: 'ClosingErbTagIndent',
message: 'Remove newline before `%>` to match start of tag.',
location: {
start_line: 52,
start_column: 10,
last_line: 54,
last_column: 10,
length: 10,
},
}],
{
cop_name: 'ClosingErbTagIndent',
message: 'Remove newline before `%>` to match start of tag.',
location: {
start_line: 52,
start_column: 10,
last_line: 54,
last_column: 10,
length: 10,
},
}],
}],
summary: {
offenses: 2,
inspected_files: 1,
corrected: 1
corrected: 1,
},
}
end
Expand Down

0 comments on commit 13a255a

Please sign in to comment.