Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maven prettier plugin (solves #82) #96

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hbruch
Copy link
Contributor

@hbruch hbruch commented Sep 24, 2024

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
Copy link
Collaborator

testower commented Sep 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add code formatting with prettier
2 participants