cqc icon indicating copy to clipboard operation
cqc copied to clipboard

Code Quality Checker - Check your code quality by running one command.

Results 7 cqc issues
Sort by recently updated
recently updated
newest added

I was trying to use the tool to find cyclomatic values for vue files, i was trying it by runing the following command `cqc --ext ".vue" --verbose /my/vue/file/vue_file.vue` However I...

Let’s get started with automated dependency management for cqc :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

I regularly keep getting the following error when running `cqc` ``` C:\Users\Nithin\AppData\Roaming\npm\node_modules\cqc\node_modules\babel-eslint\lib\parse.js:81 throw err; ^ SyntaxError: Line 282: yield is a reserved word in strict mode 280 | */ 281...

enhancement

would it be possible to add TypeScript support?

enhancement