Skip to content

Commit

Permalink
code review 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouvedia committed Apr 19, 2024
1 parent 752f816 commit 2c3d386
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,52 +164,52 @@ testRule({
}`,
warnings: [
{
line: 5,
endLine: 5,
column: 5,
endColumn: 22,
endLine: 5,
line: 5,
message: messages.expected('border-width'),
},
{
line: 9,
endLine: 9,
column: 5,
endColumn: 22,
endLine: 9,
line: 9,
message: messages.expected('border-color'),
},
{
line: 10,
endLine: 10,
column: 5,
endColumn: 21,
endLine: 10,
line: 10,
message: messages.expected('border-top'),
},
{
line: 11,
endLine: 11,
column: 5,
endColumn: 23,
endLine: 11,
line: 11,
message: messages.expected('border-right'),
},
{
line: 12,
endLine: 12,
column: 5,
endColumn: 24,
endLine: 12,
line: 12,
message: messages.expected('border-bottom'),
},
{
line: 13,
endLine: 13,
column: 5,
endColumn: 22,
endLine: 13,
line: 13,
message: messages.expected('border-left'),
},
{
line: 13,
endLine: 13,
column: 5,
endColumn: 22,
endLine: 13,
line: 13,
message: messages.expected('border-style'),
},
],
Expand Down

0 comments on commit 2c3d386

Please sign in to comment.