Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scubagoggles/run_rego.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# This will contain the OPA executable file specification. It's global because
# it's only used by opa_eval() and once the executable is found, it's the only
# one used to run OPA.
# pylint: disable=global-statement
# pylint: disable=global-statement,invalid-name
OPA_EXE = None

# This is used to parse the output of the OPA version command to get the
Expand Down