summaryrefslogtreecommitdiff
path: root/scripts/lint.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lint.sh: Disable dogsled and unparamRunxi Yu2024-10-011-1/+1
| | | | | | | dogsled forbids patterns such as "_, _, _ = a, b, c" for no reason. unparam warns about unused parameters even when I'm assigning them to _ to indicate that it's fine for them to be unused.
* lint.sh: Disable yet another cyclomatic complexity checkerRunxi Yu2024-10-011-1/+1
|
* lint.sh: Disable yet another cyclomatic complexity checkerRunxi Yu2024-10-011-1/+1
|
* lint.sh: Disable gocognitRunxi Yu2024-09-291-1/+1
|
* lint.sh: Add #!/bin/shRunxi Yu2024-09-261-0/+1
|
* *.go: Wrap errorsRunxi Yu2024-09-261-1/+1
|
* lint.sh: Disable some bad checkersRunxi Yu2024-09-261-1/+1
|
* docs, scripts, sql: Sort support files into subdirectoriesRunxi Yu2024-09-241-0/+1