dictation-toolbox / natlinkcore

Other
4 stars 4 forks source link

Linting is running, but no errors when a problem #59

Open dougransom opened 11 months ago

dougransom commented 11 months ago

in the github actoin.

dougransom commented 11 months ago

if you fix this can you look at the action one in unimacro too please?

quintijn commented 6 months ago

I have a pylint.rc file with a number of harmless rules, called .pylintrc in directory .pylint.d:

[MESSAGES_CONTROL] disable=C0114, C0115, C0116, C0303, C0103, C0301, C0305, R0902, W0201, W0401, W0613, W0614

If we can include these in the linting, we get a chance to test for more meaningful errors.