Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct typos and add jsdoc comment to pseudo-element rule #682

Merged
merged 3 commits into from
May 9, 2016

Conversation

bgriffith
Copy link
Member

@bgriffith bgriffith commented May 7, 2016

Fixes a few typos in the rule file and adds some basic jsdoc comments.

DCO 1.1 Signed-off-by: Ben Griffith gt11687@gmail.com

@coveralls
Copy link

coveralls commented May 7, 2016

Coverage Status

Coverage remained the same at 97.064% when pulling fbc018f on bgriffith:feature/fix-typo into aaf7975 on sasstools:develop.

@bgriffith bgriffith added this to the 1.8.0 milestone May 7, 2016
@@ -12,20 +12,38 @@ var pseudoElements = yaml.safeLoad(
fs.readFileSync(path.join(__dirname, '../../data', 'pseudoClasses.yml'), 'utf8')
).split(' ');

/**
* Get prefix free version of string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't a great comment, Maybe 'Checks if the supplied argument is a string and contains a prefix, if it does we remove the prefix'.

@DanPurdy
Copy link
Member

DanPurdy commented May 7, 2016

Who did the PR to this rule originally I ask!? 😄 😉

Also you've gotten back into your shorthand comments again.. I think the descriptions could be better, more formed english...

@coveralls
Copy link

coveralls commented May 9, 2016

Coverage Status

Coverage remained the same at 97.064% when pulling 45d8fbd on bgriffith:feature/fix-typo into 98b2bd0 on sasstools:develop.

@coveralls
Copy link

coveralls commented May 9, 2016

Coverage Status

Coverage remained the same at 97.064% when pulling 45d8fbd on bgriffith:feature/fix-typo into 98b2bd0 on sasstools:develop.

@DanPurdy DanPurdy closed this May 9, 2016
@DanPurdy DanPurdy reopened this May 9, 2016
@coveralls
Copy link

coveralls commented May 9, 2016

Coverage Status

Coverage remained the same at 97.064% when pulling 45d8fbd on bgriffith:feature/fix-typo into 98b2bd0 on sasstools:develop.

@DanPurdy DanPurdy merged commit e1a43b7 into sasstools:develop May 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants