monorepo
monorepo copied to clipboard
Open source platform for code review automation ✅
Getting MaxBufferError: stdout maxBuffer exceeded not sure what caused this. it used to work. you can see the failure here : https://github.com/thesandboxgame/sandbox-smart-contracts/runs/1643040725?check_suite_focus=true Is codecheck running out of memory. any way...
I can't see this being called anywhere, was this meant to be added as a devDep? https://github.com/codechecks/monorepo/search?q=ts-node
This fixes #70 by adding a dependency that will pull in typescript, which node-ts demands as a peer dependency but can't install itself. The version comes from what `node-ts` currently...
I am observing an error running `codechecks` in Github Actions - `Provider should never be in fork mode and not in PR mode!` It appears as if there is a...
There are scenarios where a branch is behind `master` (or its equivalent) and shouldn't be compared against it, or else codechecks is very likely to return false positives/regressions for things...
@krzkaczor I would like to know your thoughts on switching from TSLint to ESLint due to the [planned depreciation](https://github.com/palantir/tslint/issues/4534).
This is an issue to track all contributions to all CC packages.
Jenkins Support
`@codechecks/[email protected]` has a dependency on `node-ts` `^8.0.2`. But `[email protected]` has a peer dependency on `typescript` `>=2.0`, and `[email protected]` (which is what gets installed today) has a peer dependency on `typescript`...
I renamed a project in GitHub, but the codechecks overview page still shows the old name.