Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Conversation

iamphill
Copy link
Contributor

New error E033

Fixes #42

@iamphill
Copy link
Contributor Author

Wait E033 would be used by the alert-dismiss PR so I've changed to E035.

var elements = $('.form-inline, .form-horizontal');
elements.each(function() {
if ($(this).is('.form-group')) {
reporter('.form-inline and .form-horizontal should be used directly on a .form-group', $(this));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"should not be used directly"

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling b1bcb6c on iamphill:form-group into ed99606 on twbs:master.

@XhmikosR XhmikosR added this to the v0.6.0 milestone Oct 18, 2014
@cvrebert cvrebert closed this in 6ef40e9 Oct 23, 2014
@cvrebert
Copy link
Collaborator

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.form-horizontal/.form-inline shouldn't be used directly on .form-group
4 participants