]> go.fuhry.dev Git - fsnotify.git/commit
Fix lint (#476)
authorMartin Tournoij <martin@arp242.net>
Sat, 30 Jul 2022 10:53:47 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2022 10:53:47 +0000 (12:53 +0200)
commitff39bb40e65869de272187542acd24241d4fb872
tree71481aa9f91a051d3e4ab0991a6d65b73d7c71ef
parent421f52939ab3c99b972bd334c0d0de4109adb30f
Fix lint (#476)

Didn't run for some reasons; something with the actions cache:

/usr/bin/tar --use-compress-program zstd -d -xf /home/runner/work/_temp/b9a1abd7-273e-449f-b255-5e8e947b3f97/cache.tzst -P -C /home/runner/work/fsnotify/fsnotify
Error: /usr/bin/tar: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20220412211240-33da011f77ad/windows/race0.go: Cannot open: File exists
Error: /usr/bin/tar: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20220412211240-33da011f77ad/windows/types_windows.go: Cannot open: File exists

Replace it with staticcheck; which is nicer anyway.
.github/workflows/build.yml
.github/workflows/lint.yml [deleted file]
.github/workflows/staticcheck.yml [new file with mode: 0644]
.github/workflows/test.yml
.github/workflows/vagrant.yml
inotify_test.go