forked from art-of-algorithm/art-of-algorithm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coafile
More file actions
19 lines (19 loc) · 668 Bytes
/
Copy path.coafile
File metadata and controls
19 lines (19 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated by coala-quickstart on 28 Jun 2017.
[default]
bears = InvalidLinkBear, FilenameBear
files = **.css, **.yml, **.md, **.html, **.gemspec
[markdown]
bears = DuplicateFileBear, LineLengthBear, coalaBear, MarkdownBear, LicenseCheckBear
files = **.md
[css]
bears = CSSLintBear
files = **.css
[yaml]
bears = DuplicateFileBear, YAMLLintBear, LineLengthBear, coalaBear, LicenseCheckBear
files = **.yml
[html]
bears = DuplicateFileBear, LineLengthBear, coalaBear, BootLintBear, HTMLLintBear, LicenseCheckBear
files = **.html
[ruby]
bears = DuplicateFileBear, RubySyntaxBear, RubySmellBear, LineLengthBear, coalaBear, RuboCopBear, LicenseCheckBear
files = **.gemspec