You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We recommend handling this through the server headers so it never appears in the markup
1033
-
"W002"# `<head>` is missing X-UA-Compatible `<meta>` tag that disables old IE compatibility modes
1034
-
# TODO: The rules below should be resolved
1035
-
"E013"# Only columns (`.col-*-*`) may be children of `.row`s
1036
-
"E014"# Columns (`.col-*-*`) can only be children of `.row`s or `.form-group`s
1037
-
"E031"# Glyphicon classes must only be used on elements that contain no text content and have no child elements.
1038
-
"E023"# `.panel-body` must have a `.panel` or `.panel-collapse` parent
1039
-
"E024"# `.panel-heading` must have a `.panel` parent
1040
-
"W010"# Using `.pull-left` or `.pull-right` as part of the media object component is deprecated as of Bootstrap v3.3.0. Use `.media-left` or `.media-right` instead.
1041
-
"E032"# `.modal-content` must be a child of `.modal-dialog`
1042
-
"W009"# Using empty spacer columns isn't necessary with Bootstrap's grid. So instead of having an empty grid column with `class="col-xs-12"` , just add `class="col-xs-offset-12"` to the next grid column.
1043
-
"E012"# `.input-group` and `.col-*-*` cannot be used directly on the same element. Instead, nest the `.input-group` within the `.col-*-*`
1044
-
"E017"# GCWeb wants to support explicit labels when using checkbox inputs under the .gc-chckbxrdio .checkbox classes
1045
-
"E018"# GCWeb wants to support explicit labels when using radio inputs under the .gc-chckbxrdio .radio classes
1046
-
]
1047
-
src: [
1048
-
"~sites/**/*.html"
1049
-
# Ignore wet-boew demos files
1050
-
"!~sites/wetboew-demos/*"
1051
-
# Ignore HTML fragments used for the menus
1052
-
"!~sites/**/assets/*.html"
1053
-
"!~sites/**/ajax/*.html"
1054
-
# Ignore deprecated page as it is just for testing
1055
-
"!~sites/**/deprecated-*.html"
1056
-
# Ignore Bootstrap 4 test page
1057
-
"!~sites/**/bootstrap-4.html"
1058
-
]
1059
-
bootstrap4:
1060
-
options:
1061
-
stoponerror:true
1062
-
stoponwarning:true
1063
-
showallerrors:true
1064
-
relaxerror: [
1065
-
# We recommend handling this through the server headers so it never appears in the markup
1066
-
"W002"# `<head>` is missing X-UA-Compatible `<meta>` tag that disables old IE compatibility modes
1067
-
# Ignore jQuery missing warning
1068
-
"W005"# Unable to locate jQuery, which is required for Bootstrap's JavaScript plugins to work; however, you might not be using Bootstrap's JavaScript
1069
-
# Ignore Bootstrap 4 usage warning
1070
-
"W015"# Detected what appears to be Bootstrap v4 or later. This version of Bootlint only supports Bootstrap v3.
0 commit comments