adam-markovics commented on a change in pull request #1175:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1175#discussion_r712034564
##########
File path: run_flake8.sh
##########
@@ -19,4 +19,4 @@
set -euo pipefail
directory=${1:-.}
-flake8 --exclude thirdparty,build --builtins
log,REL_SUCCESS,REL_FAILURE,raw_input --ignore E501,W503
--per-file-ignores="steps.py:F811" "${directory}"
+flake8 --exclude
thirdparty,build,cmake-build-debug,cmake-build-release,cmake-build-relwithdebinfo
--builtins log,REL_SUCCESS,REL_FAILURE,raw_input --ignore E501,W503
--per-file-ignores="steps.py:F811" "${directory}"
Review comment:
Done.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]