Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / pylint / test / functional / bad_continuation.txt @ 745

History | View | Annotate | Download (2.37 KB)

1
bad-continuation:14::"Wrong hanging indentation.
2
   ]  # [bad-continuation]
3
|  ^|"
4
bad-continuation:19::"Wrong continued indentation (remove 3 spaces).
5
         7,  # [bad-continuation]
6
      |  ^"
7
bad-continuation:27::"Wrong hanging indentation (add 1 space).
8
   'b': 2,  # [bad-continuation]
9
   ^|"
10
bad-continuation:33::"Wrong hanging indentation (add 1 space).
11
   'b': 2,  # [bad-continuation]
12
   ^|"
13
bad-continuation:41::"Wrong continued indentation.
14
                             # [bad-continuation] is not accepted
15
      |                   |  ^"
16
bad-continuation:42::"Wrong continued indentation (remove 20 spaces).
17
                          'contents', # [bad-continuation] nor this.
18
      |                   ^"
19
bad-continuation:51::"Wrong hanging indentation in dict value.
20
      'value2',  # [bad-continuation]
21
    | ^ |"
22
bad-continuation:61::"Wrong continued indentation (add 4 spaces).
23
        'wrong',  # [bad-continuation]
24
        ^   |"
25
bad-continuation:85::"Wrong hanging indentation in dict value.
26
'value1',  # [bad-continuation]
27
^     |   |"
28
bad-continuation:89::"Wrong hanging indentation in dict value.
29
    'value1',  # [bad-continuation]
30
    ^ |   |"
31
bad-continuation:106::"Wrong hanging indentation before block (add 4 spaces).
32
    some_arg,         # [bad-continuation]
33
    ^   |"
34
bad-continuation:107::"Wrong hanging indentation before block (add 4 spaces).
35
    some_other_arg):  # [bad-continuation]
36
    ^   |"
37
bad-continuation:127::"Wrong continued indentation (add 3 spaces).
38
    ""b"")  # [bad-continuation]
39
    ^  |"
40
bad-continuation:141::"Wrong hanging indentation before block.
41
   ): pass  # [bad-continuation]
42
|  ^|"
43
bad-continuation:144::"Wrong continued indentation before block (add 4 spaces).
44
    2):  # [bad-continuation]
45
    ^   |"
46
bad-continuation:152::"Wrong continued indentation (remove 2 spaces).
47
         2 and  # [bad-continuation]
48
       | ^"
49
bad-continuation:157::"Wrong hanging indentation before block.
50
  2): pass  # [bad-continuation]
51
  ^ |   |"
52
bad-continuation:164::"Wrong continued indentation before block.
53
     2 or  # [bad-continuation]
54
    |^  |"
55
bad-continuation:168::"Wrong continued indentation before block.
56
  2): pass  # [bad-continuation]
57
  ^ |   |"
58
bad-continuation:174::"Wrong hanging indentation before block.
59
  2):  # [bad-continuation]
60
  ^ |   |"
61
bad-continuation:185::"Wrong continued indentation (add 4 spaces).
62
    2):  # [bad-continuation]
63
    ^   |"