szaszm commented on a change in pull request #1029:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1029#discussion_r594971002



##########
File path: run_flake8.sh
##########
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+set -euo pipefail
+
+directory=${1:-.}
+flake8 --exclude thirdparty,build --ignore E501,W504 
--per-file-ignores="steps.py:F811" "${directory}"

Review comment:
       I'm happy with ignoring 
[E501](https://www.flake8rules.com/rules/E501.html), but asking for an 
explanation of ignoring [W504](https://www.flake8rules.com/rules/W504.html) and 
[F811](https://www.flake8rules.com/rules/F811.html).




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to