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

Fix false positives on variable declarations #936

Merged

Conversation

bgriffith
Copy link
Member

This PR fixes #935 - false positives on variable declarations that were being taken as property declarations.

Fixed in both no-duplicate-properties and declarations-before-nesting rules.

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

@coveralls
Copy link

coveralls commented Nov 7, 2016

Coverage Status

Coverage increased (+0.007%) to 97.554% when pulling 77449fa on bgriffith:feature/fix-variable-declarations into 0fbf9bd on sasstools:develop.

@DanPurdy DanPurdy merged commit 60624c2 into sasstools:develop Nov 7, 2016
@DanPurdy DanPurdy deleted the feature/fix-variable-declarations branch November 7, 2016 15:16
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.

False positives for 'no-duplicate-properties' and 'declarations-before-nesting' rules
3 participants