🚸 adjust output to cppcheck

This commit is contained in:
Niels Lohmann 2022-04-24 21:35:41 +02:00
parent d76b8b0201
commit 7f76374b48
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -10,7 +10,7 @@ warnings = 0
def report(rule, location, description):
global warnings
warnings += 1
print(f'{warnings:3}. [{rule}] {location}: Error: {description}!')
print(f'{warnings:3}. {location}: {description} [{rule}]')
def check_structure():