Skip to content

Commit

Permalink
IndentationBear: Change coala-analyzer to coala
Browse files Browse the repository at this point in the history
  • Loading branch information
adtac committed Oct 7, 2016
1 parent 1f9addd commit 5f20208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bears/general/IndentationBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(self,
undergoes no change.
WARNING: The IndentationBear is experimental right now, you can report
any issues found to https://github.com/coala-analyzer/coala-bears
any issues found to https://github.com/coala/coala-bears
:param filename:
Name of the file that needs to be checked.
Expand Down Expand Up @@ -498,7 +498,7 @@ def get_first_unindent(indent,
return line_nr


# TODO remove these once https://github.com/coala-analyzer/coala/issues/2377
# TODO remove these once https://github.com/coala/coala/issues/2377
# gets a fix
def lt_eq(absolute, source):
if absolute.line == source.line:
Expand Down

0 comments on commit 5f20208

Please sign in to comment.