A CodeClimate compatible formatter for Stylelint
Using npm:
npm install --save-dev stylelint-formatter-codeclimateUsing yarn:
yarn add --dev stylelint-formatter-codeclimateUsing pnpm:
pnpm install --dev stylelint-formatter-codeclimatenpx stylelint "*.css" --custom-formatter=node_modules/stylelint-formatter-codeclimatelint:
script:
- npx stylelint "*.css" --custom-formatter=node_modules/stylelint-formatter-codeclimate --output-file=gl-code-quality-report.json
artifacts:
reports:
codeclimate: gl-code-quality-report.json