Skip to content

Commit

Permalink
Merge pull request #32 from CMU-313/static-depcheck-tool
Browse files Browse the repository at this point in the history
Added complexity report
  • Loading branch information
cindyjiang-027 authored Oct 24, 2024
2 parents 7566802 + 43877fa commit 3ea207b
Show file tree
Hide file tree
Showing 2 changed files with 2,755 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .complexrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"output": "complexity-report.md",
"format": "markdown",
"allfiles": false,
"ignoreerrors": true,
"filepattern": "\\.js$",
"dirpattern": "(src)",
"maxfiles": 256,
"maxfod": 20,
"maxcost": 50,
"maxsize": 25,
"minmi": 100,
"maxcyc": 8,
"maxcycden": 100,
"maxhd": 20,
"maxhv": 500,
"maxhe": 2000,
"silent": false,
"logicalor": false,
"switchcase": false,
"forin": false,
"trycatch": false,
"newmi": false
}
Loading

0 comments on commit 3ea207b

Please sign in to comment.