diff --git a/share/qtcreator/debugger/.pylintrc b/share/qtcreator/debugger/.pylintrc new file mode 100644 index 00000000000..dabd2ee07ad --- /dev/null +++ b/share/qtcreator/debugger/.pylintrc @@ -0,0 +1,11 @@ +[MESSAGES CONTROL] +# Enable the message, report, category or checker with the given id(s). You can +# either give multiple identifier separated by comma (,) or put this option +# multiple time. +#enable= + +# Disable the message, report, category or checker with the given id(s). You +# can either give multiple identifier separated by comma (,) or put this option +# multiple time (only on the command line, not in the configuration file where +# it should appear only once). +disable=invalid-name,missing-docstring