Skip to content

Commit

Permalink
Ignore missing frontend/build when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Dec 10, 2023
1 parent ac85e35 commit d9d3575
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ linters-settings:
- blank
- dot

issues:
exclude-rules:
- linters:
- typecheck
text: "no matching files found"

run:
skip-dirs:
- frontend
Expand Down

0 comments on commit d9d3575

Please sign in to comment.