Skip to content

Commit

Permalink
golangci: skip muxado in repo-level config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobsonchase committed Oct 12, 2022
1 parent ff3d126 commit f4e251f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# working-directory: somedir

# Optional: golangci-lint command line arguments.
args: --skip-dirs=internal/muxado
# args: --skip-dirs=internal/muxado

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
run:
skip-dirs:
- internal/muxado

0 comments on commit f4e251f

Please sign in to comment.