akvo / akvo-lumen

Make sense of your data
https://akvo.org/akvo-lumen
GNU Affero General Public License v3.0
63 stars 18 forks source link

Move :pedantic? :abort to :uberjar profile #3132

Closed iperdomo closed 3 years ago

iperdomo commented 3 years ago

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