Skip to content

Commit e6e2c27

Browse files
committed
Add comments
1 parent d3a39e3 commit e6e2c27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/codechecker_script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
CODECHECKER_ENV = "{codechecker_env}"
2828
COMPILE_COMMANDS = "{compile_commands}"
2929

30+
# Note: unused
3031
START_PATH = r"\/(?:(?!\.\s+)\S)+"
3132
BAZEL_PATHS = {
3233
r"\/sandbox\/processwrapper-sandbox\/\S*\/execroot\/": "/execroot/",
@@ -200,6 +201,7 @@ def analyze():
200201

201202
def fix_bazel_paths():
202203
""" Remove Bazel leading paths in all files """
204+
# Note: unused
203205
stage("Fix CodeChecker output:")
204206
folder = CODECHECKER_FILES
205207
logging.info("Fixing Bazel paths in %s", folder)

0 commit comments

Comments
 (0)