Skip to content

Commit

Permalink
gubed
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaller committed Jan 30, 2023
1 parent 7caef38 commit c64bb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/reviewdog/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runner:
cmd: |
set -ex
[ -f "$(find $SCRIPTPATH -type f -size +0 -name all_changed_files.txt)" ] &&\
cat $SCRIPTPATH/all_changed_files.txt | grep '\.rb$' &&\
brakeman --quiet --format tabs --no-exit-on-warn --no-exit-on-error --force ./
cat $SCRIPTPATH/all_changed_files.txt | grep '\.rb$'
brakeman --quiet --format tabs --no-exit-on-warn --no-exit-on-error --force
errorformat:
- brakeman

0 comments on commit c64bb76

Please sign in to comment.