1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-11-19 00:06:00 +00:00
Files
workload-automation/extras/pylintrc
Brendan Jackman f8f97e74ad extras/pylintrc: Disable no-else-return warning
This warns for stuff like this, where the else is unnecessary:

if thing:
    return 1
else:
    return 2

Which is harmless. Some people even prefer it that way.
2017-12-07 15:37:49 +00:00

2.4 KiB