Skip to content

The regular rule test should be as bland as possible#278

Merged
nzakas merged 2 commits intoCSSLint:masterfrom
mahonnaise:all-rules
May 21, 2012
Merged

The regular rule test should be as bland as possible#278
nzakas merged 2 commits intoCSSLint:masterfrom
mahonnaise:all-rules

Conversation

@mahonnaise
Copy link
Copy Markdown
Contributor

I got a custom rule which checks if you're adhering to some naming conventions. A ruleset like: .foo { width: 100px; } (which is currently used by tests/all-rules.js) does trigger a warning.

I replaced it with that kind of rule everyone is using: body { margin: 0; }.

That was the most neutral thing I could think of.

nzakas added a commit that referenced this pull request May 21, 2012
The regular rule test should be as bland as possible
@nzakas nzakas merged commit c429435 into CSSLint:master May 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants