blob: 664b7f6a227d34f981ff2efe015b044d221e7895 [file]
builtins = ["log", "REL_SUCCESS", "REL_FAILURE", "REL_ORIGINAL", "raw_input"]
extend-exclude = [
"thirdparty",
"cmake-build-*",
]
[lint]
# BLE001 (blind-except) is intentional at framework boundaries
ignore = ["BLE001"]
[lint.per-file-ignores]
# G010 (logging-warn) is intentional in our Python code, because NiFi logging syntax differs
"extensions/python/*" = ["G010"]
"examples/scripts/python/*" = ["G010"]