We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a39e3 commit e6e2c27Copy full SHA for e6e2c27
src/codechecker_script.py
@@ -27,6 +27,7 @@
27
CODECHECKER_ENV = "{codechecker_env}"
28
COMPILE_COMMANDS = "{compile_commands}"
29
30
+# Note: unused
31
START_PATH = r"\/(?:(?!\.\s+)\S)+"
32
BAZEL_PATHS = {
33
r"\/sandbox\/processwrapper-sandbox\/\S*\/execroot\/": "/execroot/",
@@ -200,6 +201,7 @@ def analyze():
200
201
202
def fix_bazel_paths():
203
""" Remove Bazel leading paths in all files """
204
+ # Note: unused
205
stage("Fix CodeChecker output:")
206
folder = CODECHECKER_FILES
207
logging.info("Fixing Bazel paths in %s", folder)
0 commit comments