Skip to content

Commit

Permalink
chore(ci): remove Syscall6 deprecation exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 27, 2024
1 parent 0533797 commit df6f95b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ issues:
exclude-use-default: true
max-issues-per-linter: 0
max-same-issues: 0
exclude-rules:
- path: flock_winapi.go # Should be fixed in the future
text: 'SA1019: syscall.Syscall6 has been deprecated since Go 1.18: Use SyscallN instead.'
linters:
- staticcheck

output:
show-stats: true
Expand Down

0 comments on commit df6f95b

Please sign in to comment.