Skip to content

Commit 0a63f43

Browse files
committed
Change license clarity score sort order
* Update expected test results Signed-off-by: Jono Yang <[email protected]>
1 parent a512d60 commit 0a63f43

22 files changed

+3202
-1152
lines changed

src/summarycode/score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class LicenseClarityScore(PostScanPlugin):
5454
codebase_attributes = dict(summary=attr.ib(default=attr.Factory(dict)))
5555

5656
run_order = 5
57-
sort_order = 5
57+
sort_order = 2
5858

5959
options = [
6060
PluggableCommandLineOption(

0 commit comments

Comments
 (0)