• Mark Tyneway's avatar
    ci: move lint command to makefile · dbcabca6
    Mark Tyneway authored
    CI had the command for running linting hardcoded in the CI config.
    This commit migrates to using `make lint` across all of the services
    to abstract away from CI what sort of linting is happening, also
    makes it possible to run the linter locally.
    
    Ideally there is a single place where the lint command is defined,
    we could have makefiles that import makefiles
    dbcabca6
Name
Last commit
Last update
..
chaincfg Loading commit data...
client Loading commit data...
cmd Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
http Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
sources Loading commit data...
testlog Loading commit data...
testutils Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
service.go Loading commit data...