Skip to content

Commit

Permalink
fix(script): Keep label list sorted when new label is added
Browse files Browse the repository at this point in the history
  • Loading branch information
whisperity committed Apr 19, 2024
1 parent 5ee4085 commit 87ad204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/labels/checker_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ def update_checker_labels(analyser: str,
checker_labels[idx] = e
else:
checker_labels.insert(0, e)
label_cfg[checker] = sorted(checker_labels)

_save_json(path, config)

0 comments on commit 87ad204

Please sign in to comment.