-
Notifications
You must be signed in to change notification settings - Fork 532
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
Hotfix master - Brace style #303
Conversation
👍 Looks good to me, we want to release a hotfix as 3.0.1? |
1.3.1? Yep definitely. Though happy for it to wait a day or so for any other hot fixes from the recent release. |
Confirmed that this, once pulled into master, fixes my previous error on #301 |
We'll release #310 in 1.3.1 too. |
'severity': parser.severity | ||
}); | ||
} | ||
// if (previous.is('space')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Hotfix master - Brace style
With the release of 1.3 there was an issue with the brace style rule failing if there was no proceeding space.
Fixes #301
DCO 1.1 Signed-off-by: Ben Griffith gt11687@gmail.com