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.
Coverage remained the same at 100.0% when pulling 1490a9aeacdc39c158ddfdc8400c0068901f0fc1 on ilyakam:bug/duplicate-rules into 98c225e7711d752c3d499795f0e1fc92299743b4 on pugjs:master.
Coverage remained the same at 100.0% when pulling 4ac847e0c712786d207cc8dabb736737631bbe35 on ilyakam:bug/duplicate-rules into 98c225e7711d752c3d499795f0e1fc92299743b4 on pugjs:master.
The auto-generated
rules.md
had a duplicate rule in its description forrequireSpecificAttributes
. The bug was due to the fact that an unrelated rulerequireSpacesInsideAttributeBrackets
had an erroneous duplicate description for the unrelated rule.After removing the duplicate description and running
npm run docs
, or more accuratelynpm test
, the auto-generatedrules.md
file no longer contains the duplicate rule.