Output trailing : for konsole integration workaround
This commit is contained in:
@@ -155,7 +155,7 @@ def main():
|
|||||||
|
|
||||||
if violations:
|
if violations:
|
||||||
for v in 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" {v['type']} '{v['camelCase']}' should be '{v['snake_case']}'")
|
||||||
print(f" Context: {v['context']}")
|
print(f" Context: {v['context']}")
|
||||||
total_violations += len(violations)
|
total_violations += len(violations)
|
||||||
|
|||||||
Reference in New Issue
Block a user