28Smiles / jdbi-modules

Modular SQL and mapping for Jdbi
Apache License 2.0
2 stars 1 forks source link

Test Linting not integrated in CI #6

Open dhardtke opened 5 years ago

dhardtke commented 5 years ago

... nor actually applied on the actual code base. 👎

It would be great if we could clean up the code and enrich Travis with the necessary scripts to actually perform linting and the Jacoco analysis on the code.

dhardtke commented 5 years ago

Ah, my bad - I see now that ci-test.sh takes care of executing checkstyleMain jacoco - why is linting not done for the tests?

28Smiles commented 5 years ago

I disabled linting for the tests on purpose.