preslavmihaylov / todocheck

A static code analyser for annotated TODO comments
MIT License
426 stars 42 forks source link

fix linting issues after #167 #172

Closed preslavmihaylov closed 3 years ago

preslavmihaylov commented 3 years ago

There was a linting issue introduced after merging #167. This PR addresses that.

The issue is that package names should not use underscores.

preslavmihaylov commented 3 years ago

The failing CI steps are ran against the code in master which has the linting issues. The lint on this branch passes as can be seen from the step master / lint (push)