-
Notifications
You must be signed in to change notification settings - Fork 40
/
.coafile
28 lines (25 loc) · 1.09 KB
/
.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
[default]
bears = LineLengthBear, SpaceConsistencyBear
files = **.js, **.css, **.html, **.yml, **.json
ignore = **.min.js, **.min.css, tweetheatmap/public/lib/**, webtweets/js/bootstrap/**, webtweets/css/bootstrap.css, js/typeahead.bundle.js, webtweets/js/bootstrap.js, **/node_modules/**, **/index_bundle.js, WorldMoodTracker/index.html, emojiHeatmapper/emoji.json, emojiHeatmapper/lib/**, LoklakWordCloud/js/html2canvas.js
max_line_length = 129
use_spaces = True
[html]
bears = HTMLLintBear
files = **.html
htmllint_ignore = indentation, optional_tag, concerns_separation, capitalization, attr_lowercase
ignore = tweetheatmap/public/lib/**
[css]
bears = PHPCodeSnifferBe
files = **.css
ignore = **.min.css, tweetheatmap/public/lib/**, webtweets/css/bootstrap.css
use_spaces = True
[js]
bears = PHPCodeSnifferBear
files = **.js
ignore = **.min.js, tweetheatmap/public/lib/**, /app/webtweets/js/bootstrap/**, **/node_modules/**, **/index_bundle.js
javascript_strictness = False
use_spaces = True
check_class_declaration = False
allow_multiple_statements_per_line = True
blank_line_after_namespace_declaration = False