You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 369B

1234567
  1. # gitea-vet
  2. `go vet` tool for Gitea
  3. | Analyzer | Description |
  4. |----------|---------------------------------------------------------------------|
  5. | Imports | Checks for import sorting. stdlib->code.gitea.io->other |
  6. | License | Checks file headers for some form of `Copyright...YYYY...Gitea/Gogs`|