File tree Expand file tree Collapse file tree
fixtures/reports/saved-delta Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " slop-scan" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " Deterministic CLI for finding AI-associated slop patterns in JavaScript and TypeScript repositories." ,
55 "keywords" : [
66 " ai" ,
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ function createBaseResult(): AnalysisResult {
109109 repoScore : 7 ,
110110 metadata : {
111111 schemaVersion : 2 ,
112- tool : { name : "slop-scan" , version : "0.3 .0" } ,
112+ tool : { name : "slop-scan" , version : "0.4 .0" } ,
113113 configHash : "same-config" ,
114114 findingFingerprintVersion : FINDING_FINGERPRINT_VERSION ,
115115 plugins : [ ] ,
@@ -241,7 +241,7 @@ function createHeadResult(): AnalysisResult {
241241 repoScore : 14 ,
242242 metadata : {
243243 schemaVersion : 2 ,
244- tool : { name : "slop-scan" , version : "0.3 .0" } ,
244+ tool : { name : "slop-scan" , version : "0.4 .0" } ,
245245 configHash : "same-config" ,
246246 findingFingerprintVersion : FINDING_FINGERPRINT_VERSION ,
247247 plugins : [ ] ,
Original file line number Diff line number Diff line change 33 "schemaVersion" : 2 ,
44 "tool" : {
55 "name" : " slop-scan" ,
6- "version" : " 0.3 .0"
6+ "version" : " 0.4 .0"
77 },
88 "configHash" : " fixture-config" ,
99 "findingFingerprintVersion" : 1 ,
Original file line number Diff line number Diff line change 22 "schemaVersion" : 2 ,
33 "tool" : {
44 "name" : " slop-scan" ,
5- "version" : " 0.3 .0"
5+ "version" : " 0.4 .0"
66 },
77 "base" : {
88 "rootDir" : " /fixture/base" ,
99 "metadata" : {
1010 "schemaVersion" : 2 ,
1111 "tool" : {
1212 "name" : " slop-scan" ,
13- "version" : " 0.3 .0"
13+ "version" : " 0.4 .0"
1414 },
1515 "configHash" : " fixture-config" ,
1616 "findingFingerprintVersion" : 1 ,
4040 "schemaVersion" : 2 ,
4141 "tool" : {
4242 "name" : " slop-scan" ,
43- "version" : " 0.3 .0"
43+ "version" : " 0.4 .0"
4444 },
4545 "configHash" : " fixture-config" ,
4646 "findingFingerprintVersion" : 1 ,
Original file line number Diff line number Diff line change 33 "schemaVersion" : 2 ,
44 "tool" : {
55 "name" : " slop-scan" ,
6- "version" : " 0.3 .0"
6+ "version" : " 0.4 .0"
77 },
88 "configHash" : " fixture-config" ,
99 "findingFingerprintVersion" : 1 ,
You can’t perform that action at this time.
0 commit comments