Skip to content

Commit 64101c7

Browse files
hemangsksils
authored andcommitted
.coafile: Update coafile
- Remove mentions of site folder - Add ignore of assets/images folder
1 parent c46aca8 commit 64101c7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.coafile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[default]
22
bears = LineCountBear, FilenameBear, InvalidLinkBear, coalaBear
33
files = **.md, **.html, **.js, **.css, **.yml
4-
ignore = **.min.(css|js), _site/**
4+
ignore = **.min.(css|js)
55
max_lines_per_file = 600
66

77
[html]
88
bears = HTMLLintBear, BootLintBear, SpaceConsistencyBear, KeywordBear
99
files = **.html
10-
ignore = _site/**, includes/github.html
10+
ignore = includes/github.html, partials/tabs/disclaimer.html
1111
language = HTML
1212
use_spaces = yeah
1313
htmllint_ignore = optional_tag, protocol
@@ -20,11 +20,11 @@ ignore = _site/**.js
2020
[css]
2121
bears = SpaceConsistencyBear
2222
files = **.css
23-
ignore = _site/**.css, **.min.css
23+
ignore = **.min.css
2424
use_spaces = yes
2525

2626
[spacing]
2727
bears = SpaceConsistencyBear
2828
files = **
29-
ignore = _site/**, assets/images/** , .git/**
29+
ignore = assets/images/** , .git/**
3030
use_spaces = yes

0 commit comments

Comments
 (0)