maplibre / maplibre/maplibre-plugins-android
Formatter CI
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 50
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
We should have a CI that ensures that contributions do not add files that are formatted badly by mistake.
Background: in https://github.com/maplibre/maplibre-plugins-android/pull/21#pullrequestreview-1339236007, the indentation of a lot of files were changed by accident. If I see correctly (I might not), the repo had also been previously formatted inconsistently between 2-spaces and 4-spaces indentation.
cc @louwers
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's existing CI configuration and formatting conventions, then review pull request #21 and its formatting changes. Define the formatting check's scope and expected indentation before implementing it; done means contributions with badly formatted files are rejected by CI without changing unrelated files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100