Skip to content

Commit ef945bb

Browse files
committed
build: expand lintspaces globs
1 parent 3c3da2d commit ef945bb

File tree

1 file changed

+19
-34
lines changed

1 file changed

+19
-34
lines changed

Gruntfile.coffee

Lines changed: 19 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,43 +1122,28 @@ module.exports = (grunt) ->
11221122
all:
11231123
src: [
11241124
# Root files
1125-
".editorconfig"
1126-
".git*"
1127-
".*rc"
1128-
"*.yml"
1129-
"Gemfile*"
1130-
"Gruntfile.coffee"
1131-
"Licen?e-*.txt"
1132-
"*.json"
1133-
# "*.json-ld"
1134-
"Rakefile"
1135-
1136-
# Folders
1137-
"{sites,common,components,templates,design-patterns,wet-boew}/**"
1138-
1139-
#
1140-
# Exemptions...
1141-
#
1142-
1143-
# Generated files
1144-
"!Gemfile.lock"
1125+
"\.*"
1126+
"**"
11451127

1146-
# Web contents
1147-
"!{sites,common,components,templates,design-patterns,wet-boew}/**/*.md"
1148-
# "{sites,components,templatesdesign-patterns}/*/*.{md,html}"
1149-
# "{sites,components,templatesdesign-patterns}/*.{md, html}"
1150-
# "!{sites,components,templatesdesign-patterns}/*/**/*.{md,html}"
1128+
# temp fixed in #2526
1129+
"!**/*.md"
11511130

1152-
# Images
1153-
"!{sites,common,components,templates,design-patterns,wet-boew}/**/*.{jpg,png,ico}"
1154-
"!{sites,common,components,templates,design-patterns,wet-boew}/*.{ico,jpg,png}"
1131+
# temp fixed in ESLint updates in #2503
1132+
"!**/*.js"
11551133

1156-
# External fonts
1157-
"!{sites,common,components,templates,design-patterns,wet-boew}/**/*.{eot,svg,ttf,woff}"
1158-
1159-
# Docker environment file
1160-
# File that gets created/populated in a manner that goes against .editorconfig settings during the main Travis-CI build.
1161-
"!script/docker/env"
1134+
# Exemptions...
1135+
"!node_modules/**"
1136+
"!~jekyll-dist/**"
1137+
"!~wetboew-demos/**"
1138+
"!dist/**"
1139+
"!méli-mélo/compilation-gelé/**"
1140+
"!méli-mélo-demos/**"
1141+
1142+
# Binary files
1143+
"!**/*.{jpg,png,ico}"
1144+
"!**/*.{eot,ttf,woff}"
1145+
"!**/*.odt"
1146+
"!.DS_Store"
11621147
],
11631148
options:
11641149
editorconfig: ".editorconfig",

0 commit comments

Comments
 (0)