Skip to content

Commit

Permalink
Dropped the extra space for remark lint message format
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored Mar 19, 2024
1 parent 739e471 commit ea7adf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmts/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ func init() {
Name: "remark-lint",
Errorformat: []string{
`%-P%f`,
`%#%l:%c %# %trror %m`,
`%#%l:%c %# %tarning %m`,
`%#%l:%c %# %trror %m`,
`%#%l:%c %# %tarning %m`,
`%-Q`,
`%-G%.%#`,
},
Expand Down

0 comments on commit ea7adf9

Please sign in to comment.