monitoring-plugins icon indicating copy to clipboard operation
monitoring-plugins copied to clipboard

Improve code by adding a comment at the top of the code that will be interpreted by Pylint

Open markuslf opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Add a comment at the top of the code that will be interpreted by Pylint, which improves code readability.

Describe the solution you'd like

Something like # pylint: disable=locally-disabled, multiple-statements, fixme, line-too-long.

Alternatives

No response

Additional context

No response

markuslf avatar Jul 05 '22 07:07 markuslf