codeclimate-tslint
codeclimate-tslint copied to clipboard
Code Climate TSLint-Engine
I'm running this locally on macOS: `codeclimate analyze -e tslint` I get this error: ``` Status: Downloaded newer image for codeclimate/codeclimate-tslint:latest /usr/src/app/node_modules/tslint/lib/configuration.js:57 throw new error_1.FatalError("Failed to load " + configPath...
Hi again, Could we please schedule an update for the following deps? Prettier is notably important, as latest version introduced some formatting changes. Notably: - tslint: 5.17.0 - prettier: 1.18.2...
I have the following directory structure: - frontend/ - tslint.json - src/ - backend - ... I configured the plugin with `config: frontend/tslint.json` and because my configuration contains: ```json {...
See https://docs.codeclimate.com/docs/advanced-configuration
When I try to use CodeClimate on ts files with SonarTS tslint plugin, I encounter the following error : ``` /usr/src/app/node_modules/tslint/lib/configuration.js:55 throw new error_1.FatalError("Failed to load " + configPath +...
I have a shared TSLint config that I use in multiple projects. i.e.: ```json { "extends": "@bigcommerce/tslint-config" } ``` However, this doesn't work because `@bigcommerce/tslint-config` is not available in the...
We use [`tslint-config-prettier`](https://github.com/alexjoverm/tslint-config-prettier) in our TSLint config, is there any way to configure additional presets in this engine?
Hey @tkqubo! I tacked on some comments to issue https://github.com/tkqubo/codeclimate-tslint/issues/46, but I think this may actually be something different happening, so thought it might be test to open a new...
A user of Code Climate is experiencing the following error on builds: ``` /usr/src/app/node_modules/tslint/lib/configuration.js:56 throw new error_1.FatalError("Failed to load " + path + ": " + error.message, error); ^ Error...
I'm using the latest docker image from code climate. Here's what I've tried to get tslint to work with cc: npm i codeclimate-tslint --save-dev codeclimate engines:enable tslint Engine not found....