google / gonids

gonids is a library to parse IDS rules, with a focus primarily on Suricata rule compatibility. There is a discussion forum available that you can join on Google Groups: https://groups.google.com/forum/#!topic/gonids/
Apache License 2.0
179 stars 48 forks source link

GolangCI dead #158

Closed duanehoward closed 3 years ago

duanehoward commented 3 years ago

GolangCI linter died over a year ago, move to "new" github action.

duanehoward commented 3 years ago

details here: https://github.com/golangci/golangci-lint-action

duanehoward commented 3 years ago

constantly getting

run golangci-lint
  Running [/home/runner/golangci-lint-1.40.1-linux-amd64/golangci-lint run --out-format=github-actions] in [] ...
  level=error msg="Running error: context loading failed: no go files to analyze"

with default configurations and random variants thereof. This may be due to the lack of go module support, or something else.

duanehoward commented 3 years ago

fixed in #161