akvo / akvo-lumen

Make sense of your data

Home Page:https://akvo.org/akvo-lumen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move :pedantic? :abort to :uberjar profile

iperdomo opened this issue · comments

Context

Setup the development environment without modifying the file project.clj.

:pedantic? :abort is an important property, but IMHO is a production
artifact concern. Since we build using the :uberjar profile on CI,
we can detect conflicts early enough.

Problem or idea

New developers following
CIDER
documentation, can't start the backend backend container.

Solution or next step

Move the property :pedantic? :abort to :uberjar profile