entur / gbfs-validator-java

European Union Public License 1.2
2 stars 1 forks source link

Add maven prettier plugin (solves #82) #96

Open hbruch opened 1 month ago

hbruch commented 1 month ago

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.

testower commented 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.