pugjs / pug-lint

An unopinionated and configurable linter and style checker for Pug
ISC License
228 stars 51 forks source link

Remove duplicate rule requireSpecificAttributes from rules.md #68

Closed ilyakam closed 8 years ago

ilyakam commented 8 years ago

The auto-generated rules.md had a duplicate rule in its description for requireSpecificAttributes. The bug was due to the fact that an unrelated rule requireSpacesInsideAttributeBrackets had an erroneous duplicate description for the unrelated rule.

After removing the duplicate description and running npm run docs, or more accurately npm test, the auto-generated rules.md file no longer contains the duplicate rule.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1490a9aeacdc39c158ddfdc8400c0068901f0fc1 on ilyakam:bug/duplicate-rules into 98c225e7711d752c3d499795f0e1fc92299743b4 on pugjs:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 4ac847e0c712786d207cc8dabb736737631bbe35 on ilyakam:bug/duplicate-rules into 98c225e7711d752c3d499795f0e1fc92299743b4 on pugjs:master.

benedfit commented 8 years ago

Thanks