Open hbruch opened 1 month ago
Some changes needed in circleci .config.yml to enforce style and possibly also needs to add profiles in pom.
See https://github.com/entur/gbfs-loader-java for inspiration. Pay attention to the "prettierSkip" profile used to skip prettier check when running unrelated maven tasks.
This PR adds the prettier maven plugin to the
pom.xml
and, in a second commit, reformats the existing files according to it's rules. Closes #82.