summaryrefslogtreecommitdiff
path: root/python/testData/inspections/PyStringFormatInspection/expected.xml
blob: 25e70285bd8de1d6006485c23c01df6f40d8c9fe (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>string-format.py</file>
    <line>2</line>
    <description>Too few arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>3</line>
    <description>Too many arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>6</line>
    <description>Format specifier character missing</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>8</line>
    <description>Can't use '*' in formats when using a mapping</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>10</line>
    <description>Too few arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>11</line>
    <description>Too many arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>12</line>
    <description>Format specifier character missing</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>13</line>
    <description>Too few mapping keys</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>14</line>
    <description>Too few mapping keys</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>16</line>
    <description>Format requires a mapping</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>17</line>
    <description>Format requires a mapping</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>18</line>
    <description>Format doesn't require a mapping</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>26</line>
    <description>Key 'name' has no following argument</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>28</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>28</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>29</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>30</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>36</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>46</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>47</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>48</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>54</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>63</line>
    <description>Too many arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>65</line>
    <description>Format requires a mapping</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>76</line>
    <description>Too few arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>88</line>
    <description>Too few arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>91</line>
    <description>Too few arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>91</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>92</line>
    <description>Too few arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>94</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>97</line>
    <description>Too many arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>99</line>
    <description>Too few arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>103</line>
    <description>Unexpected type</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>104</line>
    <description>Too few arguments for format string</description>
  </problem>
  <problem>
    <file>string-format.py</file>
    <line>105</line>
    <description>Too many arguments for format string</description>
  </problem>

</problems>