Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: Overhaul structure again and embed everything | Runxi Yu | 2024-10-06 | 1 | -1/+0 |
| | | | | | | | | - Remove sub-Makefiles; recursive make is annoying - Just use one top-level Makefile that builds everything - Embed templates and minified static resources into the binary - Embed all compiled documentation into the binary and serve - Embed all source into the binary and serve | ||||
* | *.go: Move to backend | Runxi Yu | 2024-10-05 | 1 | -0/+2 |
| | | | | And adjust Makefiles, admin handbook, and lint.sh accordingly. | ||||
* | lint.sh: Disable nonamedreturns | Runxi Yu | 2024-10-03 | 1 | -1/+1 |
| | | | | I used named returns to inspect return values (especially error values) | ||||
* | lint.sh: Disable dogsled and unparam | Runxi Yu | 2024-10-01 | 1 | -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 checker | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
| | |||||
* | lint.sh: Disable yet another cyclomatic complexity checker | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
| | |||||
* | lint.sh: Disable gocognit | Runxi Yu | 2024-09-29 | 1 | -1/+1 |
| | |||||
* | lint.sh: Add #!/bin/sh | Runxi Yu | 2024-09-26 | 1 | -0/+1 |
| | |||||
* | *.go: Wrap errors | Runxi Yu | 2024-09-26 | 1 | -1/+1 |
| | |||||
* | lint.sh: Disable some bad checkers | Runxi Yu | 2024-09-26 | 1 | -1/+1 |
| | |||||
* | docs, scripts, sql: Sort support files into subdirectories | Runxi Yu | 2024-09-24 | 1 | -0/+1 |