mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
263 stars 63 forks source link

Provide common auto import handling by spotless #3282

Open de-jcup opened 2 months ago

de-jcup commented 2 months ago

Situation

Sometimes we have code changes because of different import handling - see also https://github.com/mercedes-benz/sechub/issues/3235

Wanted

Our code linter should check this and provide a formatter which do imports always the same way

Solution