Skip to content

Commit

Permalink
Move files that were in the wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Sep 25, 2019
1 parent 5d2fbaf commit b74d248
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pylint/test/functional/no_else_continue.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions tests/functional/n/no_else_continue.txt
@@ -0,0 +1,7 @@
no-else-continue:8:foo1:Unnecessary "else" after "continue"
no-else-continue:16:foo2:Unnecessary "elif" after "continue"
no-else-continue:28:foo3:Unnecessary "else" after "continue"
no-else-continue:41:foo4:Unnecessary "else" after "continue"
no-else-continue:54:foo5:Unnecessary "elif" after "continue"
no-else-continue:70:foo6:Unnecessary "else" after "continue"
no-else-continue:110:bar4:Unnecessary "else" after "continue"

0 comments on commit b74d248

Please sign in to comment.