🚸 adjust output to cppcheck
This commit is contained in:
parent
d76b8b0201
commit
7f76374b48
@ -10,7 +10,7 @@ warnings = 0
|
|||||||
def report(rule, location, description):
|
def report(rule, location, description):
|
||||||
global warnings
|
global warnings
|
||||||
warnings += 1
|
warnings += 1
|
||||||
print(f'{warnings:3}. [{rule}] {location}: Error: {description}!')
|
print(f'{warnings:3}. {location}: {description} [{rule}]')
|
||||||
|
|
||||||
|
|
||||||
def check_structure():
|
def check_structure():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user