Codebase list distro-info / 03ce644
pylint: Do not ignore bad-option-value and invalid-name Benjamin Drung 5 years ago
3 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1212 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1313 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1414 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
16 # pylint: disable=invalid-name
17 # pylint: enable=invalid-name
1518
1619 """provides information about Debian's distributions"""
1720
1414 # --enable=similarities". If you want to run only the classes checker, but have
1515 # no Warning level messages displayed, use"--disable=all --enable=classes
1616 # --disable=W"
17 disable=bad-option-value,invalid-name,locally-disabled,missing-docstring,useless-object-inheritance
17 disable=locally-disabled,locally-enabled,missing-docstring,useless-object-inheritance
1818
1919
2020 [REPORTS]
1212 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1313 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1414 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
16 # pylint: disable=invalid-name
17 # pylint: enable=invalid-name
1518
1619 """provides information about Ubuntu's distributions"""
1720