faucetsdn/faucet

Fix pylint scores on files not being currently checked by pylint

gizmoguy opened this issue · 0 comments

We currently have a bug in src_files.sh that is preventing source files with names that include underscores or numbers from being run with our codechecks (e.g. pylint).

I will be submitting a PR that corrects this issue, however the following files need to be delinted before I can:

pylint rating for clib/config_generator.py is below minimum of 9.44
pylint rating for faucet/acl.py is below minimum of 9.44
pylint rating for faucet/conf.py is below minimum of 9.44
pylint rating for faucet/dp.py is below minimum of 9.44
pylint rating for faucet/router.py is below minimum of 9.44
pylint rating for tests/generative/fuzzer/packet/display_packet_crash.py is below minimum of 9.44
pylint rating for tests/integration/mininet_main.py is below minimum of 9.44
pylint rating for tests/integration/mininet_multidp_tests.py is below minimum of 9.44
pylint rating for tests/unit/faucet/test_valve_config.py is below minimum of 9.44
pylint rating for tests/unit/faucet/test_valve_egress.py is below minimum of 9.44
pylint rating for tests/unit/faucet/test_valve.py is below minimum of 9.44
pylint rating for tests/unit/faucet/test_valve_stack.py is below minimum of 9.44