diff --git a/src/bootlint.js b/src/bootlint.js index 2d984f1a..cddebf6d 100644 --- a/src/bootlint.js +++ b/src/bootlint.js @@ -617,18 +617,6 @@ var LocationIndex = _location.LocationIndex; } }); /* - addLinter('E006', function lintInputGroupFormControlTypes($, reporter) { - var selectInputGroups = $('.input-group select'); - if (selectInputGroups.length) { - reporter('`.input-group` contains a ``s cannot be fully styled in WebKit browsers', selectInputGroups); - } - var textareaInputGroups = $('.input-group textarea'); - if (textareaInputGroups.length) { - reporter('`.input-group` contains a ` - - -
-
    -
  1. -
- - diff --git a/test/_old_fixtures/input-group/valid.html b/test/_old_fixtures/input-group/valid.html deleted file mode 100644 index a9489fdf..00000000 --- a/test/_old_fixtures/input-group/valid.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - Test - - - - - - - - - -
- @ - -
- -
-
    - - diff --git a/test/bootlint_test.js b/test/bootlint_test.js index bbca8134..7f987d98 100644 --- a/test/bootlint_test.js +++ b/test/bootlint_test.js @@ -169,21 +169,6 @@ exports.bootlint = { }, */ /* - 'input groups with impermissible kind of form control': function (test) { - test.expect(3); - test.deepEqual(lintHtml(utf8Fixture('input-group/textarea.html')), - ['`.input-group` contains a `