aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lint.sh: Disable dogsled and unparamRunxi Yu4 days1-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 Yu4 days1-1/+1
|
* lint.sh: Disable yet another cyclomatic complexity checkerRunxi Yu4 days1-1/+1
|
* postgres_run.sh: Run in debug level 2Runxi Yu4 days1-1/+1
| | | | | This allows SQL statements to be logged which makes debugging much easier. Also "$@" is added so any extra arguments may be passed.
* pre-commit hook: Use && to chain lint.sh and eslint.shRunxi Yu6 days1-2/+1
|
* lint.sh: Disable gocognitRunxi Yu6 days1-1/+1
|
* Add the pre-commit hookRunxi Yu6 days1-0/+4
|
* eslint.sh: Pass additional arguments to eslint (to use e.g. --fix)Runxi Yu6 days1-1/+1
|
* Add eslint.shRunxi Yu7 days1-0/+7
|
* lint.sh: Add #!/bin/shRunxi Yu9 days1-0/+1
|
* *.go: Wrap errorsRunxi Yu9 days1-1/+1
|
* lint.sh: Disable some bad checkersRunxi Yu9 days1-1/+1
|
* docs, scripts, sql: Sort support files into subdirectoriesRunxi Yu11 days3-0/+7