Skip to content

Commit

Permalink
.ci_coafile: Correct paths
Browse files Browse the repository at this point in the history
All paths are relative to the coafile. This was forgotten to change in
commit af72a8.
  • Loading branch information
sils committed May 24, 2015
1 parent dfebf54 commit c96e9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .misc/.ci_coafile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
files = *.py, bears/**/*.py, coalib/**/*.py, ./coala
files = ../*.py, ../bears/**/*.py, ../coalib/**/*.py, ../coala
output = none
bears = SpaceConsistencyBear, LineLengthBear
use_spaces = True
max_line_length = 80

[DOCS]
bears = SpaceConsistencyBear
files = doc/**/*.md
files = ../doc/**/*.md
use_spaces = True

0 comments on commit c96e9d7

Please sign in to comment.