syz-linter

command
v0.0.0-...-07b455f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

This is our linter with custom checks for the project. See the following tutorial on writing Go analyzers: https://disaev.me/p/writing-useful-go-analysis-linter/ See the AST reference see: https://pkg.go.dev/go/ast https://pkg.go.dev/go/token https://pkg.go.dev/go/types See the following tutorial on adding custom golangci-lint linters: https://golangci-lint.run/contributing/new-linters/ See comments below and testdata/src/lintertest/lintertest.go for the actual checks we do. Note: if you change linter logic, you may need to run "rm -rf ~/.cache/golangci-lint".

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL