Commit graph

6 commits

Author SHA1 Message Date
Hayley Swimelar
60b7fe5f25 Disable funlen in tests
funlen is prone to false positives in tests, due to the need for
boilerplate such as table test structs and other setup code.
2020-01-09 16:50:30 -08:00
Hayley Swimelar
ec510fe656 .golangci.yml: disable varcheck and deadcode
varcheck and deadcode conflict with unused, creating
a different output file (reporting the same errors) on
different runs. With code-climate reporting, this can
result in an equal number of false positives and false negatives
when comparing successive runs, with no node changes.
2019-12-13 12:52:28 -08:00
Hayley Swimelar
fe8978aa4f .golangci.yml: run godox linter 2019-12-13 12:17:48 -08:00
Hayley Swimelar
223bebbf27 .golangci.yaml add defaults back in to godoc 2019-12-13 12:15:29 -08:00
Hayley Swimelar
1def55cc06 Prevent warning message from gocritic 2019-11-25 13:02:24 -08:00
Hayley Swimelar
6d66271624 Move static files to assets directory
This commit creates a new directory for static files, and moves
static files to assets directory that were previously in the
scripts directory.
2019-11-21 09:51:13 -08:00