Skip to content

Commit 5312f97

Browse files
committed
Added to golangci-repo-* commands
1 parent 0968a0a commit 5312f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

golangci-lint-repo-fix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
set -e
3-
golangci-lint run --fix
3+
golangci-lint run --fix "$@"

golangci-lint-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
set -e
3-
golangci-lint run
3+
golangci-lint run "$@"

0 commit comments

Comments
 (0)