mirage / ocaml-rpc

Light library to deal with RPCs in OCaml
ISC License
96 stars 31 forks source link

pythongen: Make pylint checks stricter in the tests #111

Closed gaborigloi closed 6 years ago

gaborigloi commented 6 years ago

The same way we ignore a set of warnings when running pycodestyle, we could ignore justifiable warnings with pylint, instead of running in errors-only mode. This way we can ensure that we do not introduce regressions and can gradually improve the code quality.