forked from coala/projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.coafile
31 lines (26 loc) · 793 Bytes
/
.coafile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[global]
bears = coalaBear
files = **.yml, **.html, **.md, **.js, **.css, **.json
ignore = resources/vendors/**, _site/**
[linecount]
files = **.yml, **.html, **.md, **.js
bears = LineCountBear
ignore = resources/vendors/**, data/projects.js, _site/**
max_lines_per_file = 500
[filenames]
bears = FilenameBear
files = **.yml, **.html, **.md, **.js, **.css
ignore = resources/vendors/**, _projects/integrate-pyflakes-AST.md, _site/**
[spacing]
bears = SpaceConsistencyBear
files = **.html, **.css, **.js, **.json
ignore = resources/vendors/**, _site/**
use_spaces = True
[html]
bears = HTMLLintBear
files = **.html
htmllint_ignore = optional_tag, protocol, indentation, concerns_separation, capitalization
ignore = resources/vendors/**, _site/**
[yml]
bears = YAMLLintBear
files = **.yml