Skip to content

Commit

Permalink
fixup! fixup! gubed
Browse files Browse the repository at this point in the history
seriously, this is what my life has come to
  • Loading branch information
bcaller committed Jan 30, 2023
1 parent 7435d5f commit 1007fb9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions assets/reviewdog/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ runner:
cmd: |
set -ex
brakeman --quiet --no-exit-on-warn --no-exit-on-error --force --format text --text-fields file,line,message,link
errorformat: >
%AFile: %f
%CLine: %l
%CMessage: %m
%CLink: %m
%Z
errorformat:
- "%AFile: %f"
- "%CLine: %l"
- "%CMessage: %m"
- "%CLink: %m"

0 comments on commit 1007fb9

Please sign in to comment.