TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
29.48k stars 2.95k forks source link

Use a (code style) linter #3223

Open wb9688 opened 4 years ago

wb9688 commented 4 years ago

It would be nice if we would use a (code style) linter, so we don't have to manually point out missing spaces, etc. It should be run in the CI. This is not only relevant for NewPipe, but also NewPipeExtractor and PipeCast.

opusforlife2 commented 3 years ago

Has this been done with CheckStyle or is that something else entirely?

wb9688 commented 3 years ago

@opusforlife2: Yes, but I want to change the way we handle suppressions and have it for NewPipeExtractor as well