summaryrefslogtreecommitdiff
path: root/test/messages/func_format.txt
blob: ce5df813ea7ab6add930e0eef5accf218fcf570c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
C:  6: Exactly one space required before assignment
notpreceded= 1
           ^
C:  7: Exactly one space required after assignment
notfollowed =1
            ^
C:  8: Exactly one space required after comparison
notfollowed <=1
            ^^
C: 19: Exactly one space required after comma
aaaa,bbbb = 1,2
             ^
C: 19: Exactly one space required after comma
aaaa,bbbb = 1,2
    ^
C: 24: More than one statement on a single line
C: 26: Exactly one space required after comma
    aaaa,bbbb = 1,2
                 ^
C: 26: Exactly one space required after comma
    aaaa,bbbb = 1,2
        ^
C: 27: Exactly one space required after comma
    aaaa,bbbb = bbbb,aaaa
                    ^
C: 27: Exactly one space required after comma
    aaaa,bbbb = bbbb,aaaa
        ^
C: 29: Exactly one space required after comma
bbbb = (1,2,3)
           ^
C: 29: Exactly one space required after comma
bbbb = (1,2,3)
         ^
C: 51: Exactly one space required before assignment
    funky= funky+2
         ^
C: 71: Exactly one space required before assignment
            ocount[obj.__class__]+= 1
                                 ^^
C: 73: Exactly one space required around assignment
            ocount[obj.__class__]=1
                                 ^
C: 91: More than one statement on a single line
C:105: More than one statement on a single line
C:108: More than one statement on a single line