AmpersandTarski / Ampersand

Build database applications faster than anyone else, and keep your data pollution free as a bonus.
http://ampersandtarski.github.io/
GNU General Public License v3.0
40 stars 8 forks source link

Make separate build for weeder and hlint. #1369

Open hanjoosten opened 1 year ago

hanjoosten commented 1 year ago

Currently, the check that weeder (checking for dead code) and hlint (source code suggestions) do, are in the same build as the build and test ampersand. This makes the build time longer than necessary. The idea is to split the build file, so these checks can be done separate.