Skip to content

Commit

Permalink
.coafile: Disable incompatible Jinja2 checks
Browse files Browse the repository at this point in the history
Setting check_end_labels was created to remove the need to add
copious comments in the Jinja templates.

These help with Jinja2 templates, however there are other
unavoidable errors with bears-travis.yml.jj2
  • Loading branch information
jayvdb committed Jul 20, 2019
1 parent 2f41030 commit 5c1b7a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ shellcheck_ignore = SC2046, SC2154, SC2155
[jinja2]
bears = Jinja2Bear
files = **.jj2
check_end_labels = False
# Bug in handling of ".. list | sort"
ignore = .moban.dt/Gemfile.jj2, .moban.dt/bear-requirements.txt.jj2, .moban.dt/package.json.jj2
ignore = .moban.dt/Gemfile.jj2, .moban.dt/bear-requirements.txt.jj2, .moban.dt/package.json.jj2, .moban.dt/bears-travis.yml.jj2

0 comments on commit 5c1b7a7

Please sign in to comment.