Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
golangcilint only new files
  • Loading branch information
ammario committed Jun 10, 2023
commit 9865c3836992bc37ebb16fc07933f4f54edbce12
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ issues:
max-issues-per-linter: 0
max-same-issues: 0

new: true
new-from-rev: origin/main

run:
skip-dirs:
- node_modules
Expand Down