You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/migrations
silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608)
Noteable additions:

- `redefines-builtin-id` forbid variable names that shadow go builtins
- `empty-lines` remove unnecessary empty lines that `gofumpt` does not
remove for some reason
- `superfluous-else` eliminate more superfluous `else` branches

Rules are also sorted alphabetically and I cleaned up various parts of
`.golangci.yml`.
1 month ago
..
base Enable more `revive` linter rules (#30608) 1 month ago
fixtures Add unique index for project_issue to prevent duplicate data (#30190) 2 months ago
v1_6 Enable more `revive` linter rules (#30608) 1 month ago
v1_7 Rename `Sync2` -> `Sync` (#26479) 10 months ago
v1_8 Rename `Sync2` -> `Sync` (#26479) 10 months ago
v1_9 Enable more `revive` linter rules (#30608) 1 month ago
v1_10 Rename `Sync2` -> `Sync` (#26479) 10 months ago
v1_11 Enable more `revive` linter rules (#30608) 1 month ago
v1_12 Rename `Sync2` -> `Sync` (#26479) 10 months ago
v1_13 Rename `Sync2` -> `Sync` (#26479) 10 months ago
v1_14 Use `crypto/sha256` (#29386) 3 months ago
v1_15 Rename `Sync2` -> `Sync` (#26479) 10 months ago
v1_16 Fix bug hidden on CI and make ci failed if tests failure (#29254) 3 months ago
v1_17 Rename `Sync2` -> `Sync` (#26479) 10 months ago
v1_18 Refactor system setting (#27000) 8 months ago
v1_19 Rename `Sync2` -> `Sync` (#26479) 10 months ago
v1_20 Enable more `revive` linter rules (#30608) 1 month ago
v1_21 handle repository.size column being NULL in migration v263 (#28336) 6 months ago
v1_22 Fix migration v292 (#30153) 2 months ago
v1_23 Allow everyone to read or write a wiki by a repo unit setting (#30495) 2 months ago
migrations.go Allow everyone to read or write a wiki by a repo unit setting (#30495) 2 months ago