spdx / spdx/LicenseListPublisher
Clean up trailing white space
Open
@goneall is already working on this.
Since Nov 12, 2020.
- Dominant language
- Java
- Stars
- 23
- Forks
- 29
- Avg merge
- 6h 31m
- Merged PRs (30d)
- 2
Description
There is a significant amount of trailing white space in the java files.
We can use git-stripspace as a consistent method of stripping white space.
This will need to be applied to all .java files in the repo. After which, we can include git-stripspace as a git hook before committing changes to keep things consistent.
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.
Assessment
This issue has not been assessed yet.