You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've downloaded an example https://github.com/sgb-io/codehawk-cli-example
and it is looking to work well, but ./node_modules/.bin/codehawk ./src/util scan the others also, so I'm getting same result as for npm run codehawk.
There is also parsing issue.
I would expect to see scan result from util folder only.
[codehawk-cli] Unable to parse "/Users/dominikjelinek/my/Development/sandbox/codehawk-cli-example/src/util/other-examples/cannot-be-parsed-correctly.ts", skipping
Codehawk Static Analysis Results
Top 5 files
| File | # of Lines | Times Used/Depended On | Maintainability (higher is better) |
| -------------------------------------------------- | ---------- | ---------------------- | ---------------------------------- |
| /src/util/complex-utils.js | 99 | 1 | 50.76 (Could be better) |
| .../util/other-examples/can-be-parsed-correctly.ts | 58 | 1 | 56.77 (Could be better) |
| /src/typescript-supported-too/typescript-sample.ts | 11 | 1 | 70.73 OK |
| /src/pages/index.js | 209 | 1 | 89.94 OK |
| /src/pages/api/hello.js | 6 | 1 | 91.93 OK |
[codehawk-cli] Generating maintainability badge...
[codehawk-cli] Badge was generated
The text was updated successfully, but these errors were encountered:
I've downloaded an example
https://github.com/sgb-io/codehawk-cli-example
and it is looking to work well, but
./node_modules/.bin/codehawk ./src/util
scan the others also, so I'm getting same result as fornpm run codehawk
.There is also parsing issue.
I would expect to see scan result from util folder only.
The text was updated successfully, but these errors were encountered: