ivantsepp/codeclimate-scss-lint

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Build Status](https://travis-ci.org/ivantsepp/codeclimate-scss-lint.svg?branch=master)](https://travis-ci.org/ivantsepp/codeclimate-scss-lint)

# Code Climate SCSS-Lint Engine

This is a code climate engine that wraps [`scss-lint`](https://github.com/brigade/scss-lint) tool which is a linter for scss/sass.

## Configuration

This engine supports [the same configuration file as scss-lint itself](https://github.com/brigade/scss-lint#configuration). If you would like to tweak the results, you can add a `.scss-lint.yml` file to your repository. The default configuration can be found [here](https://github.com/brigade/scss-lint/blob/master/config/default.yml).