Output trailing : for konsole integration workaround

This commit is contained in:
2025-08-28 14:45:40 -04:00
parent c97920c473
commit ed6e6ea9fe

View File

@@ -155,7 +155,7 @@ def main():
if violations:
for v in violations:
print(f"\n{filepath}:{v['line']}:{v['column']}")
print(f"\n{filepath}:{v['line']}:{v['column']}:")
print(f" {v['type']} '{v['camelCase']}' should be '{v['snake_case']}'")
print(f" Context: {v['context']}")
total_violations += len(violations)