The travis test script: https://github.com/knightlab-analyses/regression-benchmarking/blob/808a6d00523922499ec5e67883828e2a1e0d1796/.travis.yml#L21-L23 Does not call `make lint`: https://github.com/knightlab-analyses/regression-benchmarking/blob/808a6d00523922499ec5e67883828e2a1e0d1796/Makefile#L7-L10 As a result, there are a number of miscellaneous style violations floating around the repo
The travis test script:
regression-benchmarking/.travis.yml
Lines 21 to 23 in 808a6d0
Does not call
make lint:regression-benchmarking/Makefile
Lines 7 to 10 in 808a6d0
As a result, there are a number of miscellaneous style violations floating around the repo