Skip to content

Commit

Permalink
.coafile: Add ShellCheckBear
Browse files Browse the repository at this point in the history
This add a `bash` section and `bash`
as default `shell` in `.coafile`.

Closes coala#2320
  • Loading branch information
sangamcse committed Apr 10, 2018
1 parent cccfc16 commit 7634540
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ ignore = *.py
[all.yml]
bears = YAMLLintBear
files = *.yml, .ci/*.yml, tests/**/*.yml

[bash]
bears = ShellCheckBear
files = .ci/*.sh
ignore = .ci/deps.pip.sh
shell = bash
shellcheck_ignore = SC2046, SC2154, SC2155

0 comments on commit 7634540

Please sign in to comment.