File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ set -euo pipefail
4
4
5
5
cd " $( dirname " ${BASH_SOURCE[0]} " ) /.."
6
6
7
- goimports -w $( go list -f {{.Dir}} ./... | grep -v vendor | grep -v oathkeeper $)
7
+ goimports -w $( go list -f {{.Dir}} ./... | grep -v vendor | grep -v fosite $)
8
8
goimports -w * .go
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
4
4
5
5
cd " $( dirname " ${BASH_SOURCE[0]} " ) /.."
6
6
7
- toformat=$( goimports -l $( go list -f {{.Dir}} ./... | grep -v vendor | grep -v ' oathkeeper $' ) )
7
+ toformat=$( goimports -l $( go list -f {{.Dir}} ./... | grep -v vendor | grep -v ' fosite $' ) )
8
8
[ -z " $toformat " ] && echo " All files are formatted correctly"
9
9
[ -n " $toformat " ] && echo " Please use \` goimports\` to format the following files:" && echo $toformat && exit 1
10
10
You can’t perform that action at this time.
0 commit comments