grundprinzip / gerrit-check

Line annotations for syntax checkers for Gerrit
Apache License 2.0
15 stars 9 forks source link

Supports the latest version of flake8 #14

Open jhunahn opened 3 years ago

jhunahn commented 3 years ago

Unfortunately, When run the target as flake8, gerrit-check throws an error. Because, As of 3.8.x or latest of flake8, the class Report() no longer has the_deferred_print attribute.

To support flake8 latest version, this Pull Request modifies to use checkers of file manager instead report._deferred_print