DP-3T / dp3t-sdk-backend

The backend implementation for DP3T
Mozilla Public License 2.0
198 stars 88 forks source link

Automatic linting #223

Closed ineiti closed 4 years ago

ineiti commented 4 years ago

The project should include an automated linter for the code. My proposal is to use https://pre-commit.com/ and a github action to enforce the linting on all files.

Any preference for the java linter?

github-actions[bot] commented 4 years ago

Closed by PR #224 Add automatic linter