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 #2320
  • Loading branch information
sangamcse committed Mar 30, 2018
1 parent d4a73b3 commit 48f98fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ ignore = *.py
[yml]
bears = YAMLLintBear
files = *.yml, .ci/*.yml, tests/**/*.yml

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

0 comments on commit 48f98fc

Please sign in to comment.