From 028e1814711c35f5aebedd9e309ec48b6fd343ba Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 11 Mar 2016 11:03:31 -0500 Subject: [PATCH] chore(CONTRIBUTING): update the dir to run the linter --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 450c1bfa62..1b5e0ba37b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,9 @@ Always use two spaces, no tabs. This goes for any HTML, CSS, or Javascript. Run [Sass Linter](https://github.com/brigade/scss-lint) to ensure the css/sass matches our conventions (requires Ruby) 1. Install the linter: `gem install scss_lint` -2. For all component Sass files: `scss-lint ionic/**/**/*.scss` -3. For a specific Sass file: `scss-lint ionic/components/toolbar/toolbar.ios.scss` +2. Make sure to run the linter at the root of the repository where the `.scss-lint.yml` file is located +3. For all component Sass files: `scss-lint ionic/**/**/*.scss` +4. For a specific Sass file: `scss-lint ionic/components/toolbar/toolbar.ios.scss` ##### Variable Naming Conventions