Skip to content

Commit 33cd112

Browse files
committed
Remove TODO entry, exists as #4
Signed-off-by: tdruez <[email protected]>
1 parent d8d7253 commit 33cd112

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ select = [
168168
"S", # flake8-bandit
169169
"I", # isort
170170
"C9", # McCabe complexity
171+
"FIX",# flake8-fixme
171172
]
172173
ignore = ["D1", "D203", "D205", "D212", "D400", "D415"]
173174

scanpipe/pipelines/analyze_root_filesystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def match_not_analyzed_to_application_packages(self):
111111
Match files with "not-yet-analyzed" status to files already belonging to
112112
application packages.
113113
"""
114-
# TODO: do it one rootfs at a time e.g. for rfs in self.root_filesystems:
115114
rootfs.match_not_analyzed(
116115
self.project,
117116
reference_status=flag.APPLICATION_PACKAGE,

0 commit comments

Comments
 (0)