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 3eca26f commit ce0f552
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

1 comment on commit ce0f552

@Udayan12167
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.