-
-
Notifications
You must be signed in to change notification settings - Fork 450
Whitespace inside attribute #310
Copy link
Copy link
Closed
Labels
PR neededbot:staleIssue marked as stale because there was no activityIssue marked as stale because there was no activityfeature requestFunctionality that introduces a new featureFunctionality that introduces a new feature
Metadata
Metadata
Assignees
Labels
PR neededbot:staleIssue marked as stale because there was no activityIssue marked as stale because there was no activityfeature requestFunctionality that introduces a new featureFunctionality that introduces a new feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Many times, people add unnecessary whitespaces inside some attributes. For example
class=" col-md-2"and sometimes double space between values in theclassattributeclass="col-md-2 col-offset-2Would be nice to give a warning in such cases
Describe the solution you'd like
Would be good to have a rule for "No leading/training spaces in attribute" and maybe another one specifically for
classattribute to handle that all values should be separated by a single spaceDescribe alternatives you've considered
NA