-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MalwareBehaviorCatalog follow-up: less naming stutter, less slashes #558
MalwareBehaviorCatalog follow-up: less naming stutter, less slashes #558
Conversation
lint error is intentional and dumb: |
Can we start excluding certain words? https://docs.getwoke.tech/ignore/#in-line-and-next-line-ignoring func main() {
fmt.Println("here is the whitelist") // wokeignore:rule=whitelist
// wokeignore:rule=blacklist
fmt.Println("and here is the blacklist")
} |
Yeah, I think we should kill this linter and do it through golangci-lint instead though. The fact that we have lint checks that aren't run locally is dumb and frustrating. |
Slashes are now only in rule names to show directory hierarchy - this removes the - to / conversion.