chore: print unused keys sorted

pull/3206/head
Audric Ackermann 7 months ago
parent 52501b2b51
commit ba32668110

@ -308,7 +308,7 @@ sys.stdout.write("\n")
# Print the result statistics and file paths (linkable)
if args.print_not_found:
[print(key) for key in not_found_keys]
[print(key) for key in sorted(not_found_keys)]
def find_key_lazy(key):

Loading…
Cancel
Save