Fix scss_lint gem naming

This commit is contained in:
Thibaud Colas 2017-08-11 01:20:47 +03:00 committed by Matt Westcott
parent cee40964cb
commit 4eafad0a57
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ machine:
dependencies:
pre:
- pip install -e .[testing]
- gem install scss-lint
- gem install scss_lint
test:
override:

View file

@ -35,13 +35,13 @@ automatically recompiling when any changes are observed, by running:
Linting SCSS
~~~~~~~~~~~~
Wagtail uses the "scss-lint" Ruby Gem for linting.
Wagtail uses the "scss_lint" Ruby Gem for linting.
Install it thus:
.. code-block:: console
$ gem install scss-lint
$ gem install scss_lint
Then run the linter from the wagtail project root: