Skip to content

Commit

Permalink
.coafile: Ignore public/**
Browse files Browse the repository at this point in the history
The public/ rendered version contains the word coala,
and thus needs to be ignored from the KeywordBear rule.

Related to coala#3
  • Loading branch information
jayvdb committed Dec 11, 2017
1 parent 3695ce8 commit e9116e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ shell = bash
# Do not allow the word "coala" to ensure the repository can be generalized out
# for use by other organizations.
files = **
ignore = .git/**, org_name.txt, .coafile, requirements.txt, .travis.yml, LICENSE
ignore = .git/**, org_name.txt, .coafile, requirements.txt, .travis.yml, LICENSE, public/**
bears = KeywordBear
language = python 3
keywords = coala

0 comments on commit e9116e5

Please sign in to comment.