nocuous icon indicating copy to clipboard operation
nocuous copied to clipboard

A static code analysis tool for JavaScript and TypeScript.

Results 5 nocuous issues
Sort by recently updated
recently updated
newest added

The instructions given in the [README](https://github.com/h-o-t/nocuous#installing-the-cli) to install the CLI don't work. ``` error: Unable to load 'https://deno.land/x/nocuous/import_map.json' import map Caused by: Import 'https://deno.land/x/[email protected]/import_map.json' failed, not found. ``` It seems...

Fixes #19 In the following code: https://github.com/h-o-t/nocuous/blob/c9e3041deec4ba56ec6c0f3489026d42d5eee9a5/src/reports/csv.ts#L42 `row` was getting trimmed by one column too many, since `row` has an extra "Path" leading column that `headers` don't.

When using the CSV output, the content of the last column is missing. Here are two examples for the same file. As the order of the metrics is different, it...

Hi, I love the idea of this project. I'm trying to get it working in an Nx repo: ``` $ npx nocuous "{apps,libs}/**/*.{ts,tsx}" nocuous - A static code analysis tool...

![nocuous](https://user-images.githubusercontent.com/58897196/107102758-597d8e00-6813-11eb-99f8-418ba09777c6.png)