Skip to content

Commit 53fc726

Browse files
committed
lint: Removed duplicate linting message
This became a bit too spammy. Each file already has at least one PASS / FAIL print, should be enough. Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 580f840 commit 53fc726

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/cfengine_cli/lint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def _walk(filename, lines, node) -> int:
162162
def lint_policy_file(
163163
filename, original_filename=None, original_line=None, snippet=None, prefix=None
164164
):
165-
print(f"Linting: {filename}")
166165
assert original_filename is None or type(original_filename) is str
167166
assert original_line is None or type(original_line) is int
168167
assert snippet is None or type(snippet) is int

0 commit comments

Comments
 (0)