C |
madrona |
|
1 |
0 |
Missing docstring |
W |
madrona |
|
2 |
0 |
Relative import 'version', should be 'madrona.version' |
C |
madrona.this |
|
9 |
0 |
Line too long (96/80) |
C |
madrona.this |
|
1 |
0 |
Missing docstring |
C |
madrona.this |
|
1 |
0 |
Invalid name "s" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.manipulators.models |
|
6 |
0 |
Line too long (84/80) |
C |
madrona.manipulators.models |
|
12 |
0 |
Line too long (112/80) |
C |
madrona.manipulators.models |
|
38 |
0 |
Line too long (82/80) |
C |
madrona.manipulators.models |
|
39 |
0 |
Line too long (94/80) |
C |
madrona.manipulators.models |
|
40 |
0 |
Line too long (95/80) |
C |
madrona.manipulators.models |
|
1 |
0 |
Missing docstring |
C |
madrona.manipulators.models |
BaseManipulatorGeometryManager.current |
8 |
4 |
Missing docstring |
R |
madrona.manipulators.models |
BaseManipulatorGeometryManager |
5 |
0 |
Too many public methods (67/20) |
W |
madrona.manipulators.models |
BaseManipulatorGeometry.Meta |
42 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.models |
BaseManipulatorGeometry.Meta |
42 |
4 |
Missing docstring |
R |
madrona.manipulators.models |
BaseManipulatorGeometry.Meta |
42 |
4 |
Too few public methods (0/2) |
C |
madrona.manipulators.forms |
|
1 |
0 |
Missing docstring |
C |
madrona.manipulators.forms |
ShapeForm |
7 |
0 |
Missing docstring |
W |
madrona.manipulators.forms |
|
2 |
0 |
Unused import models |
W |
madrona.manipulators.forms |
|
3 |
0 |
Unused import forms |
W |
madrona.manipulators.forms |
|
4 |
0 |
Unused import ModelForm |
C |
madrona.manipulators.views |
|
1 |
0 |
Line too long (143/80) |
C |
madrona.manipulators.views |
|
27 |
0 |
Line too long (191/80) |
C |
madrona.manipulators.views |
|
38 |
0 |
Line too long (82/80) |
C |
madrona.manipulators.views |
|
59 |
0 |
Line too long (94/80) |
C |
madrona.manipulators.views |
|
62 |
0 |
Line too long (87/80) |
C |
madrona.manipulators.views |
|
66 |
0 |
Line too long (110/80) |
C |
madrona.manipulators.views |
|
68 |
0 |
Line too long (117/80) |
C |
madrona.manipulators.views |
|
71 |
0 |
Line too long (87/80) |
C |
madrona.manipulators.views |
|
76 |
0 |
Line too long (208/80) |
C |
madrona.manipulators.views |
|
77 |
0 |
Line too long (114/80) |
C |
madrona.manipulators.views |
|
84 |
0 |
Line too long (82/80) |
C |
madrona.manipulators.views |
|
98 |
0 |
Line too long (83/80) |
C |
madrona.manipulators.views |
|
107 |
0 |
Line too long (88/80) |
C |
madrona.manipulators.views |
|
118 |
0 |
Line too long (177/80) |
C |
madrona.manipulators.views |
|
121 |
0 |
Line too long (142/80) |
C |
madrona.manipulators.views |
|
122 |
0 |
Line too long (117/80) |
C |
madrona.manipulators.views |
|
152 |
0 |
Line too long (116/80) |
C |
madrona.manipulators.views |
|
153 |
0 |
Line too long (91/80) |
C |
madrona.manipulators.views |
|
1 |
0 |
Missing docstring |
W |
madrona.manipulators.views |
|
7 |
0 |
Wildcard import madrona.manipulators.manipulators |
W |
madrona.manipulators.views |
|
10 |
0 |
Wildcard import django.contrib.gis.geos |
C |
madrona.manipulators.views |
mpaManipulatorList |
19 |
0 |
Invalid name "mpaManipulatorList" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.manipulators.views |
mpaManipulatorList |
26 |
11 |
Catching too general exception Exception |
C |
madrona.manipulators.views |
mpaManipulatorList |
26 |
22 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.manipulators.views |
mpaManipulatorList |
19 |
23 |
Unused argument 'request' |
R |
madrona.manipulators.views |
multi_generic_manipulator_view |
33 |
0 |
Too many local variables (16/15) |
C |
madrona.manipulators.views |
multi_generic_manipulator_view |
40 |
4 |
Comma not followed by a space
for key,val in request.POST.items():
^^ |
W |
madrona.manipulators.views |
multi_generic_manipulator_view |
44 |
4 |
No exception type(s) specified |
C |
madrona.manipulators.views |
multi_generic_manipulator_view |
57 |
8 |
Invalid name "manipClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.views |
multi_generic_manipulator_view |
66 |
20 |
Comma not followed by a space
return render_to_response('common/base_form.html', RequestContext(request,{'form': form}))
^^ |
W |
madrona.manipulators.views |
multi_generic_manipulator_view |
78 |
33 |
Used * or ** magic |
C |
madrona.manipulators.views |
multi_generic_manipulator_view |
88 |
52 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.views |
multi_generic_manipulator_view |
90 |
45 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.views |
multi_generic_manipulator_view |
92 |
45 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.views |
multi_generic_manipulator_view |
94 |
28 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.manipulators.views |
multi_generic_manipulator_view |
33 |
0 |
Too many return statements (10/6) |
R |
madrona.manipulators.views |
multi_generic_manipulator_view |
33 |
0 |
Too many branches (18/12) |
C |
madrona.manipulators.views |
respond_with_template |
109 |
0 |
Missing docstring |
C |
madrona.manipulators.views |
respond_with_error |
120 |
0 |
Missing docstring |
C |
madrona.manipulators.views |
ensure_keys |
124 |
0 |
Missing docstring |
C |
madrona.manipulators.views |
testView |
130 |
0 |
Invalid name "testView" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.views |
testView |
130 |
0 |
Missing docstring |
C |
madrona.manipulators.views |
testView |
133 |
4 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.views |
testView |
134 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.views |
testView |
135 |
4 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.views |
testView |
136 |
4 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.manipulators.views |
testView |
130 |
13 |
Unused argument 'request' |
W |
madrona.manipulators.views |
testView |
136 |
4 |
Unused variable 'n' |
W |
madrona.manipulators.views |
testView |
133 |
4 |
Unused variable 'w' |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import WKTWriter from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import GEOS_PREPARE from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import get_manipulators_for_model from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import GEOSException from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import DifferenceFromShapeManipulator from wildcard import |
W |
madrona.manipulators.views |
|
1 |
0 |
Unused import HttpResponseBadRequest |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import NullManipulator from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import forms from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import LargestLineFromMulti from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import length_in_display_units from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import KmlWrap from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import D from wildcard import |
W |
madrona.manipulators.views |
|
1 |
0 |
Unused import HttpResponseServerError |
W |
madrona.manipulators.views |
|
1 |
0 |
Unused import HttpResponseForbidden |
W |
madrona.manipulators.views |
|
1 |
0 |
Unused import HttpResponseRedirect |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import LargestPolyFromMulti from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import MultiPoint from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import hex_regex from wildcard import |
W |
madrona.manipulators.views |
|
3 |
0 |
Unused import get_object_or_404 |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import ensure_clean from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import parsekmlpoint from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import MultiLineString from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import LineString from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import ClipToStudyRegionManipulator from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import ComputeLookAt from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import parsekmllinestring from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import area_in_display_units from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import WKBReader from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import fromstr from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import ClipToGraticuleManipulator from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import MultiPolygon from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import GEOSGeometry from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import iskml from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import StudyRegionManager from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import geos_version_info from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import fromfile from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import A from wildcard import |
W |
madrona.manipulators.views |
|
4 |
0 |
Unused import mimetypes |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import models from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import parsekmlpoly from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import WKBWriter from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import simplify from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import WKTReader from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import ClipToShapeManipulator from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import reverse from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import fromstring from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import geos_version from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import GEOSIndexError from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import wkt_regex from wildcard import |
W |
madrona.manipulators.views |
|
7 |
0 |
Unused import get_url_for_model from wildcard import |
W |
madrona.manipulators.views |
|
10 |
0 |
Unused import GeometryCollection from wildcard import |
C |
madrona.manipulators.tests |
|
9 |
0 |
Line too long (105/80) |
C |
madrona.manipulators.tests |
|
54 |
0 |
Line too long (101/80) |
C |
madrona.manipulators.tests |
|
55 |
0 |
Line too long (98/80) |
C |
madrona.manipulators.tests |
|
56 |
0 |
Line too long (93/80) |
C |
madrona.manipulators.tests |
|
57 |
0 |
Line too long (93/80) |
C |
madrona.manipulators.tests |
|
58 |
0 |
Line too long (88/80) |
C |
madrona.manipulators.tests |
|
59 |
0 |
Line too long (93/80) |
C |
madrona.manipulators.tests |
|
61 |
0 |
Line too long (89/80) |
C |
madrona.manipulators.tests |
|
63 |
0 |
Line too long (92/80) |
C |
madrona.manipulators.tests |
|
64 |
0 |
Line too long (103/80) |
C |
madrona.manipulators.tests |
|
93 |
0 |
Line too long (143/80) |
C |
madrona.manipulators.tests |
|
95 |
0 |
Line too long (116/80) |
C |
madrona.manipulators.tests |
|
109 |
0 |
Line too long (159/80) |
C |
madrona.manipulators.tests |
|
111 |
0 |
Line too long (133/80) |
C |
madrona.manipulators.tests |
|
116 |
0 |
Line too long (159/80) |
C |
madrona.manipulators.tests |
|
119 |
0 |
Line too long (103/80) |
C |
madrona.manipulators.tests |
|
124 |
0 |
Line too long (159/80) |
C |
madrona.manipulators.tests |
|
127 |
0 |
Line too long (103/80) |
C |
madrona.manipulators.tests |
|
139 |
0 |
Line too long (136/80) |
C |
madrona.manipulators.tests |
|
142 |
0 |
Line too long (148/80) |
C |
madrona.manipulators.tests |
|
169 |
0 |
Line too long (117/80) |
C |
madrona.manipulators.tests |
|
179 |
0 |
Line too long (89/80) |
C |
madrona.manipulators.tests |
|
191 |
0 |
Line too long (98/80) |
C |
madrona.manipulators.tests |
|
206 |
0 |
Line too long (89/80) |
C |
madrona.manipulators.tests |
|
218 |
0 |
Line too long (89/80) |
C |
madrona.manipulators.tests |
|
233 |
0 |
Line too long (90/80) |
C |
madrona.manipulators.tests |
|
237 |
0 |
Line too long (87/80) |
C |
madrona.manipulators.tests |
|
243 |
0 |
Line too long (81/80) |
C |
madrona.manipulators.tests |
|
250 |
0 |
Line too long (81/80) |
C |
madrona.manipulators.tests |
|
261 |
0 |
Line too long (81/80) |
C |
madrona.manipulators.tests |
|
265 |
0 |
Line too long (152/80) |
C |
madrona.manipulators.tests |
|
268 |
0 |
Line too long (84/80) |
C |
madrona.manipulators.tests |
|
269 |
0 |
Line too long (84/80) |
C |
madrona.manipulators.tests |
|
273 |
0 |
Line too long (116/80) |
C |
madrona.manipulators.tests |
|
281 |
0 |
Line too long (113/80) |
C |
madrona.manipulators.tests |
|
294 |
0 |
Line too long (85/80) |
C |
madrona.manipulators.tests |
|
303 |
0 |
Line too long (113/80) |
C |
madrona.manipulators.tests |
|
306 |
0 |
Line too long (102/80) |
C |
madrona.manipulators.tests |
|
307 |
0 |
Line too long (88/80) |
C |
madrona.manipulators.tests |
|
312 |
0 |
Line too long (84/80) |
C |
madrona.manipulators.tests |
|
315 |
0 |
Line too long (114/80) |
C |
madrona.manipulators.tests |
|
316 |
0 |
Line too long (105/80) |
C |
madrona.manipulators.tests |
|
1 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
|
4 |
0 |
Wildcard import django.conf.urls.defaults |
W |
madrona.manipulators.tests |
|
5 |
0 |
Wildcard import django.contrib.gis.geos |
W |
madrona.manipulators.tests |
|
8 |
0 |
Relative import 'manipulators', should be 'madrona.manipulators.manipulators' |
W |
madrona.manipulators.tests |
|
8 |
0 |
Wildcard import manipulators |
W |
madrona.manipulators.tests |
TestManipulator.__init__ |
22 |
4 |
__init__ method from base class 'BaseManipulator' is not called |
W |
madrona.manipulators.tests |
TestManipulator.Options |
30 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestManipulator.Options |
30 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestManipulator.Options |
30 |
4 |
Too few public methods (0/2) |
C |
madrona.manipulators.tests |
ManipulatorsTest |
37 |
0 |
Missing docstring |
R |
madrona.manipulators.tests |
ManipulatorsTest |
37 |
0 |
Too many instance attributes (11/7) |
C |
madrona.manipulators.tests |
ManipulatorsTest.setUp |
40 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
ManipulatorsTest.tearDown |
69 |
4 |
Invalid name "tearDown" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToGraticule |
87 |
4 |
Invalid name "test_clipToGraticule" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToGraticule |
94 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToGraticule |
97 |
8 |
Unused variable 'gclip' |
C |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToStudyRegion |
101 |
4 |
Invalid name "test_clipToStudyRegion" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToStudyRegion |
110 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToStudyRegion |
117 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToStudyRegion |
120 |
15 |
Undefined variable 'HaltManipulations' |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToStudyRegion |
125 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToStudyRegion |
128 |
15 |
Undefined variable 'InvalidGeometryException' |
W |
madrona.manipulators.tests |
ManipulatorsTest.test_clipToStudyRegion |
119 |
12 |
Unused variable 'graticule_clipper' |
C |
madrona.manipulators.tests |
ManipulatorsTest.test_multipleManipulators |
131 |
4 |
Invalid name "test_multipleManipulators" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_multipleManipulators |
140 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_multipleManipulators |
143 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.manipulators.tests |
ManipulatorsTest.test_studyregion |
152 |
8 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
ManipulatorsTest.test_studyregion |
153 |
8 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
ManipulatorsTest.test_studyregion |
154 |
8 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
ManipulatorsTest.test_studyregion |
155 |
8 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.manipulators.tests |
ManipulatorsTest.test_studyregion |
170 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.manipulators.tests |
ManipulatorsTest.test_studyregion |
155 |
8 |
Unused variable 'n' |
W |
madrona.manipulators.tests |
ManipulatorsTest.test_studyregion |
152 |
8 |
Unused variable 'w' |
R |
madrona.manipulators.tests |
ManipulatorsTest |
37 |
0 |
Too many public methods (64/20) |
C |
madrona.manipulators.tests |
TestPoly |
172 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
TestPoly.Options |
176 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestPoly.Options |
176 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestPoly.Options |
176 |
4 |
Too few public methods (0/2) |
R |
madrona.manipulators.tests |
TestPoly |
172 |
0 |
Too many public methods (31/20) |
C |
madrona.manipulators.tests |
TestPolyForm |
180 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
TestPolyForm.Meta |
181 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestPolyForm.Meta |
181 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestPolyForm.Meta |
181 |
4 |
Too few public methods (0/2) |
C |
madrona.manipulators.tests |
TestOptmanip |
184 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
TestOptmanip.Options |
188 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestOptmanip.Options |
188 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestOptmanip.Options |
188 |
4 |
Too few public methods (0/2) |
R |
madrona.manipulators.tests |
TestOptmanip |
184 |
0 |
Too many public methods (31/20) |
C |
madrona.manipulators.tests |
TestOptmanipForm |
194 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
TestOptmanipForm.Meta |
195 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestOptmanipForm.Meta |
195 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestOptmanipForm.Meta |
195 |
4 |
Too few public methods (0/2) |
C |
madrona.manipulators.tests |
TestLine |
198 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
TestLine.Options |
203 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestLine.Options |
203 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestLine.Options |
203 |
4 |
Too few public methods (0/2) |
R |
madrona.manipulators.tests |
TestLine |
198 |
0 |
Too many public methods (30/20) |
C |
madrona.manipulators.tests |
TestLineForm |
207 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
TestLineForm.Meta |
208 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestLineForm.Meta |
208 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestLineForm.Meta |
208 |
4 |
Too few public methods (0/2) |
C |
madrona.manipulators.tests |
TestPoint |
211 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
TestPoint.Options |
215 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestPoint.Options |
215 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestPoint.Options |
215 |
4 |
Too few public methods (0/2) |
R |
madrona.manipulators.tests |
TestPoint |
211 |
0 |
Too many public methods (30/20) |
C |
madrona.manipulators.tests |
TestPointForm |
219 |
0 |
Missing docstring |
W |
madrona.manipulators.tests |
TestPointForm.Meta |
220 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.tests |
TestPointForm.Meta |
220 |
4 |
Missing docstring |
R |
madrona.manipulators.tests |
TestPointForm.Meta |
220 |
4 |
Too few public methods (0/2) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest |
223 |
0 |
Missing docstring |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.setUp |
226 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_point_outside |
232 |
4 |
Missing docstring |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_point_outside |
235 |
12 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_point |
240 |
4 |
Missing docstring |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_point |
241 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_line_allin |
248 |
4 |
Missing docstring |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_line_allin |
250 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_line_partial |
259 |
4 |
Missing docstring |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_line_partial |
261 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_poly_allin |
271 |
4 |
Missing docstring |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_poly_allin |
273 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_poly_partial |
279 |
4 |
Missing docstring |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_studyregion_poly_partial |
281 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip_form |
287 |
4 |
Missing docstring |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip_form |
291 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip_form |
292 |
36 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip_form |
297 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip_form |
298 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip_form |
299 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip |
301 |
4 |
Missing docstring |
C |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip |
303 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip |
308 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip |
308 |
52 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip |
309 |
25 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip |
317 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip |
317 |
52 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.manipulators.tests |
FeaturesManipulatorTest.test_optional_manip |
318 |
25 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
R |
madrona.manipulators.tests |
FeaturesManipulatorTest |
223 |
0 |
Too many public methods (68/20) |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import ClipToShapeManipulator from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import WKTWriter from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import GEOS_PREPARE from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import get_manipulators_for_model from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import GEOSException from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import DifferenceFromShapeManipulator from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import NullManipulator from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import forms from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import LargestLineFromMulti from wildcard import |
W |
madrona.manipulators.tests |
|
4 |
0 |
Unused import include from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import length_in_display_units from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import KmlWrap from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import GEOSIndexError from wildcard import |
W |
madrona.manipulators.tests |
|
4 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import render_to_string from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import area_in_display_units from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import LargestPolyFromMulti from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import MultiPoint from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import hex_regex from wildcard import |
W |
madrona.manipulators.tests |
|
4 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import ensure_clean from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import parsekmlpoint from wildcard import |
W |
madrona.manipulators.tests |
|
4 |
0 |
Unused import url from wildcard import |
W |
madrona.manipulators.tests |
|
9 |
0 |
Unused import FeatureCollection |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import LineString from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import ComputeLookAt from wildcard import |
W |
madrona.manipulators.tests |
|
9 |
0 |
Unused import Feature |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import WKBReader from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import MultiLineString from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import D from wildcard import |
W |
madrona.manipulators.tests |
|
7 |
0 |
Unused import serializers |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import geos_version from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import iskml from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import StudyRegionManager from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import geos_version_info from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import fromfile from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import A from wildcard import |
W |
madrona.manipulators.tests |
|
4 |
0 |
Unused import warnings from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import parsekmlpoly from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import WKBWriter from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import simplify from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import parsekml from wildcard import |
W |
madrona.manipulators.tests |
|
4 |
0 |
Unused import handler500 from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import WKTReader from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import reverse from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import fromstring from wildcard import |
W |
madrona.manipulators.tests |
|
4 |
0 |
Unused import patterns from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import wkt_regex from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import get_url_for_model from wildcard import |
W |
madrona.manipulators.tests |
|
5 |
0 |
Unused import GeometryCollection from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import clean_geometry from wildcard import |
W |
madrona.manipulators.tests |
|
8 |
0 |
Unused import parsekmllinestring from wildcard import |
C |
madrona.manipulators.manipulators |
|
1 |
0 |
Line too long (97/80) |
C |
madrona.manipulators.manipulators |
|
8 |
0 |
Line too long (95/80) |
C |
madrona.manipulators.manipulators |
|
19 |
0 |
Line too long (116/80) |
C |
madrona.manipulators.manipulators |
|
27 |
0 |
Line too long (128/80) |
C |
madrona.manipulators.manipulators |
|
34 |
0 |
Line too long (101/80) |
C |
madrona.manipulators.manipulators |
|
67 |
0 |
Line too long (253/80) |
C |
madrona.manipulators.manipulators |
|
80 |
0 |
Line too long (165/80) |
C |
madrona.manipulators.manipulators |
|
92 |
0 |
Line too long (160/80) |
C |
madrona.manipulators.manipulators |
|
145 |
0 |
Line too long (88/80) |
C |
madrona.manipulators.manipulators |
|
167 |
0 |
Line too long (81/80) |
C |
madrona.manipulators.manipulators |
|
185 |
0 |
Line too long (99/80) |
C |
madrona.manipulators.manipulators |
|
198 |
0 |
Line too long (103/80) |
C |
madrona.manipulators.manipulators |
|
265 |
0 |
Line too long (149/80) |
C |
madrona.manipulators.manipulators |
|
268 |
0 |
Line too long (106/80) |
C |
madrona.manipulators.manipulators |
|
274 |
0 |
Line too long (132/80) |
C |
madrona.manipulators.manipulators |
|
280 |
0 |
Line too long (82/80) |
C |
madrona.manipulators.manipulators |
|
367 |
0 |
Line too long (154/80) |
C |
madrona.manipulators.manipulators |
|
370 |
0 |
Line too long (111/80) |
C |
madrona.manipulators.manipulators |
|
376 |
0 |
Line too long (140/80) |
C |
madrona.manipulators.manipulators |
|
396 |
0 |
Line too long (94/80) |
C |
madrona.manipulators.manipulators |
|
443 |
0 |
Line too long (98/80) |
C |
madrona.manipulators.manipulators |
|
450 |
0 |
Line too long (151/80) |
C |
madrona.manipulators.manipulators |
|
455 |
0 |
Line too long (166/80) |
C |
madrona.manipulators.manipulators |
|
464 |
0 |
Line too long (138/80) |
C |
madrona.manipulators.manipulators |
|
469 |
0 |
Line too long (81/80) |
C |
madrona.manipulators.manipulators |
|
475 |
0 |
Line too long (103/80) |
C |
madrona.manipulators.manipulators |
|
484 |
0 |
Line too long (81/80) |
C |
madrona.manipulators.manipulators |
|
492 |
0 |
Line too long (90/80) |
C |
madrona.manipulators.manipulators |
|
529 |
0 |
Line too long (93/80) |
C |
madrona.manipulators.manipulators |
|
548 |
0 |
Line too long (134/80) |
C |
madrona.manipulators.manipulators |
|
552 |
0 |
Line too long (106/80) |
C |
madrona.manipulators.manipulators |
|
553 |
0 |
Line too long (110/80) |
C |
madrona.manipulators.manipulators |
|
554 |
0 |
Line too long (201/80) |
C |
madrona.manipulators.manipulators |
|
560 |
0 |
Line too long (106/80) |
C |
madrona.manipulators.manipulators |
|
561 |
0 |
Line too long (147/80) |
C |
madrona.manipulators.manipulators |
|
586 |
0 |
Line too long (86/80) |
C |
madrona.manipulators.manipulators |
|
587 |
0 |
Line too long (86/80) |
C |
madrona.manipulators.manipulators |
|
588 |
0 |
Line too long (86/80) |
C |
madrona.manipulators.manipulators |
|
589 |
0 |
Line too long (86/80) |
C |
madrona.manipulators.manipulators |
|
590 |
0 |
Line too long (87/80) |
C |
madrona.manipulators.manipulators |
|
594 |
0 |
Line too long (146/80) |
C |
madrona.manipulators.manipulators |
|
604 |
0 |
Line too long (84/80) |
C |
madrona.manipulators.manipulators |
|
606 |
0 |
Line too long (98/80) |
C |
madrona.manipulators.manipulators |
|
633 |
0 |
Line too long (121/80) |
C |
madrona.manipulators.manipulators |
|
645 |
0 |
Line too long (94/80) |
C |
madrona.manipulators.manipulators |
|
662 |
0 |
Line too long (81/80) |
C |
madrona.manipulators.manipulators |
|
686 |
0 |
Line too long (86/80) |
C |
madrona.manipulators.manipulators |
|
691 |
0 |
Line too long (84/80) |
C |
madrona.manipulators.manipulators |
|
700 |
0 |
Line too long (86/80) |
C |
madrona.manipulators.manipulators |
|
705 |
0 |
Line too long (84/80) |
C |
madrona.manipulators.manipulators |
|
1 |
0 |
Missing docstring |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Wildcard import madrona.studyregion.models |
C |
madrona.manipulators.manipulators |
|
9 |
0 |
Invalid name "manipulatorsDict" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.manipulators.manipulators |
|
11 |
0 |
Reimport 'LinearRing' (imported line 1) |
W |
madrona.manipulators.manipulators |
|
11 |
0 |
Reimport 'Polygon' (imported line 1) |
C |
madrona.manipulators.manipulators |
simplify |
14 |
0 |
Missing docstring |
C |
madrona.manipulators.manipulators |
simplify |
19 |
4 |
Comma not followed by a space
query = "select simplify(st_geomfromewkt(\'%s\'), %s) as geometry" % (geom.ewkt,settings.KML_SIMPLIFY_TOLERANCE)
^^ |
C |
madrona.manipulators.manipulators |
display_kml |
29 |
0 |
Missing docstring |
E |
madrona.manipulators.manipulators |
display_kml |
33 |
21 |
Instance of 'GEOSGeometry' has no 'shell' member (but some types could not be inferred) |
C |
madrona.manipulators.manipulators |
parsekmlpoly |
65 |
0 |
Missing docstring |
C |
madrona.manipulators.manipulators |
parsekmlpoly |
66 |
4 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
parsekmlpoly |
71 |
8 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
parsekmlpoly |
74 |
4 |
Invalid name "lr" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
parsekmllinestring |
78 |
0 |
Missing docstring |
C |
madrona.manipulators.manipulators |
parsekmllinestring |
79 |
4 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
parsekmllinestring |
84 |
8 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
parsekmlpoint |
90 |
0 |
Missing docstring |
C |
madrona.manipulators.manipulators |
parsekmlpoint |
91 |
4 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
parsekmlpoint |
96 |
8 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
parsekml |
102 |
0 |
Missing docstring |
C |
madrona.manipulators.manipulators |
iskml |
111 |
0 |
Missing docstring |
C |
madrona.manipulators.manipulators |
BaseManipulator.manipulate |
141 |
4 |
Missing docstring |
W |
madrona.manipulators.manipulators |
BaseManipulator.do_template |
144 |
4 |
Dangerous default value {} as argument |
C |
madrona.manipulators.manipulators |
BaseManipulator.do_template |
144 |
4 |
Missing docstring |
C |
madrona.manipulators.manipulators |
BaseManipulator.target_to_valid_geom |
149 |
4 |
Missing docstring |
C |
madrona.manipulators.manipulators |
BaseManipulator.target_to_valid_geom |
155 |
26 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
BaseManipulator.result |
165 |
4 |
Missing docstring |
R |
madrona.manipulators.manipulators |
BaseManipulator.result |
165 |
4 |
Method could be a function |
W |
madrona.manipulators.manipulators |
BaseManipulator.Form |
169 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.manipulators |
BaseManipulator.Form |
169 |
4 |
Missing docstring |
R |
madrona.manipulators.manipulators |
BaseManipulator.Form |
169 |
4 |
Too few public methods (0/2) |
W |
madrona.manipulators.manipulators |
BaseManipulator.Options |
172 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.manipulators |
BaseManipulator.Options |
172 |
4 |
Missing docstring |
R |
madrona.manipulators.manipulators |
BaseManipulator.Options |
172 |
4 |
Too few public methods (0/2) |
C |
madrona.manipulators.manipulators |
BaseManipulator.InternalException |
181 |
4 |
Missing docstring |
W |
madrona.manipulators.manipulators |
BaseManipulator.InternalException.__init__ |
182 |
8 |
__init__ method from base class 'Exception' is not called |
C |
madrona.manipulators.manipulators |
BaseManipulator.InvalidGeometryException |
194 |
4 |
Missing docstring |
W |
madrona.manipulators.manipulators |
BaseManipulator.InvalidGeometryException.__init__ |
195 |
8 |
__init__ method from base class 'Exception' is not called |
C |
madrona.manipulators.manipulators |
BaseManipulator.HaltManipulations |
207 |
4 |
Missing docstring |
W |
madrona.manipulators.manipulators |
BaseManipulator.HaltManipulations.__init__ |
208 |
8 |
__init__ method from base class 'Exception' is not called |
W |
madrona.manipulators.manipulators |
ClipToShapeManipulator.__init__ |
251 |
4 |
__init__ method from base class 'BaseManipulator' is not called |
C |
madrona.manipulators.manipulators |
ClipToShapeManipulator.manipulate |
264 |
26 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
ClipToShapeManipulator.manipulate |
273 |
26 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.manipulators.manipulators |
ClipToShapeManipulator |
309 |
-1 |
String statement has no effect |
W |
madrona.manipulators.manipulators |
ClipToShapeManipulator.Options |
310 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.manipulators |
ClipToShapeManipulator.Options |
310 |
4 |
Missing docstring |
R |
madrona.manipulators.manipulators |
ClipToShapeManipulator.Options |
310 |
4 |
Too few public methods (0/2) |
W |
madrona.manipulators.manipulators |
DifferenceFromShapeManipulator.__init__ |
354 |
4 |
__init__ method from base class 'BaseManipulator' is not called |
C |
madrona.manipulators.manipulators |
DifferenceFromShapeManipulator.manipulate |
366 |
26 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
DifferenceFromShapeManipulator.manipulate |
375 |
26 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.manipulators.manipulators |
DifferenceFromShapeManipulator.Options |
389 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.manipulators |
DifferenceFromShapeManipulator.Options |
389 |
4 |
Missing docstring |
R |
madrona.manipulators.manipulators |
DifferenceFromShapeManipulator.Options |
389 |
4 |
Too few public methods (0/2) |
W |
madrona.manipulators.manipulators |
ClipToStudyRegionManipulator.__init__ |
434 |
4 |
__init__ method from base class 'BaseManipulator' is not called |
C |
madrona.manipulators.manipulators |
ClipToStudyRegionManipulator.manipulate |
449 |
30 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
ClipToStudyRegionManipulator.manipulate |
454 |
30 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
ClipToStudyRegionManipulator.manipulate |
463 |
26 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.manipulators.manipulators |
ClipToStudyRegionManipulator.Options |
482 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.manipulators |
ClipToStudyRegionManipulator.Options |
482 |
4 |
Missing docstring |
R |
madrona.manipulators.manipulators |
ClipToStudyRegionManipulator.Options |
482 |
4 |
Too few public methods (0/2) |
W |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.__init__ |
529 |
4 |
__init__ method from base class 'BaseManipulator' is not called |
R |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.__init__ |
529 |
4 |
Too many arguments (6/5) |
C |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.manipulate |
547 |
26 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.build_box |
593 |
30 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.build_box |
594 |
22 |
Instance of 'GraticuleBoxBuilder' has no 'InternalException' member |
C |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.__extract_dirs |
596 |
8 |
Missing docstring |
C |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.__build_extent |
603 |
8 |
Missing docstring |
W |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.__build_extent |
614 |
16 |
Attribute 'west' defined outside __init__ |
W |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.__build_extent |
612 |
16 |
Attribute 'east' defined outside __init__ |
W |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.__build_extent |
608 |
16 |
Attribute 'north' defined outside __init__ |
W |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.__build_extent |
610 |
16 |
Attribute 'south' defined outside __init__ |
W |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder.__extract_dirs |
597 |
12 |
Attribute 'parent' defined outside __init__ |
R |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.GraticuleBoxBuilder |
564 |
4 |
Too few public methods (1/2) |
C |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.Form |
616 |
4 |
Missing docstring |
W |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.Form.clean |
634 |
12 |
Attribute 'manipulation' defined outside __init__ |
W |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.Options |
637 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.Options |
637 |
4 |
Missing docstring |
R |
madrona.manipulators.manipulators |
ClipToGraticuleManipulator.Options |
637 |
4 |
Too few public methods (0/2) |
W |
madrona.manipulators.manipulators |
NullManipulator.__init__ |
652 |
4 |
__init__ method from base class 'BaseManipulator' is not called |
W |
madrona.manipulators.manipulators |
NullManipulator.Options |
660 |
4 |
Class has no __init__ method |
C |
madrona.manipulators.manipulators |
NullManipulator.Options |
660 |
4 |
Missing docstring |
R |
madrona.manipulators.manipulators |
NullManipulator.Options |
660 |
4 |
Too few public methods (0/2) |
C |
madrona.manipulators.manipulators |
get_url_for_model |
669 |
0 |
Missing docstring |
C |
madrona.manipulators.manipulators |
get_manipulators_for_model |
675 |
0 |
Missing docstring |
R |
madrona.manipulators.manipulators |
get_manipulators_for_model |
675 |
0 |
Too many branches (13/12) |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Unused import ComputeLookAt from wildcard import |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Unused import area_in_display_units from wildcard import |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Unused import StudyRegionManager from wildcard import |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Unused import A from wildcard import |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Unused import length_in_display_units from wildcard import |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Unused import KmlWrap from wildcard import |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Unused import D from wildcard import |
W |
madrona.manipulators.manipulators |
|
3 |
0 |
Unused import models from wildcard import |
W |
madrona.manipulators.manipulators |
|
12 |
0 |
Unused import clean_geometry |
C |
madrona.manipulators |
|
1 |
0 |
Missing docstring |
C |
madrona.manipulators.urls |
|
6 |
0 |
Line too long (85/80) |
C |
madrona.manipulators.urls |
|
7 |
0 |
Line too long (98/80) |
C |
madrona.manipulators.urls |
|
8 |
0 |
Line too long (99/80) |
C |
madrona.manipulators.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.manipulators.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.manipulators.urls |
|
3 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.manipulators.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.manipulators.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.manipulators.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.manipulators.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.manipulators.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.manipulators.management |
|
1 |
0 |
Missing docstring |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
9 |
0 |
Line too long (107/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
12 |
0 |
Line too long (143/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
13 |
0 |
Line too long (84/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
20 |
0 |
Line too long (172/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
53 |
0 |
Line too long (109/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
54 |
0 |
Line too long (86/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
66 |
0 |
Line too long (171/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
70 |
0 |
Line too long (119/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
74 |
0 |
Line too long (83/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
87 |
0 |
Line too long (103/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
92 |
0 |
Line too long (102/80) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
|
1 |
0 |
Missing docstring |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
Command |
11 |
0 |
Missing docstring |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle |
16 |
4 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle |
16 |
21 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
36 |
4 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
36 |
4 |
Missing docstring |
C |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
36 |
22 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
37 |
27 |
Undefined variable 'StudyRegion' |
E |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
38 |
27 |
Undefined variable 'StudyRegion' |
E |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
80 |
27 |
Undefined variable 'Bar' |
E |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
80 |
42 |
Undefined variable 'Percentage' |
E |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
80 |
63 |
Undefined variable 'ETA' |
E |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
81 |
23 |
Undefined variable 'ProgressBar' |
W |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
36 |
0 |
Unused argument 'options' |
R |
madrona.manipulators.management.commands.change_manipulator_geom |
Command.handle2 |
36 |
4 |
Method could be a function |
W |
madrona.manipulators.management.commands.change_manipulator_geom |
|
1 |
0 |
Unused import AppCommand |
W |
madrona.manipulators.management.commands.change_manipulator_geom |
|
3 |
0 |
Unused import LayerMapping |
W |
madrona.manipulators.management.commands.change_manipulator_geom |
|
2 |
0 |
Unused import make_option |
W |
madrona.manipulators.management.commands.change_manipulator_geom |
|
4 |
0 |
Unused import DataSource |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
7 |
0 |
Line too long (107/80) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
12 |
0 |
Line too long (114/80) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
14 |
0 |
Line too long (92/80) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
15 |
0 |
Line too long (114/80) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
22 |
0 |
Line too long (172/80) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
26 |
0 |
Line too long (88/80) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
49 |
0 |
Line too long (146/80) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
51 |
0 |
Line too long (137/80) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
|
1 |
0 |
Missing docstring |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
Command |
9 |
0 |
Missing docstring |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
Command.handle |
24 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.management.commands.create_manipulator_geom |
Command.handle |
38 |
8 |
Invalid name "lm" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.manipulators.management.commands |
|
1 |
0 |
Missing docstring |
C |
madrona.analysistools.models |
|
59 |
0 |
Line too long (86/80) |
C |
madrona.analysistools.models |
|
73 |
0 |
Line too long (81/80) |
C |
madrona.analysistools.models |
|
140 |
0 |
Line too long (91/80) |
C |
madrona.analysistools.models |
|
144 |
0 |
Line too long (91/80) |
C |
madrona.analysistools.models |
|
1 |
0 |
Missing docstring |
C |
madrona.analysistools.models |
Analysis.kml |
17 |
4 |
Missing docstring |
C |
madrona.analysistools.models |
Analysis.kml_style |
50 |
4 |
Missing docstring |
R |
madrona.analysistools.models |
Analysis.kml_style |
50 |
4 |
Method could be a function |
C |
madrona.analysistools.models |
Analysis.input_fields |
54 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.analysistools.models |
Analysis.input_fields |
54 |
4 |
Missing docstring |
E |
madrona.analysistools.models |
Analysis.input_fields |
55 |
27 |
Class 'Analysis' has no '_meta' member |
C |
madrona.analysistools.models |
Analysis.input_manytomany_fields |
58 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.analysistools.models |
Analysis.input_manytomany_fields |
58 |
4 |
Missing docstring |
E |
madrona.analysistools.models |
Analysis.input_manytomany_fields |
59 |
27 |
Class 'Analysis' has no '_meta' member |
C |
madrona.analysistools.models |
Analysis.inputs |
67 |
12 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.models |
Analysis.output_fields |
72 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.analysistools.models |
Analysis.output_fields |
72 |
4 |
Missing docstring |
E |
madrona.analysistools.models |
Analysis.output_fields |
73 |
27 |
Class 'Analysis' has no '_meta' member |
C |
madrona.analysistools.models |
Analysis.outputs |
82 |
12 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.models |
Analysis.status_html |
87 |
4 |
Missing docstring |
C |
madrona.analysistools.models |
Analysis.progress |
99 |
8 |
Comma not followed by a space
return (1,1)
^^ |
R |
madrona.analysistools.models |
Analysis.progress |
94 |
4 |
Method could be a function |
C |
madrona.analysistools.models |
Analysis.done |
108 |
12 |
Invalid name "of" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.models |
Analysis.clear_output_fields |
125 |
12 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.models |
Analysis |
136 |
-1 |
String statement has no effect |
W |
madrona.analysistools.models |
Analysis.Meta |
146 |
4 |
Class has no __init__ method |
C |
madrona.analysistools.models |
Analysis.Meta |
146 |
4 |
Missing docstring |
R |
madrona.analysistools.models |
Analysis.Meta |
146 |
4 |
Too few public methods (0/2) |
R |
madrona.analysistools.models |
Analysis |
10 |
0 |
Too many public methods (38/20) |
W |
madrona.analysistools.models |
|
6 |
0 |
Unused import GEOSGeometry |
W |
madrona.analysistools.models |
|
2 |
0 |
Unused import settings |
W |
madrona.analysistools.models |
|
1 |
0 |
Unused import models |
W |
madrona.analysistools.models |
|
5 |
0 |
Unused import register |
W |
madrona.analysistools.models |
|
4 |
0 |
Unused import get_class |
W |
madrona.analysistools.models |
|
3 |
0 |
Unused import FeatureForm |
W |
madrona.analysistools.models |
|
8 |
0 |
Unused import os |
W |
madrona.analysistools.models |
|
7 |
0 |
Unused import asKml |
C |
madrona.analysistools.examples |
|
17 |
0 |
Line too long (81/80) |
C |
madrona.analysistools.examples |
|
29 |
0 |
Line too long (89/80) |
C |
madrona.analysistools.examples |
|
103 |
0 |
Line too long (95/80) |
C |
madrona.analysistools.examples |
|
106 |
0 |
Line too long (97/80) |
C |
madrona.analysistools.examples |
|
109 |
0 |
Line too long (95/80) |
W |
madrona.analysistools.examples |
|
114 |
0 |
TODO put all this in AnalysisForm and inherit |
C |
madrona.analysistools.examples |
|
1 |
0 |
Missing docstring |
W |
madrona.analysistools.examples |
|
1 |
0 |
Relative import 'models', should be 'madrona.analysistools.models' |
E |
madrona.analysistools.examples |
|
4 |
0 |
No name 'get_absolute_media_url' in module 'madrona.features.models' |
W |
madrona.analysistools.examples |
|
10 |
0 |
Relative import 'widgets', should be 'madrona.analysistools.widgets' |
C |
madrona.analysistools.examples |
BufferPoint |
13 |
0 |
Missing docstring |
C |
madrona.analysistools.examples |
BufferPoint |
20 |
4 |
Comma not followed by a space
output_area = models.FloatField(null=True,blank=True,
^^
verbose_name="Buffer Area (meters)") |
W |
madrona.analysistools.examples |
BufferPoint.run |
34 |
8 |
No exception type(s) specified |
C |
madrona.analysistools.examples |
BufferPoint.run |
29 |
12 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.examples |
BufferPoint.Options |
88 |
4 |
Class has no __init__ method |
C |
madrona.analysistools.examples |
BufferPoint.Options |
88 |
4 |
Missing docstring |
R |
madrona.analysistools.examples |
BufferPoint.Options |
88 |
4 |
Too few public methods (0/2) |
R |
madrona.analysistools.examples |
BufferPoint |
13 |
0 |
Too many public methods (38/20) |
C |
madrona.analysistools.examples |
BufferPointsForm |
101 |
0 |
Missing docstring |
W |
madrona.analysistools.examples |
BufferPointsForm.Meta |
113 |
4 |
Class has no __init__ method |
C |
madrona.analysistools.examples |
BufferPointsForm.Meta |
113 |
4 |
Missing docstring |
R |
madrona.analysistools.examples |
BufferPointsForm.Meta |
113 |
4 |
Too few public methods (0/2) |
W |
madrona.analysistools.examples |
|
4 |
0 |
Unused import get_absolute_media_url |
W |
madrona.analysistools.examples |
|
4 |
0 |
Unused import Feature |
W |
madrona.analysistools.examples |
|
5 |
0 |
Unused import get_class |
W |
madrona.analysistools.examples |
|
11 |
0 |
Unused import os |
C |
madrona.analysistools.forms |
|
1 |
0 |
Missing docstring |
C |
madrona.analysistools.views |
|
49 |
0 |
Line too long (83/80) |
C |
madrona.analysistools.views |
|
1 |
0 |
Missing docstring |
W |
madrona.analysistools.views |
progress |
19 |
8 |
Redefining name 'progress' from outer scope (line 11) |
C |
madrona.analysistools.views |
progress |
12 |
0 |
Missing docstring |
C |
madrona.analysistools.views |
progress |
18 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.analysistools.views |
progress |
18 |
12 |
Instance of 'HttpResponse' has no 'progress' member (but some types could not be inferred) |
E |
madrona.analysistools.views |
progress |
20 |
19 |
Instance of 'HttpResponse' has no 'uid' member (but some types could not be inferred) |
E |
madrona.analysistools.views |
progress |
23 |
20 |
Instance of 'HttpResponse' has no 'status_html' member (but some types could not be inferred) |
E |
madrona.analysistools.views |
progress |
26 |
22 |
Instance of 'HttpResponse' has no 'status_html' member (but some types could not be inferred) |
W |
madrona.analysistools.views |
progress_html |
41 |
8 |
Redefining name 'progress' from outer scope (line 11) |
C |
madrona.analysistools.views |
progress_html |
34 |
0 |
Missing docstring |
C |
madrona.analysistools.views |
progress_html |
40 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.analysistools.views |
progress_html |
40 |
12 |
Instance of 'HttpResponse' has no 'progress' member (but some types could not be inferred) |
E |
madrona.analysistools.views |
progress_html |
45 |
19 |
Instance of 'HttpResponse' has no 'uid' member (but some types could not be inferred) |
E |
madrona.analysistools.views |
progress_html |
46 |
20 |
Instance of 'HttpResponse' has no 'name' member (but some types could not be inferred) |
E |
madrona.analysistools.views |
progress_html |
47 |
20 |
Instance of 'HttpResponse' has no 'status_html' member (but some types could not be inferred) |
C |
madrona.analysistools.grass |
|
81 |
0 |
Line too long (90/80) |
C |
madrona.analysistools.grass |
|
82 |
0 |
Line too long (100/80) |
C |
madrona.analysistools.grass |
|
91 |
0 |
Line too long (96/80) |
C |
madrona.analysistools.grass |
|
102 |
0 |
Line too long (98/80) |
C |
madrona.analysistools.grass |
|
128 |
0 |
Line too long (86/80) |
C |
madrona.analysistools.grass |
|
240 |
0 |
Line too long (86/80) |
C |
madrona.analysistools.grass |
|
255 |
0 |
Line too long (105/80) |
C |
madrona.analysistools.grass |
|
266 |
0 |
Line too long (81/80) |
C |
madrona.analysistools.grass |
|
1 |
0 |
Missing docstring |
C |
madrona.analysistools.grass |
|
8 |
0 |
Invalid name "log" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.analysistools.grass |
|
45 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.__init__ |
81 |
8 |
Invalid name "srcMapsetPath" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
64 |
12 |
Invalid name "tmpMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
68 |
8 |
Invalid name "templateMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
80 |
8 |
Invalid name "tmpMapsetPath" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
86 |
12 |
Invalid name "grassRcFile" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
85 |
12 |
Invalid name "curMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
67 |
8 |
Invalid name "srcMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
82 |
8 |
Invalid name "templatePath" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
79 |
8 |
Invalid name "locationPath" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.analysistools.grass |
Grass |
48 |
0 |
Too many instance attributes (14/7) |
C |
madrona.analysistools.grass |
Grass.__init__ |
56 |
4 |
Invalid name "srcMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
56 |
4 |
Invalid name "tmpMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.analysistools.grass |
Grass.__init__ |
56 |
4 |
Too many arguments (7/5) |
C |
madrona.analysistools.grass |
Grass.__init__ |
56 |
33 |
Invalid name "srcMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__init__ |
56 |
56 |
Invalid name "tmpMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.revision |
107 |
4 |
Missing docstring |
E |
madrona.analysistools.grass |
Grass.revision |
109 |
20 |
Instance of 'list' has no 'split' member (but some types could not be inferred) |
C |
madrona.analysistools.grass |
Grass.grass_tmp |
117 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass.grass_tmp |
120 |
8 |
No exception type(s) specified |
R |
madrona.analysistools.grass |
Grass.grass_tmp |
117 |
4 |
Method could be a function |
C |
madrona.analysistools.grass |
Grass.grass_path |
124 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass.grass_path |
127 |
8 |
No exception type(s) specified |
C |
madrona.analysistools.grass |
Grass.grass_version |
132 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass.grass_version |
135 |
8 |
No exception type(s) specified |
W |
madrona.analysistools.grass |
Grass.grass_version |
138 |
12 |
No exception type(s) specified |
C |
madrona.analysistools.grass |
Grass.grass_lib_path |
142 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass.grass_lib_path |
145 |
8 |
No exception type(s) specified |
W |
madrona.analysistools.grass |
Grass |
155 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.setupTmpGrassEnv |
156 |
4 |
Invalid name "setupTmpGrassEnv" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.setupTmpGrassEnv |
156 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass |
185 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.createTempMapset |
186 |
4 |
Invalid name "createTempMapset" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.createTempMapset |
186 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass |
206 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.cleanup |
207 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass |
213 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.writeGrassRc |
214 |
4 |
Invalid name "writeGrassRc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.writeGrassRc |
214 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass |
227 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.setEnv |
228 |
4 |
Comma not followed by a space
def setEnv(self, key,value):
^^ |
C |
madrona.analysistools.grass |
Grass.setEnv |
228 |
4 |
Invalid name "setEnv" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.setEnv |
228 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.setEnv |
229 |
8 |
Invalid name "origValue" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.setEnv |
232 |
8 |
Comma not followed by a space
os.putenv(key,value)
^^ |
W |
madrona.analysistools.grass |
Grass.setEnv |
229 |
8 |
Unused variable 'origValue' |
R |
madrona.analysistools.grass |
Grass.setEnv |
228 |
4 |
Method could be a function |
W |
madrona.analysistools.grass |
Grass |
238 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.getRastPath |
239 |
4 |
Invalid name "getRastPath" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.getRastPath |
239 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.run |
242 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.run |
244 |
12 |
Comma not followed by a space
cmd = 'nice -n %d %s' % (nice,cmd)
^^ |
W |
madrona.analysistools.grass |
Grass |
264 |
-1 |
String statement has no effect |
W |
madrona.analysistools.grass |
Grass.copyMap |
265 |
22 |
Redefining built-in 'type' |
C |
madrona.analysistools.grass |
Grass.copyMap |
265 |
4 |
Invalid name "copyMap" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.copyMap |
265 |
4 |
Invalid name "mapName" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.copyMap |
265 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.copyMap |
265 |
28 |
Invalid name "mapName" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.grass |
Grass |
271 |
-1 |
String statement has no effect |
W |
madrona.analysistools.grass |
Grass.v_in_ogr |
272 |
23 |
Redefining built-in 'input' |
C |
madrona.analysistools.grass |
Grass.v_in_ogr |
272 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass |
278 |
-1 |
String statement has no effect |
W |
madrona.analysistools.grass |
Grass.r_in_gdal |
279 |
24 |
Redefining built-in 'input' |
C |
madrona.analysistools.grass |
Grass.r_in_gdal |
279 |
4 |
Missing docstring |
W |
madrona.analysistools.grass |
Grass |
285 |
-1 |
String statement has no effect |
W |
madrona.analysistools.grass |
Grass.r_sum |
286 |
20 |
Redefining built-in 'input' |
C |
madrona.analysistools.grass |
Grass.r_sum |
286 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.r_sum |
288 |
8 |
Invalid name "valueResult" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.r_sum |
289 |
8 |
Invalid name "valueList" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.grass |
Grass |
299 |
-1 |
String statement has no effect |
W |
madrona.analysistools.grass |
Grass.r_area |
300 |
21 |
Redefining built-in 'input' |
C |
madrona.analysistools.grass |
Grass.r_area |
300 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.r_area |
302 |
8 |
Invalid name "maskCmd" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.r_area |
308 |
8 |
Invalid name "areaResult" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.r_area |
309 |
8 |
Invalid name "areaList" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.grass |
Grass |
319 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.r_intersect |
320 |
4 |
Invalid name "m1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.r_intersect |
320 |
4 |
Invalid name "m2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.r_intersect |
320 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.r_intersect |
320 |
34 |
Invalid name "m1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.r_intersect |
320 |
38 |
Invalid name "m2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.r_intersect |
321 |
8 |
Invalid name "intersectCmd" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.grass |
Grass |
327 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.v_to_r |
328 |
4 |
Invalid name "vMap" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.v_to_r |
328 |
4 |
Invalid name "rMap" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.v_to_r |
328 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.v_to_r |
328 |
21 |
Invalid name "vMap" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.v_to_r |
328 |
27 |
Invalid name "rMap" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.grass |
Grass |
335 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.__areaOfCells |
336 |
4 |
Invalid name "__areaOfCells" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__areaOfCells |
336 |
4 |
Invalid name "numCells" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.grass |
Grass.__areaOfCells |
336 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.__areaOfCells |
336 |
28 |
Invalid name "numCells" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.analysistools.grass |
Grass.__areaOfCells |
336 |
4 |
Method could be a function |
W |
madrona.analysistools.grass |
Grass |
342 |
-1 |
String statement has no effect |
W |
madrona.analysistools.grass |
Grass.g_remove |
343 |
23 |
Redefining built-in 'type' |
C |
madrona.analysistools.grass |
Grass.g_remove |
343 |
4 |
Missing docstring |
C |
madrona.analysistools.grass |
Grass.g_remove |
344 |
8 |
Comma not followed by a space
command = 'g.remove %s=%s' % (type,layer)
^^ |
W |
madrona.analysistools.grass |
Grass |
349 |
-1 |
String statement has no effect |
C |
madrona.analysistools.grass |
Grass.list |
350 |
4 |
Missing docstring |
E |
madrona.analysistools.grass |
Grass.list |
355 |
24 |
Instance of 'list' has no 'split' member (but some types could not be inferred) |
E |
madrona.analysistools.grass |
Grass.list |
355 |
47 |
Instance of 'list' has no 'split' member (but some types could not be inferred) |
R |
madrona.analysistools.grass |
Grass |
48 |
0 |
Too many public methods (21/20) |
W |
madrona.analysistools.grass |
|
2 |
0 |
Unused import sys |
C |
madrona.analysistools.utils |
|
1 |
0 |
Missing docstring |
C |
madrona.analysistools.utils |
linear_regression |
2 |
0 |
Invalid name "X" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
2 |
0 |
Invalid name "Y" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.analysistools.utils |
linear_regression |
2 |
0 |
Too many local variables (19/15) |
C |
madrona.analysistools.utils |
linear_regression |
2 |
22 |
Invalid name "X" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
2 |
25 |
Invalid name "Y" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
14 |
4 |
Invalid name "N" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
15 |
4 |
Invalid name "Sx" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
15 |
9 |
Invalid name "Sy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
15 |
14 |
Invalid name "Sxx" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
15 |
20 |
Invalid name "Syy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
15 |
26 |
Invalid name "Sxy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
16 |
8 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
16 |
11 |
Invalid name "y" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.utils |
linear_regression |
16 |
16 |
Used builtin function 'map' |
C |
madrona.analysistools.utils |
linear_regression |
17 |
8 |
Invalid name "Sx" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
18 |
8 |
Invalid name "Sy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
19 |
8 |
Invalid name "Sxx" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
20 |
8 |
Invalid name "Syy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
21 |
8 |
Invalid name "Sxy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
23 |
4 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
23 |
7 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
25 |
8 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
25 |
11 |
Invalid name "y" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.utils |
linear_regression |
25 |
16 |
Used builtin function 'map' |
C |
madrona.analysistools.utils |
linear_regression |
28 |
4 |
Invalid name "RR" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
29 |
4 |
Invalid name "ss" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
30 |
4 |
Invalid name "Var_a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.analysistools.utils |
linear_regression |
30 |
11 |
Invalid name "Var_b" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.analysistools.utils |
linear_regression |
30 |
11 |
Unused variable 'Var_b' |
W |
madrona.analysistools.utils |
linear_regression |
30 |
4 |
Unused variable 'Var_a' |
W |
madrona.analysistools.utils |
|
1 |
0 |
Unused import sqrt |
C |
madrona.analysistools.tests |
SimpleTest |
11 |
0 |
Missing docstring |
R |
madrona.analysistools.tests |
SimpleTest |
11 |
0 |
Too many public methods (61/20) |
C |
madrona.analysistools |
|
1 |
0 |
Missing docstring |
C |
madrona.analysistools.urls |
|
4 |
0 |
Line too long (82/80) |
C |
madrona.analysistools.urls |
|
5 |
0 |
Line too long (92/80) |
C |
madrona.analysistools.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.analysistools.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.analysistools.urls |
|
3 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.analysistools.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.analysistools.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.analysistools.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.analysistools.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.analysistools.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.analysistools.widgets |
|
12 |
0 |
Line too long (92/80) |
C |
madrona.analysistools.widgets |
|
42 |
0 |
Line too long (85/80) |
C |
madrona.analysistools.widgets |
|
163 |
0 |
Line too long (96/80) |
C |
madrona.analysistools.widgets |
|
186 |
0 |
Line too long (124/80) |
C |
madrona.analysistools.widgets |
|
193 |
0 |
Line too long (85/80) |
C |
madrona.analysistools.widgets |
|
1 |
0 |
Missing docstring |
W |
madrona.analysistools.widgets |
SliderWidget.__init__ |
12 |
23 |
Redefining built-in 'min' |
W |
madrona.analysistools.widgets |
SliderWidget.__init__ |
12 |
30 |
Redefining built-in 'max' |
R |
madrona.analysistools.widgets |
SliderWidget.__init__ |
12 |
4 |
Too many arguments (7/5) |
C |
madrona.analysistools.widgets |
SliderWidget.get_step |
21 |
4 |
Missing docstring |
W |
madrona.analysistools.widgets |
SliderWidget.render |
29 |
8 |
Unused variable 'final_attrs' |
C |
madrona.analysistools.widgets |
SimplePoint |
85 |
0 |
Missing docstring |
C |
madrona.analysistools.widgets |
SimplePoint.render |
99 |
8 |
Comma not followed by a space
return mark_safe("""
""" % (set_text,output,new_text,self.title,name,name))
^^ |
W |
madrona.analysistools.widgets |
SimplePoint.render |
96 |
12 |
Unused variable 'geo' |
C |
madrona.analysistools.widgets |
DualSliderWidget |
161 |
0 |
Missing docstring |
W |
madrona.analysistools.widgets |
DualSliderWidget.__init__ |
163 |
45 |
Redefining built-in 'min' |
W |
madrona.analysistools.widgets |
DualSliderWidget.__init__ |
163 |
52 |
Redefining built-in 'max' |
R |
madrona.analysistools.widgets |
DualSliderWidget.__init__ |
163 |
4 |
Too many arguments (8/5) |
C |
madrona.analysistools.widgets |
DualSliderWidget.get_step |
173 |
4 |
Missing docstring |
W |
madrona.analysistools.widgets |
DualSliderWidget.render |
181 |
8 |
Unused variable 'final_attrs' |
W |
madrona.analysistools.widgets |
|
3 |
0 |
Unused import flatatt |
C |
madrona.user_profile.models |
|
1 |
0 |
Missing docstring |
E |
madrona.user_profile.models |
UserProfile.__unicode__ |
8 |
37 |
Instance of 'OneToOneField' has no 'username' member |
C |
madrona.user_profile.forms |
|
1 |
0 |
Missing docstring |
W |
madrona.user_profile.forms |
|
2 |
0 |
Relative import 'models', should be 'madrona.user_profile.models' |
C |
madrona.user_profile.forms |
UserForm |
5 |
0 |
Missing docstring |
W |
madrona.user_profile.forms |
UserForm.Meta |
6 |
4 |
Class has no __init__ method |
C |
madrona.user_profile.forms |
UserForm.Meta |
6 |
4 |
Missing docstring |
R |
madrona.user_profile.forms |
UserForm.Meta |
6 |
4 |
Too few public methods (0/2) |
C |
madrona.user_profile.forms |
UserProfileForm |
10 |
0 |
Missing docstring |
W |
madrona.user_profile.forms |
UserProfileForm.Meta |
11 |
4 |
Class has no __init__ method |
C |
madrona.user_profile.forms |
UserProfileForm.Meta |
11 |
4 |
Missing docstring |
R |
madrona.user_profile.forms |
UserProfileForm.Meta |
11 |
4 |
Too few public methods (0/2) |
C |
madrona.user_profile.views |
|
14 |
0 |
Line too long (84/80) |
C |
madrona.user_profile.views |
|
28 |
0 |
Line too long (95/80) |
C |
madrona.user_profile.views |
|
29 |
0 |
Line too long (132/80) |
C |
madrona.user_profile.views |
|
39 |
0 |
Line too long (83/80) |
C |
madrona.user_profile.views |
|
42 |
0 |
Line too long (94/80) |
C |
madrona.user_profile.views |
|
1 |
0 |
Missing docstring |
W |
madrona.user_profile.views |
|
5 |
0 |
Relative import 'models', should be 'madrona.user_profile.models' |
W |
madrona.user_profile.views |
|
6 |
0 |
Relative import 'forms', should be 'madrona.user_profile.forms' |
C |
madrona.user_profile.views |
profile_form |
12 |
0 |
Comma not followed by a space
def profile_form(request,username,use_openid=False):
^^ |
C |
madrona.user_profile.views |
profile_form |
12 |
0 |
Missing docstring |
E |
madrona.user_profile.views |
profile_form |
18 |
27 |
Class 'UserProfile' has no 'objects' member |
E |
madrona.user_profile.views |
profile_form |
19 |
15 |
Class 'UserProfile' has no 'DoesNotExist' member |
E |
madrona.user_profile.views |
profile_form |
20 |
27 |
Class 'UserProfile' has no 'objects' member |
E |
madrona.user_profile.views |
profile_form |
22 |
17 |
Class 'UserAssociation' has no 'objects' member |
C |
madrona.user_profile.admin |
|
1 |
0 |
Missing docstring |
W |
madrona.user_profile.admin |
|
2 |
0 |
Relative import 'models', should be 'madrona.user_profile.models' |
C |
madrona.user_profile.admin |
UserProfileAdmin |
4 |
0 |
Missing docstring |
R |
madrona.user_profile.admin |
UserProfileAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.user_profile.tests |
|
8 |
0 |
Line too long (92/80) |
C |
madrona.user_profile.tests |
|
9 |
0 |
Line too long (92/80) |
C |
madrona.user_profile.tests |
|
34 |
0 |
Line too long (130/80) |
C |
madrona.user_profile.tests |
|
1 |
0 |
Missing docstring |
C |
madrona.user_profile.tests |
UserProfileTest |
6 |
0 |
Missing docstring |
C |
madrona.user_profile.tests |
UserProfileTest.setUp |
7 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.user_profile.tests |
UserProfileTest.setUp |
8 |
8 |
Comma not followed by a space
self.user1 = User.objects.create_user("user1", "user1@madrona.org",password="pword")
^^ |
C |
madrona.user_profile.tests |
UserProfileTest.setUp |
9 |
8 |
Comma not followed by a space
self.user2 = User.objects.create_user("user2", "user2@madrona.org",password="pword")
^^ |
C |
madrona.user_profile.tests |
UserProfileTest.test_login_required |
11 |
4 |
Missing docstring |
C |
madrona.user_profile.tests |
UserProfileTest.test_login_required |
12 |
8 |
Comma not followed by a space
url = reverse('user_profile-form',args=['nomatter'])
^^ |
E |
madrona.user_profile.tests |
UserProfileTest.test_login_required |
14 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.user_profile.tests |
UserProfileTest.test_401_profile |
16 |
4 |
Missing docstring |
C |
madrona.user_profile.tests |
UserProfileTest.test_401_profile |
18 |
8 |
Comma not followed by a space
url = reverse('user_profile-form',args=[self.user1.username])
^^ |
E |
madrona.user_profile.tests |
UserProfileTest.test_401_profile |
20 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.user_profile.tests |
UserProfileTest.test_get_profile |
22 |
4 |
Missing docstring |
C |
madrona.user_profile.tests |
UserProfileTest.test_get_profile |
24 |
8 |
Comma not followed by a space
url = reverse('user_profile-form',args=[self.user1.username])
^^ |
E |
madrona.user_profile.tests |
UserProfileTest.test_get_profile |
26 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.user_profile.tests |
UserProfileTest.test_post_profile |
28 |
4 |
Missing docstring |
C |
madrona.user_profile.tests |
UserProfileTest.test_post_profile |
30 |
8 |
Comma not followed by a space
url = reverse('user_profile-form',args=[self.user1.username])
^^ |
E |
madrona.user_profile.tests |
UserProfileTest.test_post_profile |
32 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.user_profile.tests |
UserProfileTest.test_post_profile |
36 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.user_profile.tests |
UserProfileTest.test_post_profile |
39 |
17 |
Class 'UserProfile' has no 'objects' member |
R |
madrona.user_profile.tests |
UserProfileTest |
6 |
0 |
Too many public methods (64/20) |
C |
madrona.user_profile |
|
1 |
0 |
Missing docstring |
C |
madrona.user_profile.urls |
|
11 |
0 |
Line too long (107/80) |
C |
madrona.user_profile.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.user_profile.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
W |
madrona.user_profile.urls |
|
7 |
0 |
No exception type(s) specified |
C |
madrona.user_profile.urls |
|
6 |
4 |
Invalid name "use_openid" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.user_profile.urls |
|
8 |
4 |
Invalid name "use_openid" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.user_profile.urls |
|
10 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.user_profile.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.user_profile.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.user_profile.urls |
|
2 |
0 |
Unused import reverse |
W |
madrona.user_profile.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.user_profile.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.user_profile.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.user_profile.migrations.0001_initial |
|
14 |
0 |
Line too long (83/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
15 |
0 |
Line too long (113/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
27 |
0 |
Line too long (85/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
28 |
0 |
Line too long (102/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
29 |
0 |
Line too long (133/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
32 |
0 |
Line too long (104/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
33 |
0 |
Line too long (89/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
34 |
0 |
Line too long (122/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
35 |
0 |
Line too long (85/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
36 |
0 |
Line too long (83/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
40 |
0 |
Line too long (111/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
41 |
0 |
Line too long (103/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
42 |
0 |
Line too long (107/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
43 |
0 |
Line too long (124/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
44 |
0 |
Line too long (85/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
45 |
0 |
Line too long (108/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
46 |
0 |
Line too long (108/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
47 |
0 |
Line too long (112/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
48 |
0 |
Line too long (110/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
49 |
0 |
Line too long (106/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
50 |
0 |
Line too long (89/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
51 |
0 |
Line too long (139/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
52 |
0 |
Line too long (105/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
55 |
0 |
Line too long (136/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
56 |
0 |
Line too long (90/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
57 |
0 |
Line too long (85/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
58 |
0 |
Line too long (86/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
59 |
0 |
Line too long (84/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
63 |
0 |
Line too long (82/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
64 |
0 |
Line too long (85/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
65 |
0 |
Line too long (119/80) |
C |
madrona.user_profile.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.user_profile.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.user_profile.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.user_profile.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.user_profile.migrations.0001_initial |
Migration.backwards |
19 |
4 |
Missing docstring |
W |
madrona.user_profile.migrations.0001_initial |
Migration.backwards |
19 |
24 |
Unused argument 'orm' |
R |
madrona.user_profile.migrations.0001_initial |
Migration.backwards |
19 |
4 |
Method could be a function |
W |
madrona.user_profile.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.user_profile.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.user_profile.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.models |
|
22 |
0 |
Line too long (104/80) |
C |
madrona.bookmarks.models |
|
39 |
0 |
Line too long (96/80) |
C |
madrona.bookmarks.models |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.models |
Bookmark |
7 |
0 |
Missing docstring |
C |
madrona.bookmarks.models |
Bookmark.kml |
20 |
4 |
Missing docstring |
C |
madrona.bookmarks.models |
Bookmark.kml |
23 |
12 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.bookmarks.models |
Bookmark.kml_style |
42 |
4 |
Missing docstring |
W |
madrona.bookmarks.models |
Bookmark.Options |
62 |
4 |
Class has no __init__ method |
C |
madrona.bookmarks.models |
Bookmark.Options |
62 |
4 |
Missing docstring |
R |
madrona.bookmarks.models |
Bookmark.Options |
62 |
4 |
Too few public methods (0/2) |
R |
madrona.bookmarks.models |
Bookmark |
7 |
0 |
Too many public methods (26/20) |
C |
madrona.bookmarks.models |
|
72 |
4 |
Invalid name "Bookmark" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.bookmarks.forms |
|
15 |
0 |
Line too long (87/80) |
C |
madrona.bookmarks.forms |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.forms |
BookmarkForm |
5 |
0 |
Missing docstring |
W |
madrona.bookmarks.forms |
BookmarkForm.Meta |
17 |
4 |
Class has no __init__ method |
C |
madrona.bookmarks.forms |
BookmarkForm.Meta |
17 |
4 |
Missing docstring |
R |
madrona.bookmarks.forms |
BookmarkForm.Meta |
17 |
4 |
Too few public methods (0/2) |
C |
madrona.bookmarks.views |
|
23 |
0 |
Line too long (123/80) |
C |
madrona.bookmarks.views |
|
26 |
0 |
Line too long (115/80) |
C |
madrona.bookmarks.views |
|
36 |
0 |
Line too long (123/80) |
C |
madrona.bookmarks.views |
|
44 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.views |
|
53 |
0 |
Line too long (110/80) |
C |
madrona.bookmarks.views |
|
56 |
0 |
Line too long (84/80) |
W |
madrona.bookmarks.views |
|
2 |
0 |
Redefining built-in 'map' |
C |
madrona.bookmarks.views |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.views |
|
12 |
0 |
Invalid name "log" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.bookmarks.views |
lower_first |
14 |
0 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.bookmarks.views |
lower_first |
14 |
0 |
Missing docstring |
C |
madrona.bookmarks.views |
lower_first |
14 |
16 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.bookmarks.views |
|
17 |
0 |
Invalid name "domain" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.bookmarks.views |
show_bookmark |
19 |
0 |
Missing docstring |
C |
madrona.bookmarks.views |
show_bookmark |
21 |
8 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.bookmarks.views |
show_bookmark |
22 |
11 |
Class 'Bookmark' has no 'DoesNotExist' member |
C |
madrona.bookmarks.views |
show_bookmark |
27 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.bookmarks.views |
bookmark_state_json |
32 |
0 |
Missing docstring |
C |
madrona.bookmarks.views |
bookmark_state_json |
34 |
8 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.bookmarks.views |
bookmark_state_json |
35 |
11 |
Class 'Bookmark' has no 'DoesNotExist' member |
W |
madrona.bookmarks.views |
bookmark_state_json |
32 |
24 |
Unused argument 'request' |
C |
madrona.bookmarks.views |
save_tool_bookmark |
43 |
0 |
Missing docstring |
C |
madrona.bookmarks.views |
save_tool_bookmark |
44 |
4 |
Invalid name "u" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.bookmarks.views |
save_tool_bookmark |
45 |
4 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.bookmarks.views |
save_tool_bookmark |
48 |
4 |
No exception type(s) specified |
C |
madrona.bookmarks.views |
save_tool_bookmark |
47 |
8 |
Invalid name "ip" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.bookmarks.views |
save_tool_bookmark |
49 |
8 |
Invalid name "ip" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.bookmarks.views |
save_tool_bookmark |
58 |
4 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.bookmarks.views |
save_tool_bookmark |
44 |
7 |
Unused variable 'created' |
C |
madrona.bookmarks.tests |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.tests |
BookmarkTest |
3 |
0 |
Missing docstring |
C |
madrona.bookmarks.tests |
BookmarkTest.test_unauth |
4 |
4 |
Missing docstring |
C |
madrona.bookmarks.tests |
BookmarkTest.test_unauth_limit |
8 |
4 |
Missing docstring |
C |
madrona.bookmarks.tests |
BookmarkTest.test_create_feature |
12 |
4 |
Missing docstring |
C |
madrona.bookmarks.tests |
BookmarkTest.test_view |
15 |
4 |
Missing docstring |
R |
madrona.bookmarks.tests |
BookmarkTest |
3 |
0 |
Too many public methods (64/20) |
C |
madrona.bookmarks |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.urls |
|
6 |
0 |
Line too long (96/80) |
C |
madrona.bookmarks.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.bookmarks.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.bookmarks.urls |
|
4 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.bookmarks.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.bookmarks.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.bookmarks.urls |
|
2 |
0 |
Unused import reverse |
W |
madrona.bookmarks.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.bookmarks.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.bookmarks.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.bookmarks.widgets |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.widgets |
BookmarkWidget |
8 |
0 |
Missing docstring |
E |
madrona.bookmarks.widgets |
BookmarkWidget.render |
14 |
23 |
Undefined variable 'SimplePoint' |
C |
madrona.bookmarks.widgets |
BookmarkWidget.render |
21 |
8 |
Comma not followed by a space
return mark_safe("""
""" % (set_text,output,new_text,self.title,name,name))
^^ |
W |
madrona.bookmarks.widgets |
BookmarkWidget.render |
18 |
12 |
Unused variable 'geo' |
W |
madrona.bookmarks.widgets |
|
4 |
0 |
Unused import settings |
W |
madrona.bookmarks.widgets |
|
3 |
0 |
Unused import flatatt |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
12 |
0 |
Line too long (154/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
22 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
23 |
0 |
Line too long (102/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
24 |
0 |
Line too long (157/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
27 |
0 |
Line too long (182/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
28 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
29 |
0 |
Line too long (122/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
30 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
31 |
0 |
Line too long (83/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
35 |
0 |
Line too long (111/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
36 |
0 |
Line too long (103/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
37 |
0 |
Line too long (107/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
38 |
0 |
Line too long (148/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
39 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
40 |
0 |
Line too long (91/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
41 |
0 |
Line too long (91/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
42 |
0 |
Line too long (95/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
43 |
0 |
Line too long (110/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
44 |
0 |
Line too long (106/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
45 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
46 |
0 |
Line too long (163/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
47 |
0 |
Line too long (105/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
52 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
53 |
0 |
Line too long (203/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
54 |
0 |
Line too long (117/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
55 |
0 |
Line too long (114/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
56 |
0 |
Line too long (121/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
57 |
0 |
Line too long (84/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
58 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
59 |
0 |
Line too long (111/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
62 |
0 |
Line too long (87/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
63 |
0 |
Line too long (113/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
64 |
0 |
Line too long (90/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
65 |
0 |
Line too long (81/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
66 |
0 |
Line too long (220/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
67 |
0 |
Line too long (81/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
68 |
0 |
Line too long (146/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
71 |
0 |
Line too long (161/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
72 |
0 |
Line too long (90/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
73 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
74 |
0 |
Line too long (86/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
75 |
0 |
Line too long (84/80) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
1 |
0 |
Invalid name "0003_auto__add_field_bookmark_ip" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
Migration.backwards |
14 |
4 |
Missing docstring |
W |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
Migration.backwards |
14 |
24 |
Unused argument 'orm' |
R |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
Migration.backwards |
14 |
4 |
Method could be a function |
W |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
5 |
0 |
Unused import models |
W |
madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip |
|
2 |
0 |
Unused import datetime |
C |
madrona.bookmarks.migrations.0001_initial |
|
13 |
0 |
Line too long (83/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
14 |
0 |
Line too long (140/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
15 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
16 |
0 |
Line too long (110/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
17 |
0 |
Line too long (107/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
18 |
0 |
Line too long (186/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
19 |
0 |
Line too long (106/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
20 |
0 |
Line too long (109/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
24 |
0 |
Line too long (82/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
27 |
0 |
Line too long (87/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
33 |
0 |
Line too long (93/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
34 |
0 |
Line too long (83/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
37 |
0 |
Line too long (90/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
50 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
51 |
0 |
Line too long (102/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
52 |
0 |
Line too long (157/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
55 |
0 |
Line too long (182/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
56 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
57 |
0 |
Line too long (122/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
58 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
59 |
0 |
Line too long (83/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
63 |
0 |
Line too long (111/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
64 |
0 |
Line too long (103/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
65 |
0 |
Line too long (107/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
66 |
0 |
Line too long (148/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
67 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
68 |
0 |
Line too long (91/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
69 |
0 |
Line too long (91/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
70 |
0 |
Line too long (95/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
71 |
0 |
Line too long (110/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
72 |
0 |
Line too long (106/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
73 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
74 |
0 |
Line too long (163/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
75 |
0 |
Line too long (105/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
80 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
81 |
0 |
Line too long (203/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
82 |
0 |
Line too long (117/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
83 |
0 |
Line too long (114/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
84 |
0 |
Line too long (121/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
85 |
0 |
Line too long (84/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
86 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
89 |
0 |
Line too long (87/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
90 |
0 |
Line too long (113/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
91 |
0 |
Line too long (81/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
92 |
0 |
Line too long (220/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
93 |
0 |
Line too long (81/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
94 |
0 |
Line too long (146/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
97 |
0 |
Line too long (161/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
98 |
0 |
Line too long (90/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
99 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
100 |
0 |
Line too long (86/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
101 |
0 |
Line too long (84/80) |
C |
madrona.bookmarks.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.bookmarks.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.bookmarks.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.bookmarks.migrations.0001_initial |
Migration.backwards |
39 |
4 |
Missing docstring |
W |
madrona.bookmarks.migrations.0001_initial |
Migration.backwards |
39 |
24 |
Unused argument 'orm' |
R |
madrona.bookmarks.migrations.0001_initial |
Migration.backwards |
39 |
4 |
Method could be a function |
W |
madrona.bookmarks.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
12 |
0 |
Line too long (138/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
22 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
23 |
0 |
Line too long (102/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
24 |
0 |
Line too long (157/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
27 |
0 |
Line too long (182/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
28 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
29 |
0 |
Line too long (122/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
30 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
31 |
0 |
Line too long (83/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
35 |
0 |
Line too long (111/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
36 |
0 |
Line too long (103/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
37 |
0 |
Line too long (107/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
38 |
0 |
Line too long (148/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
39 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
40 |
0 |
Line too long (91/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
41 |
0 |
Line too long (91/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
42 |
0 |
Line too long (95/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
43 |
0 |
Line too long (110/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
44 |
0 |
Line too long (106/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
45 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
46 |
0 |
Line too long (163/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
47 |
0 |
Line too long (105/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
52 |
0 |
Line too long (89/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
53 |
0 |
Line too long (203/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
54 |
0 |
Line too long (117/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
55 |
0 |
Line too long (114/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
56 |
0 |
Line too long (121/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
57 |
0 |
Line too long (84/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
58 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
61 |
0 |
Line too long (87/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
62 |
0 |
Line too long (113/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
63 |
0 |
Line too long (90/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
64 |
0 |
Line too long (81/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
65 |
0 |
Line too long (220/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
66 |
0 |
Line too long (81/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
67 |
0 |
Line too long (146/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
70 |
0 |
Line too long (161/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
71 |
0 |
Line too long (90/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
72 |
0 |
Line too long (85/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
73 |
0 |
Line too long (86/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
74 |
0 |
Line too long (84/80) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
1 |
0 |
Invalid name "0002_auto__add_field_bookmark_publicstate" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
1 |
0 |
Missing docstring |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
Migration.backwards |
14 |
4 |
Missing docstring |
W |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
Migration.backwards |
14 |
24 |
Unused argument 'orm' |
R |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
Migration.backwards |
14 |
4 |
Method could be a function |
W |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
5 |
0 |
Unused import models |
W |
madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate |
|
2 |
0 |
Unused import datetime |
C |
madrona.bookmarks.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.installer |
|
1 |
0 |
Missing docstring |
C |
madrona.layer_manager.models |
|
28 |
0 |
Line too long (115/80) |
C |
madrona.layer_manager.models |
|
88 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.models |
|
90 |
0 |
Line too long (93/80) |
C |
madrona.layer_manager.models |
|
215 |
0 |
Line too long (176/80) |
C |
madrona.layer_manager.models |
|
220 |
0 |
Line too long (193/80) |
C |
madrona.layer_manager.models |
|
292 |
0 |
Line too long (86/80) |
W |
madrona.layer_manager.models |
|
187 |
0 |
TODO |
C |
madrona.layer_manager.models |
|
1 |
0 |
Missing docstring |
C |
madrona.layer_manager.models |
Theme |
4 |
0 |
Missing docstring |
C |
madrona.layer_manager.models |
Theme.learn_link |
23 |
4 |
Missing docstring |
C |
madrona.layer_manager.models |
Theme.toDict |
27 |
4 |
Invalid name "toDict" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layer_manager.models |
Theme.toDict |
27 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Theme.toDict |
28 |
40 |
Instance of 'Theme' has no 'layer_set' member |
E |
madrona.layer_manager.models |
Theme.toDict |
30 |
18 |
Instance of 'Theme' has no 'id' member |
C |
madrona.layer_manager.models |
Layer |
38 |
0 |
Missing docstring |
C |
madrona.layer_manager.models |
Layer.calculate_url |
102 |
4 |
Missing docstring |
C |
madrona.layer_manager.models |
Layer.calculate_url |
105 |
16 |
Invalid name "sd" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layer_manager.models |
Layer.calculate_url |
105 |
22 |
Instance of 'CharField' has no 'split' member |
C |
madrona.layer_manager.models |
Layer.calculate_url |
106 |
16 |
Comma not followed by a space
urls.append(self.url.replace("${s}",sd))
^^ |
E |
madrona.layer_manager.models |
Layer.calculate_url |
106 |
28 |
Instance of 'CharField' has no 'replace' member |
C |
madrona.layer_manager.models |
Layer.is_parent |
112 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.is_parent |
113 |
15 |
Instance of 'ManyToManyField' has no 'all' member |
C |
madrona.layer_manager.models |
Layer.parent |
116 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.parent |
118 |
19 |
Instance of 'ManyToManyField' has no 'all' member |
C |
madrona.layer_manager.models |
Layer.slug |
122 |
4 |
Missing docstring |
C |
madrona.layer_manager.models |
Layer.data_overview_text |
126 |
4 |
Missing docstring |
C |
madrona.layer_manager.models |
Layer.data_source_text |
133 |
4 |
Missing docstring |
C |
madrona.layer_manager.models |
Layer.data_notes_text |
140 |
4 |
Missing docstring |
C |
madrona.layer_manager.models |
Layer.bookmark_link |
147 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.bookmark_link |
149 |
66 |
Instance of 'Layer' has no 'id' member |
C |
madrona.layer_manager.models |
Layer.data_download_link |
154 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.data_download_link |
155 |
34 |
Instance of 'CharField' has no 'lower' member |
C |
madrona.layer_manager.models |
Layer.metadata_link |
163 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.metadata_link |
164 |
29 |
Instance of 'CharField' has no 'lower' member |
C |
madrona.layer_manager.models |
Layer.source_link |
172 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.source_link |
173 |
27 |
Instance of 'CharField' has no 'lower' member |
C |
madrona.layer_manager.models |
Layer.learn_link |
181 |
4 |
Missing docstring |
W |
madrona.layer_manager.models |
Layer.learn_link |
194 |
-1 |
String statement has no effect |
C |
madrona.layer_manager.models |
Layer.description_link |
197 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.description_link |
198 |
21 |
Instance of 'ManyToManyField' has no 'all' member |
C |
madrona.layer_manager.models |
Layer.tooltip |
202 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.tooltip |
203 |
32 |
Instance of 'TextField' has no 'strip' member |
C |
madrona.layer_manager.models |
Layer.serialize_attributes |
211 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.serialize_attributes |
215 |
129 |
Instance of 'ManyToManyField' has no 'all' member |
C |
madrona.layer_manager.models |
Layer.serialize_lookups |
218 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.serialize_lookups |
220 |
168 |
Instance of 'ManyToManyField' has no 'all' member |
C |
madrona.layer_manager.models |
Layer.toDict |
223 |
4 |
Invalid name "toDict" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layer_manager.models |
Layer.toDict |
223 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
Layer.toDict |
232 |
26 |
Instance of 'Layer' has no 'id' member |
E |
madrona.layer_manager.models |
Layer.toDict |
246 |
25 |
Instance of 'ManyToManyField' has no 'all' member |
E |
madrona.layer_manager.models |
Layer.toDict |
249 |
18 |
Instance of 'Layer' has no 'id' member |
R |
madrona.layer_manager.models |
Layer |
38 |
0 |
Too many public methods (28/20) |
C |
madrona.layer_manager.models |
AttributeInfo |
272 |
0 |
Missing docstring |
C |
madrona.layer_manager.models |
LookupInfo |
281 |
0 |
Missing docstring |
C |
madrona.layer_manager.models |
DataNeed |
300 |
0 |
Missing docstring |
C |
madrona.layer_manager.models |
DataNeed.html_name |
313 |
4 |
Missing docstring |
E |
madrona.layer_manager.models |
DataNeed.html_name |
314 |
15 |
Instance of 'CharField' has no 'lower' member |
C |
madrona.layer_manager.views |
|
15 |
0 |
Line too long (86/80) |
C |
madrona.layer_manager.views |
|
1 |
0 |
Missing docstring |
W |
madrona.layer_manager.views |
|
6 |
0 |
Relative import 'models', should be 'madrona.layer_manager.models' |
W |
madrona.layer_manager.views |
|
6 |
0 |
Wildcard import models |
C |
madrona.layer_manager.views |
get_json |
10 |
0 |
Missing docstring |
E |
madrona.layer_manager.views |
get_json |
15 |
45 |
Class 'Layer' has no 'objects' member |
E |
madrona.layer_manager.views |
get_json |
16 |
45 |
Class 'Theme' has no 'objects' member |
W |
madrona.layer_manager.views |
get_json |
10 |
13 |
Unused argument 'request' |
C |
madrona.layer_manager.views |
demo |
21 |
0 |
Missing docstring |
W |
madrona.layer_manager.views |
|
6 |
0 |
Unused import models from wildcard import |
W |
madrona.layer_manager.views |
|
6 |
0 |
Unused import DataNeed from wildcard import |
W |
madrona.layer_manager.views |
|
6 |
0 |
Unused import LookupInfo from wildcard import |
W |
madrona.layer_manager.views |
|
6 |
0 |
Unused import AttributeInfo from wildcard import |
W |
madrona.layer_manager.views |
|
6 |
0 |
Unused import slugify from wildcard import |
C |
madrona.layer_manager.admin |
|
1 |
0 |
Missing docstring |
W |
madrona.layer_manager.admin |
|
2 |
0 |
Wildcard import madrona.layer_manager.models |
C |
madrona.layer_manager.admin |
ThemeAdmin |
4 |
0 |
Missing docstring |
R |
madrona.layer_manager.admin |
ThemeAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.layer_manager.admin |
LayerAdmin |
9 |
0 |
Missing docstring |
R |
madrona.layer_manager.admin |
LayerAdmin |
9 |
0 |
Too many public methods (50/20) |
W |
madrona.layer_manager.admin |
|
2 |
0 |
Unused import AttributeInfo from wildcard import |
W |
madrona.layer_manager.admin |
|
2 |
0 |
Unused import DataNeed from wildcard import |
W |
madrona.layer_manager.admin |
|
2 |
0 |
Unused import models from wildcard import |
W |
madrona.layer_manager.admin |
|
2 |
0 |
Unused import LookupInfo from wildcard import |
W |
madrona.layer_manager.admin |
|
2 |
0 |
Unused import slugify from wildcard import |
C |
madrona.layer_manager.tests |
|
25 |
0 |
Line too long (91/80) |
C |
madrona.layer_manager.tests |
|
1 |
0 |
Missing docstring |
C |
madrona.layer_manager.tests |
LayerManagerTest |
6 |
0 |
Missing docstring |
C |
madrona.layer_manager.tests |
LayerManagerTest.setUp |
7 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layer_manager.tests |
LayerManagerTest.setUp |
10 |
22 |
Class 'Theme' has no 'objects' member |
E |
madrona.layer_manager.tests |
LayerManagerTest.setUp |
11 |
22 |
Class 'Layer' has no 'objects' member |
E |
madrona.layer_manager.tests |
LayerManagerTest.setUp |
14 |
22 |
Class 'Layer' has no 'objects' member |
C |
madrona.layer_manager.tests |
LayerManagerTest.test_themes |
18 |
4 |
Missing docstring |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_themes |
20 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_themes |
20 |
52 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_themes |
21 |
18 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.layer_manager.tests |
LayerManagerTest.test_state |
27 |
4 |
Missing docstring |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_state |
29 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_state |
29 |
52 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_state |
30 |
18 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.layer_manager.tests |
LayerManagerTest.test_layers |
34 |
4 |
Missing docstring |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_layers |
36 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_layers |
36 |
52 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_layers |
37 |
18 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.layer_manager.tests |
LayerManagerTest.test_layers |
42 |
18 |
Class 'Layer' has no 'objects' member |
W |
madrona.layer_manager.tests |
LayerManagerTest.test_layers |
42 |
12 |
Unused variable 'lyr' |
R |
madrona.layer_manager.tests |
LayerManagerTest |
6 |
0 |
Too many public methods (63/20) |
C |
madrona.layer_manager |
|
1 |
0 |
Missing docstring |
C |
madrona.layer_manager.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.layer_manager.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
W |
madrona.layer_manager.urls |
|
2 |
0 |
Relative import 'views', should be 'madrona.layer_manager.views' |
C |
madrona.layer_manager.urls |
|
4 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.layer_manager.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.layer_manager.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.layer_manager.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.layer_manager.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.layer_manager.urls |
|
1 |
0 |
Unused import url from wildcard import |
W |
madrona.layer_manager.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.layer_manager.migrations.0001_initial |
|
13 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
14 |
0 |
Line too long (91/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
15 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
16 |
0 |
Line too long (114/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
17 |
0 |
Line too long (115/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
18 |
0 |
Line too long (94/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
19 |
0 |
Line too long (97/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
20 |
0 |
Line too long (110/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
21 |
0 |
Line too long (117/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
22 |
0 |
Line too long (116/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
23 |
0 |
Line too long (115/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
24 |
0 |
Line too long (101/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
25 |
0 |
Line too long (114/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
31 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
32 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
33 |
0 |
Line too long (88/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
34 |
0 |
Line too long (105/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
35 |
0 |
Line too long (115/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
36 |
0 |
Line too long (112/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
37 |
0 |
Line too long (92/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
38 |
0 |
Line too long (108/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
39 |
0 |
Line too long (114/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
40 |
0 |
Line too long (117/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
41 |
0 |
Line too long (108/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
42 |
0 |
Line too long (91/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
43 |
0 |
Line too long (97/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
44 |
0 |
Line too long (99/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
45 |
0 |
Line too long (113/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
46 |
0 |
Line too long (113/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
47 |
0 |
Line too long (96/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
48 |
0 |
Line too long (110/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
49 |
0 |
Line too long (111/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
50 |
0 |
Line too long (105/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
51 |
0 |
Line too long (115/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
52 |
0 |
Line too long (112/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
53 |
0 |
Line too long (110/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
54 |
0 |
Line too long (112/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
55 |
0 |
Line too long (108/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
56 |
0 |
Line too long (110/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
57 |
0 |
Line too long (117/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
58 |
0 |
Line too long (97/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
59 |
0 |
Line too long (110/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
60 |
0 |
Line too long (114/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
61 |
0 |
Line too long (112/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
62 |
0 |
Line too long (98/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
63 |
0 |
Line too long (116/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
64 |
0 |
Line too long (107/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
70 |
0 |
Line too long (93/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
71 |
0 |
Line too long (86/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
72 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
74 |
0 |
Line too long (91/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
78 |
0 |
Line too long (93/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
79 |
0 |
Line too long (81/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
86 |
0 |
Line too long (93/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
87 |
0 |
Line too long (81/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
88 |
0 |
Line too long (96/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
90 |
0 |
Line too long (98/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
94 |
0 |
Line too long (93/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
95 |
0 |
Line too long (81/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
96 |
0 |
Line too long (90/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
98 |
0 |
Line too long (91/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
102 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
103 |
0 |
Line too long (114/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
104 |
0 |
Line too long (112/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
105 |
0 |
Line too long (98/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
106 |
0 |
Line too long (82/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
112 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
113 |
0 |
Line too long (107/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
114 |
0 |
Line too long (105/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
115 |
0 |
Line too long (104/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
116 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
117 |
0 |
Line too long (109/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
123 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
124 |
0 |
Line too long (83/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
125 |
0 |
Line too long (89/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
126 |
0 |
Line too long (97/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
127 |
0 |
Line too long (108/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
128 |
0 |
Line too long (92/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
129 |
0 |
Line too long (109/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
130 |
0 |
Line too long (115/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
131 |
0 |
Line too long (115/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
132 |
0 |
Line too long (91/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
138 |
0 |
Line too long (93/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
139 |
0 |
Line too long (87/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
142 |
0 |
Line too long (86/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
180 |
0 |
Line too long (126/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
181 |
0 |
Line too long (124/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
182 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
183 |
0 |
Line too long (84/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
184 |
0 |
Line too long (104/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
188 |
0 |
Line too long (91/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
189 |
0 |
Line too long (121/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
190 |
0 |
Line too long (127/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
191 |
0 |
Line too long (104/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
192 |
0 |
Line too long (127/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
193 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
194 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
195 |
0 |
Line too long (98/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
196 |
0 |
Line too long (120/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
197 |
0 |
Line too long (99/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
198 |
0 |
Line too long (172/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
202 |
0 |
Line too long (127/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
203 |
0 |
Line too long (117/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
204 |
0 |
Line too long (191/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
205 |
0 |
Line too long (129/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
206 |
0 |
Line too long (122/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
207 |
0 |
Line too long (99/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
208 |
0 |
Line too long (127/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
209 |
0 |
Line too long (103/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
210 |
0 |
Line too long (106/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
211 |
0 |
Line too long (125/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
212 |
0 |
Line too long (125/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
213 |
0 |
Line too long (93/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
214 |
0 |
Line too long (104/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
215 |
0 |
Line too long (124/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
216 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
217 |
0 |
Line too long (94/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
218 |
0 |
Line too long (117/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
219 |
0 |
Line too long (90/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
220 |
0 |
Line too long (124/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
221 |
0 |
Line too long (120/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
222 |
0 |
Line too long (129/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
223 |
0 |
Line too long (126/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
224 |
0 |
Line too long (126/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
225 |
0 |
Line too long (184/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
226 |
0 |
Line too long (123/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
227 |
0 |
Line too long (122/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
228 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
229 |
0 |
Line too long (119/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
230 |
0 |
Line too long (120/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
231 |
0 |
Line too long (124/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
232 |
0 |
Line too long (189/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
233 |
0 |
Line too long (173/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
234 |
0 |
Line too long (122/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
235 |
0 |
Line too long (117/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
236 |
0 |
Line too long (120/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
237 |
0 |
Line too long (124/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
238 |
0 |
Line too long (105/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
239 |
0 |
Line too long (127/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
243 |
0 |
Line too long (117/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
244 |
0 |
Line too long (111/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
245 |
0 |
Line too long (87/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
246 |
0 |
Line too long (121/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
247 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
248 |
0 |
Line too long (118/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
252 |
0 |
Line too long (104/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
253 |
0 |
Line too long (93/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
254 |
0 |
Line too long (128/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
255 |
0 |
Line too long (129/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
256 |
0 |
Line too long (108/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
257 |
0 |
Line too long (127/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
258 |
0 |
Line too long (126/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
259 |
0 |
Line too long (127/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
260 |
0 |
Line too long (126/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
261 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
262 |
0 |
Line too long (85/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
263 |
0 |
Line too long (101/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
264 |
0 |
Line too long (121/80) |
C |
madrona.layer_manager.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layer_manager.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.layer_manager.migrations.0001_initial |
Migration |
8 |
0 |
Missing docstring |
C |
madrona.layer_manager.migrations.0001_initial |
Migration.forwards |
10 |
4 |
Missing docstring |
C |
madrona.layer_manager.migrations.0001_initial |
Migration.backwards |
145 |
4 |
Missing docstring |
W |
madrona.layer_manager.migrations.0001_initial |
Migration.backwards |
145 |
24 |
Unused argument 'orm' |
R |
madrona.layer_manager.migrations.0001_initial |
Migration.backwards |
145 |
4 |
Method could be a function |
W |
madrona.layer_manager.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.layer_manager.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.simplefaq.models |
|
23 |
0 |
Line too long (87/80) |
C |
madrona.simplefaq.models |
|
1 |
0 |
Missing docstring |
C |
madrona.simplefaq.models |
FaqGroup |
4 |
0 |
Missing docstring |
C |
madrona.simplefaq.models |
Faq |
25 |
0 |
Missing docstring |
E |
madrona.simplefaq.models |
Faq.__unicode__ |
28 |
24 |
Instance of 'Faq' has no 'id' member |
C |
madrona.simplefaq.views |
|
1 |
0 |
Line too long (130/80) |
C |
madrona.simplefaq.views |
|
13 |
0 |
Line too long (109/80) |
C |
madrona.simplefaq.views |
|
15 |
0 |
Line too long (117/80) |
C |
madrona.simplefaq.views |
|
1 |
0 |
Missing docstring |
W |
madrona.simplefaq.views |
|
5 |
0 |
Wildcard import madrona.simplefaq.models |
C |
madrona.simplefaq.views |
faq |
8 |
0 |
Missing docstring |
E |
madrona.simplefaq.views |
faq |
9 |
17 |
Class 'FaqGroup' has no 'objects' member |
E |
madrona.simplefaq.views |
faq |
13 |
20 |
Class 'Faq' has no 'objects' member |
C |
madrona.simplefaq.views |
faq |
14 |
8 |
Comma not followed by a space
faqs_by_group.append({'group_obj':group,'group_faqs':faq_query})
^^ |
W |
madrona.simplefaq.views |
|
1 |
0 |
Unused import HttpResponseServerError |
W |
madrona.simplefaq.views |
|
1 |
0 |
Unused import HttpResponseBadRequest |
W |
madrona.simplefaq.views |
|
3 |
0 |
Unused import get_object_or_404 |
W |
madrona.simplefaq.views |
|
1 |
0 |
Unused import HttpResponseRedirect |
W |
madrona.simplefaq.views |
|
5 |
0 |
Unused import models from wildcard import |
W |
madrona.simplefaq.views |
|
1 |
0 |
Unused import HttpResponseForbidden |
W |
madrona.simplefaq.views |
|
1 |
0 |
Unused import HttpResponse |
C |
madrona.simplefaq.admin |
|
1 |
0 |
Missing docstring |
C |
madrona.simplefaq.admin |
FaqAdmin |
4 |
0 |
Missing docstring |
C |
madrona.simplefaq.admin |
FaqAdmin |
6 |
4 |
Comma not followed by a space
list_display = ('question','importance','faq_group')
^^ |
R |
madrona.simplefaq.admin |
FaqAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.simplefaq.admin |
|
8 |
0 |
Comma not followed by a space
admin.site.register(Faq,FaqAdmin)
^^ |
W |
madrona.simplefaq.tests |
|
9 |
0 |
Wildcard import madrona.simplefaq.models |
W |
madrona.simplefaq.tests |
|
11 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.simplefaq.tests |
SimpleFaqTest |
13 |
0 |
Missing docstring |
C |
madrona.simplefaq.tests |
SimpleFaqTest.testFaqItemsPresent |
16 |
4 |
Invalid name "testFaqItemsPresent" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.simplefaq.tests |
SimpleFaqTest.testFaqItemsPresent |
20 |
24 |
Class 'FaqGroup' has no 'objects' member |
E |
madrona.simplefaq.tests |
SimpleFaqTest.testFaqItemsPresent |
21 |
24 |
Class 'Faq' has no 'objects' member |
C |
madrona.simplefaq.tests |
SimpleFaqTest.testFaqView |
23 |
4 |
Invalid name "testFaqView" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.simplefaq.tests |
SimpleFaqTest.testFaqView |
28 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.simplefaq.tests |
SimpleFaqTest |
13 |
0 |
Too many public methods (62/20) |
W |
madrona.simplefaq.tests |
|
11 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.simplefaq.tests |
|
10 |
0 |
Unused import settings |
W |
madrona.simplefaq.tests |
|
9 |
0 |
Unused import models from wildcard import |
W |
madrona.simplefaq.tests |
|
11 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.simplefaq.tests |
|
11 |
0 |
Unused import patterns from wildcard import |
W |
madrona.simplefaq.tests |
|
8 |
0 |
Unused import Client |
W |
madrona.simplefaq.tests |
|
11 |
0 |
Unused import url from wildcard import |
W |
madrona.simplefaq.tests |
|
11 |
0 |
Unused import warnings from wildcard import |
W |
madrona.simplefaq.tests |
|
11 |
0 |
Unused import include from wildcard import |
W |
madrona.simplefaq.tests |
|
11 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.simplefaq |
|
1 |
0 |
Missing docstring |
C |
madrona.simplefaq.urls |
|
1 |
0 |
Missing docstring |
C |
madrona.simplefaq.urls |
|
4 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.simplefaq.migrations.0001_initial |
|
13 |
0 |
Line too long (92/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
14 |
0 |
Line too long (99/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
15 |
0 |
Line too long (83/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
21 |
0 |
Line too long (86/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
23 |
0 |
Line too long (87/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
24 |
0 |
Line too long (83/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
25 |
0 |
Line too long (111/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
40 |
0 |
Line too long (88/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
41 |
0 |
Line too long (113/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
42 |
0 |
Line too long (85/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
44 |
0 |
Line too long (88/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
48 |
0 |
Line too long (94/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
49 |
0 |
Line too long (85/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
50 |
0 |
Line too long (105/80) |
C |
madrona.simplefaq.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.simplefaq.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.simplefaq.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.simplefaq.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.simplefaq.migrations.0001_initial |
Migration.backwards |
29 |
4 |
Missing docstring |
W |
madrona.simplefaq.migrations.0001_initial |
Migration.backwards |
29 |
24 |
Unused argument 'orm' |
R |
madrona.simplefaq.migrations.0001_initial |
Migration.backwards |
29 |
4 |
Method could be a function |
W |
madrona.simplefaq.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.simplefaq.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.simplefaq.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.common.test_settings_manager |
|
1 |
0 |
Missing docstring |
C |
madrona.common.test_settings_manager |
TestSettingsManager.set |
23 |
4 |
Missing docstring |
C |
madrona.common.test_settings_manager |
TestSettingsManager.set |
24 |
8 |
Comma not followed by a space
for k,v in kwargs.iteritems():
^^ |
C |
madrona.common.test_settings_manager |
TestSettingsManager.set |
24 |
14 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.test_settings_manager |
TestSettingsManager.syncdb |
31 |
4 |
Missing docstring |
R |
madrona.common.test_settings_manager |
TestSettingsManager.syncdb |
31 |
4 |
Method could be a function |
C |
madrona.common.test_settings_manager |
TestSettingsManager.revert |
35 |
4 |
Missing docstring |
C |
madrona.common.test_settings_manager |
TestSettingsManager.revert |
36 |
8 |
Comma not followed by a space
for k,v in self._original_settings.iteritems():
^^ |
C |
madrona.common.test_settings_manager |
TestSettingsManager.revert |
36 |
14 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.test_settings_manager |
SettingsTestCase.tearDown |
59 |
4 |
Invalid name "tearDown" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.test_settings_manager |
SettingsTestCase |
46 |
0 |
Too many public methods (60/20) |
C |
madrona.common.s3 |
|
22 |
0 |
Line too long (83/80) |
C |
madrona.common.s3 |
|
33 |
0 |
Line too long (85/80) |
C |
madrona.common.s3 |
get_s3_url |
27 |
0 |
Comma not followed by a space
def get_s3_url(b,k):
^^ |
C |
madrona.common.s3 |
get_s3_url |
27 |
0 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.s3 |
get_s3_url |
27 |
15 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.s3 |
upload_to_s3 |
39 |
4 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.s3 |
upload_to_s3 |
55 |
4 |
Comma not followed by a space
return get_s3_url(b,k)
^^ |
C |
madrona.common.default_settings |
|
16 |
0 |
Line too long (134/80) |
C |
madrona.common.default_settings |
|
17 |
0 |
Line too long (146/80) |
C |
madrona.common.default_settings |
|
19 |
0 |
Line too long (105/80) |
C |
madrona.common.default_settings |
|
119 |
0 |
Line too long (116/80) |
C |
madrona.common.default_settings |
|
120 |
0 |
Line too long (114/80) |
C |
madrona.common.default_settings |
|
122 |
0 |
Line too long (91/80) |
C |
madrona.common.default_settings |
|
167 |
0 |
Line too long (92/80) |
C |
madrona.common.default_settings |
|
183 |
0 |
Line too long (86/80) |
C |
madrona.common.default_settings |
|
186 |
0 |
Line too long (82/80) |
C |
madrona.common.default_settings |
|
187 |
0 |
Line too long (114/80) |
C |
madrona.common.default_settings |
|
224 |
0 |
Line too long (90/80) |
C |
madrona.common.default_settings |
|
228 |
0 |
Line too long (104/80) |
C |
madrona.common.default_settings |
|
1 |
0 |
Missing docstring |
C |
madrona.common.default_mimetypes |
|
1 |
0 |
Missing docstring |
C |
madrona.common.models |
|
1 |
0 |
Missing docstring |
C |
madrona.common.models |
KmlCache |
3 |
0 |
Missing docstring |
C |
madrona.common.models |
KmlCache |
6 |
4 |
Comma not followed by a space
key = models.CharField(max_length=250,unique=True, blank=False)
^^ |
C |
madrona.common.assets |
|
1 |
0 |
Missing docstring |
C |
madrona.common.assets |
get_js_files |
12 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.assets |
get_js_test_files |
22 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.assets |
get_css_files |
32 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.forms |
|
28 |
0 |
Line too long (97/80) |
C |
madrona.common.forms |
|
40 |
0 |
Line too long (139/80) |
C |
madrona.common.forms |
|
41 |
0 |
Line too long (131/80) |
C |
madrona.common.forms |
|
1 |
0 |
Missing docstring |
W |
madrona.common.forms |
ShortTextarea.__init__ |
11 |
4 |
Dangerous default value {} as argument |
C |
madrona.common.views |
|
1 |
0 |
Line too long (130/80) |
C |
madrona.common.views |
|
30 |
0 |
Line too long (82/80) |
W |
madrona.common.views |
|
31 |
0 |
Bad indentation. Found 12 spaces, expected 8 |
C |
madrona.common.views |
|
44 |
0 |
Line too long (110/80) |
C |
madrona.common.views |
|
46 |
0 |
Line too long (81/80) |
C |
madrona.common.views |
|
56 |
0 |
Line too long (90/80) |
C |
madrona.common.views |
|
72 |
0 |
Line too long (87/80) |
C |
madrona.common.views |
|
84 |
0 |
Line too long (84/80) |
C |
madrona.common.views |
|
101 |
0 |
Line too long (144/80) |
C |
madrona.common.views |
|
110 |
0 |
Line too long (100/80) |
W |
madrona.common.views |
map |
17 |
0 |
Redefining built-in 'map' |
C |
madrona.common.views |
|
1 |
0 |
Missing docstring |
W |
madrona.common.views |
map |
17 |
0 |
Dangerous default value {} as argument |
R |
madrona.common.views |
map |
17 |
0 |
Too many local variables (20/15) |
C |
madrona.common.views |
map |
34 |
8 |
Invalid name "bp" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.views |
map |
55 |
12 |
No exception type(s) specified |
W |
madrona.common.views |
map |
51 |
16 |
No exception type(s) specified |
E |
madrona.common.views |
map |
46 |
34 |
Class 'Entry' has no 'objects' member |
W |
madrona.common.views |
map |
65 |
12 |
No exception type(s) specified |
E |
madrona.common.views |
map |
63 |
30 |
Class 'Entry' has no 'objects' member |
C |
madrona.common.views |
map |
78 |
4 |
Comma not followed by a space
context = RequestContext(request,{
^^
'api_key':settings.GOOGLE_API_KEY,
'session_key': request.session.session_key,
'show_panel': show_panel,
'member_of_sharing_group': member_of_sharing_group,
'is_studyregion': StudyRegion.objects.count() > 0,
'is_public_layers': PublicLayerList.objects.filter(active=True).count() > 0,
'is_privatekml': has_privatekml(user),
'has_features': has_features(user),
'camera': parse_camera(request),
'publicstate': get_publicstate(request),
'bookmarks_as_feature': settings.BOOKMARK_FEATURE, |
E |
madrona.common.views |
map |
84 |
28 |
Class 'PublicLayerList' has no 'objects' member |
C |
madrona.common.views |
map |
102 |
8 |
Comma not followed by a space
response.set_cookie("mm_already_viewed","True", expires=expire_stamp)
^^ |
R |
madrona.common.views |
map |
17 |
0 |
Too many branches (13/12) |
R |
madrona.common.views |
map |
17 |
0 |
Too many statements (52/50) |
C |
madrona.common.views |
forbidden |
106 |
0 |
Missing docstring |
W |
madrona.common.views |
forbidden |
106 |
0 |
Unused argument 'args' |
W |
madrona.common.views |
forbidden |
106 |
14 |
Unused argument 'request' |
W |
madrona.common.views |
forbidden |
106 |
0 |
Unused argument 'kwargs' |
C |
madrona.common.views |
parse_camera |
109 |
0 |
Missing docstring |
C |
madrona.common.views |
parse_camera |
112 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.views |
get_publicstate |
122 |
0 |
Missing docstring |
C |
madrona.common.views |
get_publicstate |
124 |
8 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.views |
get_publicstate |
126 |
8 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.views |
launch |
129 |
0 |
Dangerous default value {} as argument |
W |
madrona.common.views |
launch |
129 |
11 |
Unused argument 'request' |
W |
madrona.common.views |
|
1 |
0 |
Unused import HttpResponseServerError |
W |
madrona.common.views |
|
1 |
0 |
Unused import HttpResponseForbidden |
W |
madrona.common.views |
|
4 |
0 |
Unused import mimetypes |
W |
madrona.common.views |
|
9 |
0 |
Unused import PrivateKml |
W |
madrona.common.views |
|
1 |
0 |
Unused import HttpResponseRedirect |
W |
madrona.common.views |
|
1 |
0 |
Unused import HttpResponseBadRequest |
W |
madrona.common.views |
|
3 |
0 |
Unused import get_object_or_404 |
C |
madrona.common.admin |
|
39 |
0 |
Line too long (159/80) |
C |
madrona.common.admin |
|
57 |
0 |
Line too long (92/80) |
C |
madrona.common.admin |
|
63 |
0 |
Line too long (100/80) |
C |
madrona.common.admin |
|
66 |
0 |
Line too long (105/80) |
C |
madrona.common.admin |
|
1 |
0 |
Missing docstring |
C |
madrona.common.admin |
roles |
9 |
0 |
Missing docstring |
C |
madrona.common.admin |
roles |
11 |
4 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.admin |
roles |
13 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.admin |
last |
19 |
0 |
Missing docstring |
C |
madrona.common.admin |
adm |
27 |
0 |
Missing docstring |
C |
madrona.common.admin |
staff |
32 |
0 |
Missing docstring |
C |
madrona.common.admin |
persons |
38 |
0 |
Missing docstring |
C |
madrona.common.admin |
GroupMembersInline |
42 |
0 |
Missing docstring |
E |
madrona.common.admin |
GroupMembersInline |
43 |
12 |
Instance of 'ManyToManyField' has no 'through' member |
C |
madrona.common.admin |
allow_share_to_staff |
48 |
0 |
Missing docstring |
C |
madrona.common.admin |
allow_share_to_staff |
50 |
4 |
Invalid name "sg" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.admin |
allow_share_to_staff |
52 |
12 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.admin |
allow_share_to_staff |
48 |
37 |
Unused argument 'request' |
W |
madrona.common.admin |
allow_share_to_staff |
48 |
25 |
Unused argument 'modeladmin' |
C |
madrona.common.admin |
remove_users_from_all_groups |
59 |
0 |
Missing docstring |
W |
madrona.common.admin |
remove_users_from_all_groups |
59 |
45 |
Unused argument 'request' |
W |
madrona.common.admin |
remove_users_from_all_groups |
59 |
33 |
Unused argument 'modeladmin' |
E |
madrona.common.admin |
UserAdmin |
65 |
0 |
class already defined line 6 |
C |
madrona.common.admin |
UserAdmin |
65 |
0 |
Missing docstring |
R |
madrona.common.admin |
UserAdmin |
65 |
0 |
Too many public methods (51/20) |
E |
madrona.common.admin |
GroupAdmin |
70 |
0 |
class already defined line 6 |
C |
madrona.common.admin |
GroupAdmin |
70 |
0 |
Missing docstring |
R |
madrona.common.admin |
GroupAdmin |
70 |
0 |
Too many public methods (50/20) |
C |
madrona.common.utils |
|
20 |
0 |
Line too long (114/80) |
C |
madrona.common.utils |
|
53 |
0 |
Line too long (245/80) |
C |
madrona.common.utils |
|
58 |
0 |
Line too long (299/80) |
C |
madrona.common.utils |
|
61 |
0 |
Line too long (99/80) |
C |
madrona.common.utils |
|
73 |
0 |
Line too long (90/80) |
C |
madrona.common.utils |
|
90 |
0 |
Line too long (251/80) |
C |
madrona.common.utils |
|
92 |
0 |
Line too long (199/80) |
C |
madrona.common.utils |
|
113 |
0 |
Line too long (103/80) |
C |
madrona.common.utils |
|
115 |
0 |
Line too long (113/80) |
C |
madrona.common.utils |
|
121 |
0 |
Line too long (94/80) |
C |
madrona.common.utils |
|
126 |
0 |
Line too long (94/80) |
C |
madrona.common.utils |
|
145 |
0 |
Line too long (129/80) |
C |
madrona.common.utils |
|
152 |
0 |
Line too long (112/80) |
C |
madrona.common.utils |
|
162 |
0 |
Line too long (94/80) |
C |
madrona.common.utils |
|
164 |
0 |
Line too long (83/80) |
C |
madrona.common.utils |
|
171 |
0 |
Line too long (89/80) |
C |
madrona.common.utils |
|
172 |
0 |
Line too long (112/80) |
C |
madrona.common.utils |
|
203 |
0 |
Line too long (113/80) |
C |
madrona.common.utils |
|
221 |
0 |
Line too long (81/80) |
C |
madrona.common.utils |
|
252 |
0 |
Line too long (92/80) |
C |
madrona.common.utils |
|
257 |
0 |
Line too long (84/80) |
C |
madrona.common.utils |
|
261 |
0 |
Line too long (87/80) |
C |
madrona.common.utils |
|
277 |
0 |
Line too long (89/80) |
C |
madrona.common.utils |
|
279 |
0 |
Line too long (88/80) |
C |
madrona.common.utils |
|
281 |
0 |
Line too long (97/80) |
C |
madrona.common.utils |
|
290 |
0 |
Line too long (120/80) |
W |
madrona.common.utils |
|
345 |
0 |
Bad indentation. Found 16 spaces, expected 12 |
C |
madrona.common.utils |
|
488 |
0 |
Line too long (88/80) |
C |
madrona.common.utils |
|
502 |
0 |
Line too long (117/80) |
C |
madrona.common.utils |
|
524 |
0 |
Line too long (111/80) |
C |
madrona.common.utils |
|
574 |
0 |
Line too long (87/80) |
W |
madrona.common.utils |
|
3 |
0 |
Redefining built-in 'pow' |
C |
madrona.common.utils |
|
1 |
0 |
Missing docstring |
W |
madrona.common.utils |
get_logger |
31 |
4 |
Redefining built-in 'format' |
C |
madrona.common.utils |
get_logger |
14 |
0 |
Missing docstring |
W |
madrona.common.utils |
get_logger |
18 |
4 |
No exception type(s) specified |
C |
madrona.common.utils |
get_logger |
16 |
8 |
Invalid name "fh" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
get_logger |
16 |
8 |
Unused variable 'fh' |
C |
madrona.common.utils |
|
50 |
0 |
Invalid name "log" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.utils |
KmlWrap |
52 |
0 |
Invalid name "KmlWrap" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
KmlWrap |
52 |
0 |
Missing docstring |
C |
madrona.common.utils |
LookAtKml |
56 |
0 |
Invalid name "LookAtKml" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
LookAtKml |
56 |
0 |
Missing docstring |
C |
madrona.common.utils |
LookAtKml |
57 |
4 |
Invalid name "lookAtParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
LargestPolyFromMulti |
60 |
0 |
Invalid name "LargestPolyFromMulti" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
LargestPolyFromMulti |
64 |
12 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
LargestLineFromMulti |
72 |
0 |
Invalid name "LargestLineFromMulti" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
LargestLineFromMulti |
76 |
12 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
angle |
84 |
0 |
Comma not followed by a space
def angle(pnt1,pnt2,pnt3):
^^ |
C |
madrona.common.utils |
angle |
90 |
8 |
Comma not followed by a space
query = "SELECT abs(ST_Azimuth(ST_PointFromText(\'%s\',%i), ST_PointFromText(\'%s\',%i) ) - ST_Azimuth(ST_PointFromText(\'%s\',%i), ST_PointFromText(\'%s\',%i)) )" % (pnt2.wkt,pnt2.srid,pnt1.wkt,pnt1.srid,pnt2.wkt,pnt2.srid,pnt3.wkt,pnt3.srid)
^^ |
C |
madrona.common.utils |
angle |
92 |
8 |
Comma not followed by a space
query = "SELECT abs(ST_Azimuth(ST_PointFromText(\'%s\'), ST_PointFromText(\'%s\') ) - ST_Azimuth(ST_PointFromText(\'%s\'), ST_PointFromText(\'%s\')) )" % (pnt2.wkt,pnt1.wkt,pnt2.wkt,pnt3.wkt)
^^ |
C |
madrona.common.utils |
angle_degrees |
98 |
0 |
Comma not followed by a space
def angle_degrees(pnt1,pnt2,pnt3):
^^ |
C |
madrona.common.utils |
angle_degrees |
102 |
4 |
Comma not followed by a space
rads = angle(pnt1,pnt2,pnt3)
^^ |
C |
madrona.common.utils |
spike_ring_indecies |
105 |
0 |
Comma not followed by a space
def spike_ring_indecies(line_ring,threshold=0.01):
^^ |
C |
madrona.common.utils |
spike_ring_indecies |
112 |
4 |
Comma not followed by a space
for i,pnt in enumerate(line_ring.coords):
^^ |
C |
madrona.common.utils |
spike_ring_indecies |
122 |
8 |
Invalid name "p1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
spike_ring_indecies |
123 |
8 |
Comma not followed by a space
p2_str = 'POINT (%f %f), %i' % (pnt[0],pnt[1],settings.GEOMETRY_DB_SRID)
^^ |
C |
madrona.common.utils |
spike_ring_indecies |
124 |
8 |
Invalid name "p2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
spike_ring_indecies |
127 |
8 |
Invalid name "p3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
spike_ring_indecies |
128 |
8 |
Comma not followed by a space
if(angle(p1,p2,p3) <= radian_thresh):
^^ |
C |
madrona.common.utils |
remove_spikes |
133 |
0 |
Comma not followed by a space
def remove_spikes(poly,threshold=0.01):
^^ |
C |
madrona.common.utils |
remove_spikes |
142 |
4 |
Comma not followed by a space
spike_indecies = spike_ring_indecies(line_ring,threshold=threshold)
^^ |
C |
madrona.common.utils |
remove_spikes |
144 |
8 |
Comma not followed by a space
for i,org_index in enumerate(spike_indecies):
^^ |
W |
madrona.common.utils |
remove_spikes |
144 |
12 |
Unused variable 'i' |
C |
madrona.common.utils |
ensure_clean |
181 |
0 |
Missing docstring |
C |
madrona.common.utils |
ComputeLookAt |
195 |
0 |
Invalid name "ComputeLookAt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
195 |
0 |
Missing docstring |
R |
madrona.common.utils |
ComputeLookAt |
195 |
0 |
Too many local variables (18/15) |
C |
madrona.common.utils |
ComputeLookAt |
197 |
4 |
Invalid name "lookAtParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
199 |
4 |
Invalid name "DEGREES" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
200 |
4 |
Invalid name "EARTH_RADIUS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
205 |
4 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
206 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
207 |
4 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
208 |
4 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
213 |
4 |
Invalid name "lngSpan" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
214 |
4 |
Invalid name "latSpan" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
216 |
4 |
Invalid name "aspectRatio" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
218 |
4 |
Invalid name "PAD_FACTOR" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
ComputeLookAt |
220 |
4 |
Comma not followed by a space
aspectUse = max(aspectRatio, min((lngSpan / latSpan),1.0))
^^ |
C |
madrona.common.utils |
ComputeLookAt |
220 |
4 |
Invalid name "aspectUse" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
get_class |
243 |
0 |
Missing docstring |
C |
madrona.common.utils |
get_class |
245 |
4 |
Comma not followed by a space
module,dot,klass = path.rpartition('.')
^^ |
C |
madrona.common.utils |
get_class |
246 |
4 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
get_class |
245 |
11 |
Unused variable 'dot' |
C |
madrona.common.utils |
kml_errors |
249 |
0 |
Missing docstring |
C |
madrona.common.utils |
kml_errors |
258 |
4 |
Invalid name "filterFunc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
kml_errors |
290 |
12 |
Comma not followed by a space
errors.append((events[i],events[i].params,output[i],kmlstring.splitlines()[events[i].params['backupline']]))
^^ |
C |
madrona.common.utils |
hex8_to_rgba |
304 |
4 |
Comma not followed by a space
rgba_values = [int(x,16) for x in hex_values]
^^ |
C |
madrona.common.utils |
load_session |
310 |
0 |
Missing docstring |
C |
madrona.common.utils |
valid_browser |
315 |
0 |
Invalid name "ua" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
valid_browser |
315 |
18 |
Invalid name "ua" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
valid_browser |
337 |
4 |
Invalid name "bp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
valid_browser |
341 |
8 |
Invalid name "sb" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
KMZUtil |
349 |
0 |
Class has no __init__ method |
W |
madrona.common.utils |
KMZUtil.toZip |
360 |
20 |
Redefining built-in 'file' |
C |
madrona.common.utils |
KMZUtil.toZip |
360 |
4 |
Invalid name "toZip" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
KMZUtil.toZip |
360 |
4 |
Missing docstring |
W |
madrona.common.utils |
KMZUtil.addFolderToZip |
380 |
12 |
Redefining built-in 'file' |
C |
madrona.common.utils |
KMZUtil.addFolderToZip |
368 |
4 |
Invalid name "addFolderToZip" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
KMZUtil.addFolderToZip |
368 |
4 |
Missing docstring |
C |
madrona.common.utils |
isCCW |
389 |
0 |
Invalid name "isCCW" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
isCCW |
394 |
4 |
Comma not followed by a space
for i in range(0,len(ring) - 1):
^^ |
C |
madrona.common.utils |
isCCW |
395 |
8 |
Invalid name "p1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
isCCW |
396 |
8 |
Invalid name "p2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
forceRHR |
406 |
0 |
Invalid name "forceRHR" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.common.utils |
forceRHR |
414 |
15 |
Using variable 'poly' before assignment |
W |
madrona.common.utils |
forceRHR |
427 |
11 |
Used * or ** magic |
C |
madrona.common.utils |
forceLHR |
430 |
0 |
Invalid name "forceLHR" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
forceLHR |
451 |
11 |
Used * or ** magic |
C |
madrona.common.utils |
asKml |
454 |
0 |
Invalid name "asKml" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
asKml |
454 |
0 |
Invalid name "altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
asKml |
454 |
22 |
Invalid name "altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
asKml |
465 |
8 |
No exception type(s) specified |
C |
madrona.common.utils |
asKml |
464 |
12 |
Invalid name "altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
asKml |
466 |
12 |
Invalid name "altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.common.utils |
asKml |
469 |
24 |
Class 'KmlCache' has no 'objects' member |
C |
madrona.common.utils |
asKml |
488 |
16 |
Comma not followed by a space
log.debug("%s ... Simplification failed ... tolerance=%s" % (key,toler))
^^ |
W |
madrona.common.utils |
asKml |
491 |
15 |
Using possibly undefined loop variable 'i' |
C |
madrona.common.utils |
enable_sharing |
521 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.common.utils |
enable_sharing |
522 |
11 |
Class 'Permission' has no 'DoesNotExist' member |
C |
madrona.common.utils |
enable_sharing |
524 |
8 |
Comma not followed by a space
p = Permission.objects.create(codename='can_share_features',name='Can Share Features',content_type=gct)
^^ |
C |
madrona.common.utils |
enable_sharing |
524 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
enable_sharing |
529 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
enable_sharing |
534 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
enable_sharing |
529 |
11 |
Unused variable 'created' |
W |
madrona.common.utils |
|
548 |
-1 |
String statement has no effect |
W |
madrona.common.utils |
fetch_resources |
551 |
4 |
Redefining name 'settings' from outer scope (line 4) |
W |
madrona.common.utils |
fetch_resources |
554 |
4 |
Redefining name 'tempfile' from outer scope (line 12) |
W |
madrona.common.utils |
fetch_resources |
550 |
4 |
Redefining name 'os' from outer scope (line 1) |
C |
madrona.common.utils |
fetch_resources |
549 |
0 |
Missing docstring |
R |
madrona.common.utils |
fetch_resources |
549 |
0 |
Too many local variables (20/15) |
W |
madrona.common.utils |
fetch_resources |
550 |
4 |
Reimport 'os' (imported line 1) |
F |
madrona.common.utils |
fetch_resources |
551 |
4 |
Unable to import 'settings' |
W |
madrona.common.utils |
fetch_resources |
554 |
4 |
Reimport 'tempfile' (imported line 12) |
E |
madrona.common.utils |
fetch_resources |
572 |
18 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.common.utils |
fetch_resources |
578 |
4 |
Comma not followed by a space
filename = 'resource_%s_%s.tmp' % (timestamp,randnum)
^^ |
C |
madrona.common.utils |
fetch_resources |
579 |
4 |
Comma not followed by a space
pathname = os.path.join(tempfile.gettempdir(),filename)
^^ |
C |
madrona.common.utils |
fetch_resources |
580 |
4 |
Invalid name "fh" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
fetch_resources |
551 |
4 |
Unused variable 'settings' |
W |
madrona.common.utils |
fetch_resources |
549 |
25 |
Unused argument 'rel' |
W |
madrona.common.utils |
|
588 |
-1 |
String statement has no effect |
C |
madrona.common.utils |
get_params_from_uri |
589 |
0 |
Missing docstring |
E |
madrona.common.utils |
get_params_from_uri |
593 |
7 |
Instance of 'ParseResult' has no 'query' member |
E |
madrona.common.utils |
get_params_from_uri |
595 |
18 |
Instance of 'ParseResult' has no 'query' member |
C |
madrona.common.utils |
is_text |
601 |
0 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.utils |
is_text |
601 |
12 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
is_text |
606 |
4 |
Uses of a deprecated module 'string' |
C |
madrona.common.utils |
is_text |
608 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
is_text |
609 |
30 |
Used builtin function 'map' |
C |
madrona.common.utils |
is_text |
619 |
4 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.utils |
|
627 |
0 |
Reimport 'cache' (imported line 6) |
C |
madrona.common.utils |
cachemethod.paramed_decorator |
635 |
4 |
Missing docstring |
C |
madrona.common.utils |
cachemethod.paramed_decorator.decorated |
636 |
8 |
Missing docstring |
W |
madrona.common.utils |
|
12 |
0 |
Unused import tempfile |
W |
madrona.common.utils |
|
9 |
0 |
Unused import re |
C |
madrona.common.tests |
|
47 |
0 |
Line too long (365/80) |
C |
madrona.common.tests |
|
52 |
0 |
Line too long (908/80) |
C |
madrona.common.tests |
|
54 |
0 |
Line too long (851/80) |
C |
madrona.common.tests |
|
74 |
0 |
Line too long (126/80) |
C |
madrona.common.tests |
|
75 |
0 |
Line too long (130/80) |
C |
madrona.common.tests |
|
82 |
0 |
Line too long (108/80) |
C |
madrona.common.tests |
|
184 |
0 |
Line too long (128/80) |
C |
madrona.common.tests |
|
185 |
0 |
Line too long (127/80) |
C |
madrona.common.tests |
|
196 |
0 |
Line too long (123/80) |
C |
madrona.common.tests |
|
200 |
0 |
Line too long (115/80) |
C |
madrona.common.tests |
|
201 |
0 |
Line too long (147/80) |
C |
madrona.common.tests |
|
202 |
0 |
Line too long (129/80) |
W |
madrona.common.tests |
|
4 |
0 |
Redefining built-in 'pow' |
C |
madrona.common.tests |
|
1 |
0 |
Missing docstring |
W |
madrona.common.tests |
|
4 |
0 |
Wildcard import madrona.common.utils |
C |
madrona.common.tests |
AssetsTest |
7 |
0 |
Missing docstring |
R |
madrona.common.tests |
AssetsTest |
7 |
0 |
Too many public methods (62/20) |
W |
madrona.common.tests |
TestRequest |
27 |
0 |
Class has no __init__ method |
C |
madrona.common.tests |
TestRequest |
27 |
0 |
Missing docstring |
R |
madrona.common.tests |
TestRequest |
27 |
0 |
Too few public methods (0/2) |
C |
madrona.common.tests |
UtilsTest |
30 |
0 |
Missing docstring |
C |
madrona.common.tests |
UtilsTest.test_angle_method |
31 |
4 |
Missing docstring |
C |
madrona.common.tests |
UtilsTest.test_angle_method |
33 |
8 |
Comma not followed by a space
pnt1 = Point(1,0)
^^ |
C |
madrona.common.tests |
UtilsTest.test_angle_method |
34 |
8 |
Comma not followed by a space
pnt2 = Point(0,0)
^^ |
C |
madrona.common.tests |
UtilsTest.test_angle_method |
35 |
8 |
Comma not followed by a space
pnt3 = Point(0,1)
^^ |
C |
madrona.common.tests |
UtilsTest.test_angle_method |
36 |
8 |
Comma not followed by a space
result = angle(pnt1,pnt2,pnt3)
^^ |
C |
madrona.common.tests |
UtilsTest.test_angle_method |
37 |
8 |
Comma not followed by a space
self.assertEquals(result,1.5707963267949001)
^^ |
C |
madrona.common.tests |
UtilsTest.test_angle_method |
43 |
8 |
Comma not followed by a space
result2 = angle(pnt1,pnt2,pnt3)
^^ |
C |
madrona.common.tests |
UtilsTest.test_angle_method |
44 |
8 |
Comma not followed by a space
self.assertEquals(result2,1.5707963267949001)
^^ |
C |
madrona.common.tests |
UtilsTest.test_spike_ring_indecies |
46 |
4 |
Missing docstring |
E |
madrona.common.tests |
UtilsTest.test_spike_ring_indecies |
48 |
39 |
Instance of 'GEOSGeometry' has no 'exterior_ring' member |
C |
madrona.common.tests |
UtilsTest.test_spike_ring_indecies |
49 |
8 |
Comma not followed by a space
self.assertEquals(indecies[0],10)
^^ |
C |
madrona.common.tests |
UtilsTest.test_remove_spikes |
51 |
4 |
Missing docstring |
C |
madrona.common.tests |
UtilsTest.test_remove_spikes |
55 |
8 |
Comma not followed by a space
self.assertEquals(result.wkt,expected_wkt)
^^ |
C |
madrona.common.tests |
UtilsTest.test_remove_spikes |
57 |
8 |
Comma not followed by a space
self.assertEquals(result,expected_wkt)
^^ |
R |
madrona.common.tests |
UtilsTest |
30 |
0 |
Too many public methods (63/20) |
C |
madrona.common.tests |
SessionsTest |
61 |
0 |
Missing docstring |
W |
madrona.common.tests |
SessionsTest.test_load_session |
63 |
8 |
Redefining name 'load_session' from outer scope (line 4) |
C |
madrona.common.tests |
SessionsTest.test_load_session |
62 |
4 |
Missing docstring |
R |
madrona.common.tests |
SessionsTest |
61 |
0 |
Too many public methods (61/20) |
C |
madrona.common.tests |
BrowserUserAgentTest |
71 |
0 |
Missing docstring |
C |
madrona.common.tests |
BrowserUserAgentTest.setUp |
72 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.tests |
BrowserUserAgentTest.test_supported_browsers |
78 |
8 |
Redefining name 'valid_browser' from outer scope (line 4) |
C |
madrona.common.tests |
BrowserUserAgentTest.test_supported_browsers |
77 |
4 |
Missing docstring |
C |
madrona.common.tests |
BrowserUserAgentTest.test_supported_browsers |
79 |
12 |
Invalid name "ua" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.tests |
BrowserUserAgentTest.test_supported_browsers |
82 |
12 |
Comma not followed by a space
self.assertEquals(valid_browser(ua),True, "*** uaparser says that '%s' is not supported. " % ua)
^^ |
W |
madrona.common.tests |
BrowserUserAgentTest.test_unsupported_browsers |
85 |
8 |
Redefining name 'valid_browser' from outer scope (line 4) |
C |
madrona.common.tests |
BrowserUserAgentTest.test_unsupported_browsers |
84 |
4 |
Missing docstring |
C |
madrona.common.tests |
BrowserUserAgentTest.test_unsupported_browsers |
86 |
12 |
Invalid name "ua" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.tests |
BrowserUserAgentTest.test_unsupported_browsers |
89 |
12 |
Comma not followed by a space
self.assertEquals(valid_browser(ua),False)
^^ |
C |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_goodua |
91 |
4 |
Missing docstring |
W |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_goodua |
94 |
19 |
Used * or ** magic |
E |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_goodua |
95 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_goodua |
97 |
19 |
Used * or ** magic |
E |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_goodua |
98 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_goodua |
100 |
19 |
Used * or ** magic |
E |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_goodua |
101 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_badua |
103 |
4 |
Missing docstring |
W |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_badua |
107 |
19 |
Used * or ** magic |
E |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_badua |
108 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_badua |
111 |
19 |
Used * or ** magic |
E |
madrona.common.tests |
BrowserUserAgentTest.test_rootmap_badua |
112 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.common.tests |
BrowserUserAgentTest |
71 |
0 |
Too many public methods (64/20) |
C |
madrona.common.tests |
AccessTest |
114 |
0 |
Missing docstring |
E |
madrona.common.tests |
AccessTest.test_upload_dir_access |
121 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.common.tests |
AccessTest.test_upload_dir_access |
125 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.common.tests |
AccessTest.test_upload_dir_access |
129 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.common.tests |
AccessTest.test_upload_dir_access |
133 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.common.tests |
AccessTest |
114 |
0 |
Too many public methods (61/20) |
C |
madrona.common.tests |
InstalledAppTest |
135 |
0 |
Missing docstring |
C |
madrona.common.tests |
InstalledAppTest.test_dup_app_labels |
150 |
8 |
Comma not followed by a space
for k,v in counts.items():
^^ |
C |
madrona.common.tests |
InstalledAppTest.test_dup_app_labels |
150 |
14 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.tests |
InstalledAppTest.test_dup_app_labels |
151 |
12 |
Comma not followed by a space
self.assertEquals(v, 1, 'app_label %s refers to %s apps' % (k,v))
^^ |
R |
madrona.common.tests |
InstalledAppTest |
135 |
0 |
Too many public methods (61/20) |
C |
madrona.common.tests |
DependenciesTest |
153 |
0 |
Missing docstring |
C |
madrona.common.tests |
DependenciesTest.test_dependencies |
155 |
4 |
Missing docstring |
W |
madrona.common.tests |
DependenciesTest.test_dependencies |
173 |
12 |
No exception type(s) specified |
C |
madrona.common.tests |
DependenciesTest.test_dependencies |
172 |
16 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.tests |
DependenciesTest.test_dependencies |
174 |
16 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.tests |
DependenciesTest.test_dependencies |
175 |
12 |
Comma not followed by a space
self.assertNotEquals(m,None,'Cannot import %s' % dep)
^^ |
R |
madrona.common.tests |
DependenciesTest |
153 |
0 |
Too many public methods (61/20) |
C |
madrona.common.tests |
GeometryOpsTest |
181 |
0 |
Missing docstring |
C |
madrona.common.tests |
GeometryOpsTest.test_reversals |
183 |
4 |
Missing docstring |
E |
madrona.common.tests |
GeometryOpsTest.test_reversals |
188 |
25 |
Instance of 'GEOSGeometry' has no 'coords' member |
E |
madrona.common.tests |
GeometryOpsTest.test_reversals |
189 |
25 |
Instance of 'GEOSGeometry' has no 'coords' member |
E |
madrona.common.tests |
GeometryOpsTest.test_reversals |
192 |
25 |
Instance of 'GEOSGeometry' has no 'coords' member |
E |
madrona.common.tests |
GeometryOpsTest.test_reversals |
193 |
25 |
Instance of 'GEOSGeometry' has no 'coords' member |
C |
madrona.common.tests |
GeometryOpsTest.test_askml |
195 |
4 |
Missing docstring |
C |
madrona.common.tests |
GeometryOpsTest.test_askml |
196 |
8 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.tests |
GeometryOpsTest.test_askml |
197 |
8 |
Unused variable 'kml' |
R |
madrona.common.tests |
GeometryOpsTest.test_askml |
195 |
4 |
Method could be a function |
C |
madrona.common.tests |
GeometryOpsTest.test_simplify |
199 |
4 |
Missing docstring |
R |
madrona.common.tests |
GeometryOpsTest |
181 |
0 |
Too many public methods (63/20) |
W |
madrona.common.tests |
|
4 |
0 |
Unused import ComputeLookAt from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import cache from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import load_session from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import hex8_to_rgba from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import pow from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import LookAtKml from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import fromstr from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import tan from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import valid_browser from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import log from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import cachemethod from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import get_logger from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import tempfile from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import connection from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import sqrt from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import get_class from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import kml_errors from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import LargestLineFromMulti from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import pi from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import sin from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import KmlWrap from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import inspect from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import zipfile from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import KMZUtil from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import LinearRing from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import is_text from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import get_params_from_uri from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import Polygon from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import re from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import logging from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import LargestPolyFromMulti from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import isCCW from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import ensure_clean from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import angle_degrees from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import fetch_resources from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import enable_sharing from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import import_module from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import clean_geometry from wildcard import |
W |
madrona.common.tests |
|
4 |
0 |
Unused import KmlCache from wildcard import |
C |
madrona.common.jsonutils |
get_properties_json |
7 |
0 |
Missing docstring |
W |
madrona.common.jsonutils |
get_properties_json |
22 |
8 |
No exception type(s) specified |
C |
madrona.common.jsonutils |
get_feature_json |
28 |
0 |
Missing docstring |
C |
madrona.common |
|
1 |
0 |
Missing docstring |
C |
madrona.common.urls |
|
42 |
0 |
Line too long (121/80) |
C |
madrona.common.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.common.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.common.urls |
|
6 |
4 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.urls |
|
11 |
4 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.common.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.common.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.common.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.common.middleware |
|
23 |
0 |
Line too long (224/80) |
C |
madrona.common.middleware |
|
24 |
0 |
Line too long (126/80) |
C |
madrona.common.middleware |
|
1 |
0 |
Missing docstring |
W |
madrona.common.middleware |
SQLLogToConsoleMiddleware |
10 |
0 |
Class has no __init__ method |
C |
madrona.common.middleware |
SQLLogToConsoleMiddleware.process_response |
20 |
4 |
Missing docstring |
C |
madrona.common.middleware |
SQLLogToConsoleMiddleware.process_response |
23 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.middleware |
SQLLogToConsoleMiddleware.process_response |
24 |
12 |
Comma not followed by a space
print t.render(Context({'sqllog':connection.queries,'count':len(connection.queries),'time':time}))
^^ |
W |
madrona.common.middleware |
SQLLogToConsoleMiddleware.process_response |
20 |
31 |
Unused argument 'request' |
R |
madrona.common.middleware |
SQLLogToConsoleMiddleware.process_response |
20 |
4 |
Method could be a function |
R |
madrona.common.middleware |
SQLLogToConsoleMiddleware |
10 |
0 |
Too few public methods (1/2) |
C |
madrona.common.middleware |
IgnoreCsrfMiddleware.process_request |
34 |
4 |
Missing docstring |
R |
madrona.common.middleware |
IgnoreCsrfMiddleware.process_request |
34 |
4 |
Method could be a function |
R |
madrona.common.middleware |
IgnoreCsrfMiddleware |
27 |
0 |
Too few public methods (1/2) |
C |
madrona.common.basic_auth |
|
1 |
0 |
Missing docstring |
C |
madrona.common.basic_auth |
logged_in_or_basicauth.view_decorator |
76 |
4 |
Missing docstring |
C |
madrona.common.basic_auth |
logged_in_or_basicauth.view_decorator.wrapper |
77 |
8 |
Missing docstring |
C |
madrona.common.basic_auth |
has_perm_or_basicauth.view_decorator |
99 |
4 |
Missing docstring |
C |
madrona.common.basic_auth |
has_perm_or_basicauth.view_decorator.wrapper |
100 |
8 |
Missing docstring |
C |
madrona.common.feedvalidator.skipHours |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.skipHours |
|
16 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.skipHours |
|
17 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipHours |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipHours |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.skipHours |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipHours |
|
22 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipHours |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipHours |
|
24 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipHours |
|
26 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.skipHours |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipHours |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.skipHours |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipHours |
|
32 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipHours |
|
33 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.skipHours |
|
34 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.skipHours |
|
34 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.skipHours |
|
35 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipHours |
|
36 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.skipHours |
|
37 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipHours |
|
38 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.skipHours |
|
39 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.skipHours |
|
39 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.skipHours |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipHours |
|
41 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.skipHours |
|
42 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.skipHours |
|
42 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.skipHours |
|
43 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.skipHours |
|
44 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.skipHours |
|
44 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.skipHours |
|
1 |
0 |
Invalid name "skipHours" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
W |
madrona.common.feedvalidator.skipHours |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.skipHours |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Wildcard import logging |
C |
madrona.common.feedvalidator.skipHours |
skipHours |
14 |
0 |
Invalid name "skipHours" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.skipHours |
skipHours |
14 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.skipHours |
skipHours.do_hour |
26 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.skipHours |
skipHours.do_hour |
26 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.skipHours |
skipHours |
14 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.skipHours |
hour |
29 |
0 |
Invalid name "hour" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.skipHours |
hour |
29 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.skipHours |
hour.validate |
32 |
6 |
Invalid name "h" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.skipHours |
hour.validate |
33 |
6 |
Comma not followed by a space
if h in self.parent.hours or (h in [0,24] and 24-h in self.parent.hours):
^^ |
R |
madrona.common.feedvalidator.skipHours |
hour |
29 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.skipHours |
|
9 |
0 |
Unused import InvalidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.timeoutsocket |
|
95 |
0 |
Uses of a deprecated module 'string' |
C |
madrona.common.feedvalidator.timeoutsocket |
|
98 |
4 |
Invalid name "_socket" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
|
100 |
4 |
Invalid name "_socket" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator.timeoutsocket |
|
100 |
14 |
Access to a protected member _no_timeoutsocket of a client class |
C |
madrona.common.feedvalidator.timeoutsocket |
|
110 |
4 |
Invalid name "_IsConnected" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
|
111 |
4 |
Invalid name "_ConnectBusy" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
|
112 |
4 |
Invalid name "_AcceptBusy" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
|
115 |
4 |
Invalid name "_IsConnected" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
|
116 |
4 |
Invalid name "_ConnectBusy" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
|
117 |
4 |
Invalid name "_AcceptBusy" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
|
125 |
0 |
Invalid name "_DefaultTimeout" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
setDefaultSocketTimeout |
126 |
0 |
Invalid name "setDefaultSocketTimeout" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
setDefaultSocketTimeout |
126 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.timeoutsocket |
setDefaultSocketTimeout |
127 |
4 |
Using the global statement |
C |
madrona.common.feedvalidator.timeoutsocket |
getDefaultSocketTimeout |
129 |
0 |
Invalid name "getDefaultSocketTimeout" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
getDefaultSocketTimeout |
129 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
|
135 |
0 |
Invalid name "Error" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.timeoutsocket |
Timeout |
136 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.timeoutsocket |
timeoutsocket |
144 |
34 |
Redefining built-in 'type' |
C |
madrona.common.feedvalidator.timeoutsocket |
timeoutsocket |
144 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.get_timeout |
176 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.set_timeout |
180 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.setblocking |
184 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect_ex |
189 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect |
198 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect |
200 |
26 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect |
234 |
12 |
Comma not followed by a space
r,w,e = select.select([], [sock], [], timeout)
^^ |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect |
234 |
12 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect |
234 |
14 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect |
234 |
16 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect |
234 |
16 |
Unused variable 'e' |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.connect |
234 |
12 |
Unused variable 'r' |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.accept |
242 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.accept |
277 |
12 |
Comma not followed by a space
r,w,e = select.select([sock], [], [], timeout)
^^ |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.accept |
277 |
12 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.accept |
277 |
14 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.accept |
277 |
16 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.accept |
277 |
16 |
Unused variable 'e' |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.accept |
277 |
14 |
Unused variable 'w' |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.send |
285 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.send |
288 |
12 |
Comma not followed by a space
r,w,e = select.select([],[sock],[], self._timeout)
^^ |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.send |
288 |
12 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.send |
288 |
14 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.send |
288 |
16 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.send |
288 |
12 |
Unused variable 'r' |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.send |
288 |
16 |
Unused variable 'e' |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.recv |
294 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.recv |
297 |
12 |
Comma not followed by a space
r,w,e = select.select([sock], [], [], self._timeout)
^^ |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.recv |
297 |
12 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.recv |
297 |
14 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.recv |
297 |
16 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.recv |
297 |
16 |
Unused variable 'e' |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.recv |
297 |
14 |
Unused variable 'w' |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.makefile |
303 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutSocket.close |
308 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.__init__ |
326 |
24 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.__init__ |
327 |
42 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.__init__ |
323 |
29 |
Unused argument 'mode' |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.close |
335 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.write |
340 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.read |
344 |
4 |
Missing docstring |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.read |
348 |
26 |
Access to a protected member _inqueue of a client class |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.read |
357 |
29 |
Access to a protected member _inqueue of a client class |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.read |
358 |
15 |
Access to a protected member _inqueue of a client class |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.readline |
366 |
4 |
Missing docstring |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.readline |
370 |
30 |
Access to a protected member _inqueue of a client class |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.readline |
373 |
26 |
Access to a protected member _inqueue of a client class |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.readline |
382 |
29 |
Access to a protected member _inqueue of a client class |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.readline |
384 |
15 |
Access to a protected member _inqueue of a client class |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.readlines |
396 |
4 |
Missing docstring |
W |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.readlines |
396 |
24 |
Unused argument 'sizehint' |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.flush |
411 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.timeoutsocket |
TimeoutFile.flush |
411 |
22 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.timeoutsocket |
|
424 |
0 |
Invalid name "socket" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.kml |
|
3 |
0 |
Line too long (104/80) |
C |
madrona.common.feedvalidator.kml |
|
11 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.kml |
|
18 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
19 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
21 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
24 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
25 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
27 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.kml |
|
31 |
0 |
Line too long (142/80) |
W |
madrona.common.feedvalidator.kml |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
34 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
36 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
43 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
46 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
47 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
50 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
51 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
54 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
57 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
62 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
63 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
66 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
67 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
69 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
70 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
72 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
73 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
74 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
76 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
77 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
78 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
84 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
85 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
87 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
88 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
90 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
91 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
97 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
98 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
100 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
101 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
108 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
109 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
111 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
112 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
119 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
128 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
129 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
131 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
132 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
134 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
135 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
137 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
138 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
140 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
141 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
143 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
151 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
152 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
154 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
155 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
157 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
158 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
165 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
166 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
168 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
169 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
171 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
172 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
174 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
175 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
177 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
178 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
180 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
181 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
183 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
184 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
186 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
187 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
189 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
190 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
197 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
198 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
200 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
201 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
203 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
204 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
206 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
207 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
209 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
210 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
212 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
213 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
215 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
216 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
223 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
225 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
226 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
228 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
229 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
231 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
232 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
234 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
235 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
237 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
238 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
239 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
241 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
242 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
243 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
247 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
248 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
250 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
251 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
253 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
254 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
256 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
257 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
259 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
260 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
262 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
263 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
265 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
266 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
268 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
269 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
271 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
272 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
274 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
275 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
278 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
279 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
280 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
282 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
283 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
286 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
287 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
290 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
291 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
294 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
295 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
298 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
299 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
300 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
302 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
303 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
305 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
306 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
308 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
309 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
311 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
312 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
314 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
315 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
317 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
318 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
322 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
323 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
325 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
326 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
328 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
329 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
331 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
332 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
334 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
335 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
338 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
339 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
341 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
342 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
344 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
345 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
347 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
348 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
350 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
351 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
354 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
355 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
360 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
361 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
362 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
365 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
366 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
367 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
368 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
370 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
371 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
373 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
374 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
380 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
381 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
385 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
386 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
388 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
389 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
391 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
392 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
394 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
395 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
397 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
398 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
400 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
401 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
404 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
405 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
406 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
408 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
409 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
411 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
412 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
414 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
415 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
417 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
418 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
420 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
421 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
424 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
425 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
432 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
433 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
434 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
435 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
436 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
439 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
440 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
441 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
443 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
444 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
446 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
447 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
450 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
451 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
453 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
454 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
455 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
456 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
457 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
458 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
459 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
460 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
461 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
463 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
464 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
466 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
467 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
469 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
470 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
472 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
473 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
475 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
476 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
480 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
481 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
483 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
484 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
486 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
487 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
491 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
492 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
494 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
495 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
497 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
498 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
500 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
501 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
505 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
506 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
509 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
510 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
512 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
513 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
516 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
517 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
519 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
520 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
522 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
523 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
525 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
526 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
530 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
531 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
534 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
535 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
536 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
538 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
539 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
541 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
542 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
545 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
546 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
548 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
549 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
551 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
552 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
554 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
555 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
557 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
558 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
560 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
561 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
563 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
564 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
566 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
567 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
569 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
570 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
572 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
573 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
576 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
577 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
579 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
580 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
582 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
583 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
585 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
586 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
588 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
589 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
591 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
592 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
595 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
596 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
597 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
599 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
602 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
604 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
605 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
607 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
608 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
610 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
611 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
613 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
614 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
616 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
617 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
619 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
620 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
622 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
623 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
625 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
626 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
628 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
629 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
632 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
633 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
635 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
636 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
638 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
639 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
641 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
642 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
644 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
645 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
647 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
648 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
651 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
652 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
654 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
655 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
657 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
658 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
660 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
661 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
663 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
664 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
666 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
667 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
670 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
671 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
672 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
674 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
675 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
677 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
678 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
681 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
682 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
684 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
685 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
687 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
688 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
690 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
691 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
694 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
695 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
697 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
698 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
700 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
701 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
704 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
705 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
707 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
708 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
710 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
711 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
713 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
714 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
718 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
719 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
722 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
723 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
724 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
725 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
726 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
728 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
729 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
731 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
732 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
735 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
736 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
737 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
739 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
740 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
742 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
743 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
747 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
748 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
749 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
751 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
752 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
754 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
755 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
757 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
758 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
760 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
761 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
763 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
764 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
766 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
767 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
769 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
770 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
773 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
774 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
777 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
778 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
780 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
781 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
785 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
786 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
787 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
788 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
789 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
790 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
791 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
793 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
794 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
796 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
797 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
799 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
800 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
804 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
805 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
807 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
808 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
810 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
811 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
815 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
816 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
818 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
819 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
821 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
822 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
825 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
826 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.kml |
|
827 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.kml |
|
827 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
829 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
830 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
832 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
833 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
835 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
836 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
839 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
840 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
841 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
843 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
844 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
847 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
848 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
849 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
851 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
852 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
854 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
855 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
858 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
859 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
860 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
862 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
863 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
865 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
866 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
870 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
871 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
873 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
874 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
876 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
877 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
880 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
881 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
882 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
884 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
885 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
887 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
888 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
891 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
892 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
897 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
898 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
903 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
904 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
909 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
910 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
915 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
916 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
921 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
922 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
927 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
928 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
935 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
936 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
941 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
942 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
951 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
952 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
954 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
955 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
958 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
959 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
961 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
962 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
969 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
970 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
971 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
973 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
974 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
975 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
978 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
979 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
980 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
982 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
983 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
984 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
987 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
988 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
989 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
991 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
992 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
995 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
996 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
997 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
999 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1000 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1003 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1004 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1005 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1008 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1009 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1010 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1012 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1013 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1017 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1018 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1019 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1020 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1027 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1028 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1029 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1030 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.kml |
|
1031 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.kml |
|
1031 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1034 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1035 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1036 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1039 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1040 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1041 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1043 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1045 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1047 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1047 |
0 |
Unnecessary semicolon |
W |
madrona.common.feedvalidator.kml |
|
1049 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1050 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1051 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1052 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.kml |
|
1053 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.kml |
|
1054 |
0 |
Line too long (96/80) |
W |
madrona.common.feedvalidator.kml |
|
1054 |
0 |
Bad indentation. Found 9 spaces, expected 20 |
W |
madrona.common.feedvalidator.kml |
|
1055 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.kml |
|
1056 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.kml |
|
1056 |
0 |
Bad indentation. Found 7 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1058 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1059 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1060 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1061 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.kml |
|
1062 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.kml |
|
1063 |
0 |
Line too long (95/80) |
W |
madrona.common.feedvalidator.kml |
|
1063 |
0 |
Bad indentation. Found 9 spaces, expected 20 |
W |
madrona.common.feedvalidator.kml |
|
1064 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.kml |
|
1065 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.kml |
|
1065 |
0 |
Bad indentation. Found 7 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1067 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1068 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1069 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.kml |
|
1072 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1073 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1074 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1075 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1076 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1077 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.kml |
|
1078 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.kml |
|
1078 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.kml |
|
1079 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.kml |
|
1080 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.kml |
|
1080 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.kml |
|
1083 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.kml |
|
1084 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.kml |
|
1085 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.kml |
|
1 |
0 |
Too many lines in module (1085) |
W |
madrona.common.feedvalidator.kml |
|
126 |
0 |
TODO these should all be noduplicates(), but because they can appear |
W |
madrona.common.feedvalidator.kml |
|
378 |
0 |
TODO: check for either geometry or multigeometry in feature, but not both? |
W |
madrona.common.feedvalidator.kml |
|
504 |
0 |
TODO do smarter validation here |
W |
madrona.common.feedvalidator.kml |
|
746 |
0 |
TODO seems to me that Location and Orientation ought to be required? |
W |
madrona.common.feedvalidator.kml |
|
784 |
0 |
TODO they are loosely defined in the schema, but 0,0,0 makes no sense. |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.kml |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Wildcard import validators |
C |
madrona.common.feedvalidator.kml |
FeatureType |
16 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_name |
18 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_name |
19 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_name |
18 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_visibility |
21 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_visibility |
22 |
4 |
Comma not followed by a space
return zeroone(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_visibility |
21 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_open |
24 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_open |
25 |
4 |
Comma not followed by a space
return zeroone(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_open |
24 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_address |
27 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_address |
28 |
4 |
Comma not followed by a space
return nonhtml(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_address |
27 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_phoneNumber |
30 |
2 |
Invalid name "do_phoneNumber" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_phoneNumber |
30 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_phoneNumber |
31 |
4 |
Comma not followed by a space
return text(),noduplicates() # todo: implement full check from http://www.koders.com/perl/fid426DF448FE99166A1AD0162538E583A0FA956EEA.aspx
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_phoneNumber |
30 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_Snippet |
33 |
2 |
Invalid name "do_Snippet" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_Snippet |
33 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_Snippet |
33 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_description |
36 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_description |
36 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_LookAt |
39 |
2 |
Invalid name "do_LookAt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_LookAt |
39 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_LookAt |
40 |
4 |
Comma not followed by a space
return LookAt(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_LookAt |
39 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_TimeStamp |
43 |
2 |
Invalid name "do_TimeStamp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_TimeStamp |
43 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_TimeStamp |
44 |
4 |
Comma not followed by a space
return TimeStamp(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_TimeStamp |
43 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_TimeSpan |
46 |
2 |
Invalid name "do_TimeSpan" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_TimeSpan |
46 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_TimeSpan |
47 |
4 |
Comma not followed by a space
return TimeSpan(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_TimeSpan |
46 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_styleUrl |
50 |
2 |
Invalid name "do_styleUrl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_styleUrl |
50 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_styleUrl |
50 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_Style |
54 |
2 |
Invalid name "do_Style" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_Style |
54 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_Style |
54 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_StyleMap |
57 |
2 |
Invalid name "do_StyleMap" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_StyleMap |
57 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_StyleMap |
57 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_View |
62 |
2 |
Invalid name "do_View" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_View |
62 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_View |
63 |
4 |
Comma not followed by a space
return View(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_View |
62 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_Region |
66 |
2 |
Invalid name "do_Region" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_Region |
66 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_Region |
66 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_Metadata |
69 |
2 |
Invalid name "do_Metadata" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_Metadata |
69 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_Metadata |
69 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_atom_link |
72 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.kml |
FeatureType.do_atom_link |
73 |
4 |
Relative import 'link', should be 'madrona.common.feedvalidator.link' |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_atom_link |
72 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
FeatureType.do_atom_author |
76 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.kml |
FeatureType.do_atom_author |
77 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.kml |
FeatureType.do_atom_author |
76 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
FeatureType |
16 |
0 |
Too many public methods (48/20) |
C |
madrona.common.feedvalidator.kml |
OverlayType |
82 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
OverlayType.do_color |
84 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
OverlayType.do_color |
85 |
4 |
Comma not followed by a space
return color(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
OverlayType.do_color |
84 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
OverlayType.do_drawOrder |
87 |
2 |
Invalid name "do_drawOrder" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
OverlayType.do_drawOrder |
87 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
OverlayType.do_drawOrder |
88 |
4 |
Comma not followed by a space
return Integer(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
OverlayType.do_drawOrder |
87 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
OverlayType.do_Icon |
90 |
2 |
Invalid name "do_Icon" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
OverlayType.do_Icon |
90 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
OverlayType.do_Icon |
90 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
OverlayType |
82 |
0 |
Too many public methods (33/20) |
C |
madrona.common.feedvalidator.kml |
ColorStyleType |
95 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ColorStyleType.do_color |
97 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ColorStyleType.do_color |
98 |
4 |
Comma not followed by a space
return color(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
ColorStyleType.do_color |
97 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ColorStyleType.do_colorMode |
100 |
2 |
Invalid name "do_colorMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ColorStyleType.do_colorMode |
100 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ColorStyleType.do_colorMode |
101 |
4 |
Comma not followed by a space
return colorMode(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
ColorStyleType.do_colorMode |
100 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
ColorStyleType |
95 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.kml |
Container |
106 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Container.do_Document |
108 |
2 |
Invalid name "do_Document" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Container.do_Document |
108 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Container.do_Document |
108 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Container.do_Folder |
111 |
2 |
Invalid name "do_Folder" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Container.do_Folder |
111 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Container.do_Folder |
111 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Container |
106 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.kml |
Feature |
117 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Feature.do_Placemark |
119 |
2 |
Invalid name "do_Placemark" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Feature.do_Placemark |
119 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Feature.do_Placemark |
119 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Feature |
117 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.kml |
Geometry |
125 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Geometry.do_Model |
128 |
2 |
Invalid name "do_Model" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Geometry.do_Model |
128 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Geometry.do_Model |
128 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Geometry.do_LineString |
131 |
2 |
Invalid name "do_LineString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Geometry.do_LineString |
131 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Geometry.do_LineString |
131 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Geometry.do_LinearRing |
134 |
2 |
Invalid name "do_LinearRing" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Geometry.do_LinearRing |
134 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Geometry.do_LinearRing |
134 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Geometry.do_Point |
137 |
2 |
Invalid name "do_Point" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Geometry.do_Point |
137 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Geometry.do_Point |
137 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Geometry.do_Polygon |
140 |
2 |
Invalid name "do_Polygon" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Geometry.do_Polygon |
140 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Geometry.do_Polygon |
140 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Geometry.do_MultiGeometry |
143 |
2 |
Invalid name "do_MultiGeometry" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Geometry.do_MultiGeometry |
143 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Geometry.do_MultiGeometry |
143 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Geometry |
125 |
0 |
Too many public methods (37/20) |
C |
madrona.common.feedvalidator.kml |
GeometryElements |
149 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GeometryElements.do_extrude |
151 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GeometryElements.do_extrude |
152 |
4 |
Comma not followed by a space
return zeroone(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
GeometryElements.do_extrude |
151 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
GeometryElements.do_tessellate |
154 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GeometryElements.do_tessellate |
155 |
4 |
Comma not followed by a space
return zeroone(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
GeometryElements.do_tessellate |
154 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
GeometryElements.do_altitudeMode |
157 |
2 |
Invalid name "do_altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
GeometryElements.do_altitudeMode |
157 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GeometryElements.do_altitudeMode |
158 |
4 |
Comma not followed by a space
return altitudeMode(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
GeometryElements.do_altitudeMode |
157 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
GeometryElements |
149 |
0 |
Too many public methods (40/20) |
C |
madrona.common.feedvalidator.kml |
LinkType |
163 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LinkType.do_href |
165 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LinkType.do_href |
166 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LinkType.do_href |
165 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LinkType.do_refreshMode |
168 |
2 |
Invalid name "do_refreshMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinkType.do_refreshMode |
168 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LinkType.do_refreshMode |
169 |
4 |
Comma not followed by a space
return refreshMode(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LinkType.do_refreshMode |
168 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewRefreshMode |
171 |
2 |
Invalid name "do_viewRefreshMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewRefreshMode |
171 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewRefreshMode |
172 |
4 |
Comma not followed by a space
return viewRefreshMode(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LinkType.do_viewRefreshMode |
171 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewRefreshTime |
174 |
2 |
Invalid name "do_viewRefreshTime" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewRefreshTime |
174 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
LinkType.do_viewRefreshTime |
174 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewBoundScale |
177 |
2 |
Invalid name "do_viewBoundScale" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewBoundScale |
177 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
LinkType.do_viewBoundScale |
177 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LinkType.do_refreshVisibility |
180 |
2 |
Invalid name "do_refreshVisibility" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinkType.do_refreshVisibility |
180 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LinkType.do_refreshVisibility |
181 |
4 |
Comma not followed by a space
return refreshVisibility(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LinkType.do_refreshVisibility |
180 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LinkType.do_refreshInterval |
183 |
2 |
Invalid name "do_refreshInterval" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinkType.do_refreshInterval |
183 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
LinkType.do_refreshInterval |
183 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewFormat |
186 |
2 |
Invalid name "do_viewFormat" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewFormat |
186 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LinkType.do_viewFormat |
187 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LinkType.do_viewFormat |
186 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LinkType.do_httpQuery |
189 |
2 |
Invalid name "do_httpQuery" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinkType.do_httpQuery |
189 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LinkType.do_httpQuery |
190 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LinkType.do_httpQuery |
189 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
LinkType |
163 |
0 |
Too many public methods (39/20) |
C |
madrona.common.feedvalidator.kml |
LookAtType |
195 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_longitude |
197 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_longitude |
198 |
4 |
Comma not followed by a space
return longitude(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LookAtType.do_longitude |
197 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_latitude |
200 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_latitude |
201 |
4 |
Comma not followed by a space
return latitude(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LookAtType.do_latitude |
200 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_altitude |
203 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_altitude |
204 |
4 |
Comma not followed by a space
return FloatWithNegative(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LookAtType.do_altitude |
203 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_range |
206 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_range |
207 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LookAtType.do_range |
206 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_tilt |
209 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_tilt |
210 |
4 |
Comma not followed by a space
return latitude(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LookAtType.do_tilt |
209 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_heading |
212 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_heading |
213 |
4 |
Comma not followed by a space
return angle360(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LookAtType.do_heading |
212 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_altitudeMode |
215 |
2 |
Invalid name "do_altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_altitudeMode |
215 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAtType.do_altitudeMode |
216 |
4 |
Comma not followed by a space
return altitudeMode(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LookAtType.do_altitudeMode |
215 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
LookAtType |
195 |
0 |
Too many public methods (38/20) |
C |
madrona.common.feedvalidator.kml |
kml |
222 |
0 |
Invalid name "kml" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
kml |
222 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.kml |
kml |
223 |
2 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.kml |
kml.do_NetworkLink |
225 |
2 |
Invalid name "do_NetworkLink" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
kml.do_NetworkLink |
225 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
kml.do_NetworkLink |
225 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
kml.do_GroundOverlay |
228 |
2 |
Invalid name "do_GroundOverlay" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
kml.do_GroundOverlay |
228 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
kml.do_GroundOverlay |
228 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
kml.do_ScreenOverlay |
231 |
2 |
Invalid name "do_ScreenOverlay" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
kml.do_ScreenOverlay |
231 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
kml.do_ScreenOverlay |
231 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
kml.do_NetworkLinkControl |
234 |
2 |
Invalid name "do_NetworkLinkControl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
kml.do_NetworkLinkControl |
234 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
kml.do_NetworkLinkControl |
234 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
kml.do_atom_link |
237 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.kml |
kml.do_atom_link |
238 |
4 |
Relative import 'link', should be 'madrona.common.feedvalidator.link' |
R |
madrona.common.feedvalidator.kml |
kml.do_atom_link |
237 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
kml.do_atom_author |
241 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.kml |
kml.do_atom_author |
242 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.kml |
kml.do_atom_author |
241 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
kml |
222 |
0 |
Too many public methods (39/20) |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl |
245 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_minRefreshPeriod |
247 |
2 |
Invalid name "do_minRefreshPeriod" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_minRefreshPeriod |
247 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_minRefreshPeriod |
248 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_minRefreshPeriod |
247 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkName |
250 |
2 |
Invalid name "do_linkName" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkName |
250 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkName |
251 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkName |
250 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkDescription |
253 |
2 |
Invalid name "do_linkDescription" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkDescription |
253 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkDescription |
254 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkDescription |
253 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_cookie |
256 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_cookie |
257 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_cookie |
256 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_message |
259 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_message |
259 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkSnippet |
262 |
2 |
Invalid name "do_linkSnippet" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkSnippet |
262 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_linkSnippet |
262 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_expires |
265 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_expires |
266 |
4 |
Comma not followed by a space
return w3cdtf(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_expires |
265 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_Update |
268 |
2 |
Invalid name "do_Update" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_Update |
268 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_Update |
269 |
4 |
Comma not followed by a space
return Update(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_Update |
268 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_LookAt |
271 |
2 |
Invalid name "do_LookAt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_LookAt |
271 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_LookAt |
272 |
4 |
Comma not followed by a space
return LookAt(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_LookAt |
271 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_View |
274 |
2 |
Invalid name "do_View" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_View |
274 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_View |
275 |
4 |
Comma not followed by a space
return View(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl.do_View |
274 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
NetworkLinkControl |
245 |
0 |
Too many public methods (40/20) |
C |
madrona.common.feedvalidator.kml |
Update |
277 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Update.do_targetHref |
282 |
2 |
Invalid name "do_targetHref" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Update.do_targetHref |
282 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Update.do_targetHref |
283 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Update.do_targetHref |
282 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Update.do_Change |
286 |
2 |
Invalid name "do_Change" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Update.do_Change |
286 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Update.do_Change |
286 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Update.do_Update |
290 |
2 |
Invalid name "do_Update" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Update.do_Update |
290 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Update.do_Update |
290 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Update.do_Delete |
294 |
2 |
Invalid name "do_Delete" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Update.do_Delete |
294 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Update.do_Delete |
294 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Update |
277 |
0 |
Too many public methods (34/20) |
C |
madrona.common.feedvalidator.kml |
NetworkLink |
297 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_targetHref |
302 |
2 |
Invalid name "do_targetHref" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_targetHref |
302 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_targetHref |
303 |
4 |
Comma not followed by a space
return Update(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLink.do_targetHref |
302 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLink.getExpectedAttrNames |
305 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_refreshInterval |
308 |
2 |
Invalid name "do_refreshInterval" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_refreshInterval |
308 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
NetworkLink.do_refreshInterval |
308 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_flyToView |
311 |
2 |
Invalid name "do_flyToView" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_flyToView |
311 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_flyToView |
312 |
4 |
Comma not followed by a space
return zeroone(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLink.do_flyToView |
311 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_Link |
314 |
2 |
Invalid name "do_Link" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_Link |
314 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_Link |
315 |
4 |
Comma not followed by a space
return Link(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLink.do_Link |
314 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_Url |
317 |
2 |
Invalid name "do_Url" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_Url |
317 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
NetworkLink.do_Url |
318 |
4 |
Comma not followed by a space
return Url(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
NetworkLink.do_Url |
317 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
NetworkLink |
297 |
0 |
Too many public methods (54/20) |
C |
madrona.common.feedvalidator.kml |
Document |
320 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Document.getExpectedAttrNames |
322 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Document.do_ScreenOverlay |
325 |
2 |
Invalid name "do_ScreenOverlay" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Document.do_ScreenOverlay |
325 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Document.do_ScreenOverlay |
325 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Document.do_GroundOverlay |
328 |
2 |
Invalid name "do_GroundOverlay" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Document.do_GroundOverlay |
328 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Document.do_GroundOverlay |
328 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Document.do_NetworkLink |
331 |
2 |
Invalid name "do_NetworkLink" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Document.do_NetworkLink |
331 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Document.do_NetworkLink |
331 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Document.do_Schema |
334 |
2 |
Invalid name "do_Schema" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Document.do_Schema |
334 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Document.do_Schema |
334 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Document |
320 |
0 |
Too many public methods (55/20) |
C |
madrona.common.feedvalidator.kml |
Schema |
337 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Schema.getExpectedAttrNames |
338 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Schema.do_SimpleField |
341 |
2 |
Invalid name "do_SimpleField" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Schema.do_SimpleField |
341 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Schema.do_SimpleField |
341 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Schema.do_SimpleArrayField |
344 |
2 |
Invalid name "do_SimpleArrayField" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Schema.do_SimpleArrayField |
344 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Schema.do_SimpleArrayField |
344 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Schema.do_ObjField |
347 |
2 |
Invalid name "do_ObjField" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Schema.do_ObjField |
347 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Schema.do_ObjField |
347 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Schema.do_ObjArrayField |
350 |
2 |
Invalid name "do_ObjArrayField" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Schema.do_ObjArrayField |
350 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Schema.do_ObjArrayField |
350 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Schema |
337 |
0 |
Too many public methods (34/20) |
C |
madrona.common.feedvalidator.kml |
SchemaField |
353 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
SchemaField.getExpectedAttrNames |
354 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.kml |
SchemaField |
353 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
Placemark |
364 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Placemark.prevalidate |
368 |
4 |
Comma not followed by a space
self.validate_optional_attribute((None,'id'), unique('id',self.parent))
^^ |
C |
madrona.common.feedvalidator.kml |
Placemark.getExpectedAttrNames |
370 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Placemark.do_GeometryCollection |
373 |
2 |
Invalid name "do_GeometryCollection" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Placemark.do_GeometryCollection |
373 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Placemark.do_GeometryCollection |
373 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Placemark |
364 |
0 |
Too many public methods (56/20) |
C |
madrona.common.feedvalidator.kml |
MultiGeometry |
377 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
MultiGeometry.getExpectedAttrNames |
380 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.kml |
MultiGeometry |
377 |
0 |
Too many public methods (37/20) |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay |
383 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.getExpectedAttrNames |
385 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_geomColor |
388 |
2 |
Invalid name "do_geomColor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_geomColor |
388 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_geomColor |
389 |
4 |
Comma not followed by a space
return geomColor(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_geomColor |
388 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_overlayXY |
391 |
2 |
Invalid name "do_overlayXY" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_overlayXY |
391 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_overlayXY |
391 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_screenXY |
394 |
2 |
Invalid name "do_screenXY" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_screenXY |
394 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_screenXY |
394 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_rotationXY |
397 |
2 |
Invalid name "do_rotationXY" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_rotationXY |
397 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_rotationXY |
397 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_size |
400 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
ScreenOverlay.do_size |
400 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
ScreenOverlay |
383 |
0 |
Too many public methods (56/20) |
C |
madrona.common.feedvalidator.kml |
GroundOverlay |
403 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.getExpectedAttrNames |
408 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_altitude |
411 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_altitude |
412 |
4 |
Comma not followed by a space
return FloatWithNegative(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
GroundOverlay.do_altitude |
411 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_altitudeMode |
414 |
2 |
Invalid name "do_altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_altitudeMode |
414 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_altitudeMode |
415 |
4 |
Comma not followed by a space
return altitudeMode(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
GroundOverlay.do_altitudeMode |
414 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_geomColor |
417 |
2 |
Invalid name "do_geomColor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_geomColor |
417 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_geomColor |
418 |
4 |
Comma not followed by a space
return geomColor(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
GroundOverlay.do_geomColor |
417 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_LatLonBox |
420 |
2 |
Invalid name "do_LatLonBox" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
GroundOverlay.do_LatLonBox |
420 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
GroundOverlay.do_LatLonBox |
420 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
GroundOverlay |
403 |
0 |
Too many public methods (55/20) |
C |
madrona.common.feedvalidator.kml |
overlayxy |
423 |
0 |
Invalid name "overlayxy" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
overlayxy |
423 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
overlayxy.getExpectedAttrNames |
424 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.kml |
overlayxy |
423 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
Region |
438 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Region.do_LatLonAltBox |
443 |
2 |
Invalid name "do_LatLonAltBox" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Region.do_LatLonAltBox |
443 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Region.do_LatLonAltBox |
443 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Region.do_Lod |
446 |
2 |
Invalid name "do_Lod" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Region.do_Lod |
446 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Region.do_Lod |
446 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Region |
438 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.kml |
LatLonBox |
449 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonBox.getExpectedAttrNames |
450 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_north |
463 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_north |
464 |
4 |
Comma not followed by a space
return latitude(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LatLonBox.do_north |
463 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_south |
466 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_south |
467 |
4 |
Comma not followed by a space
return latitude(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LatLonBox.do_south |
466 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_east |
469 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_east |
470 |
4 |
Comma not followed by a space
return longitude(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LatLonBox.do_east |
469 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_west |
472 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_west |
473 |
4 |
Comma not followed by a space
return longitude(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LatLonBox.do_west |
472 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_rotation |
475 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonBox.do_rotation |
476 |
4 |
Comma not followed by a space
return longitude(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LatLonBox.do_rotation |
475 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
LatLonBox |
449 |
0 |
Too many public methods (35/20) |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox |
478 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_minAltitude |
480 |
2 |
Invalid name "do_minAltitude" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_minAltitude |
480 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_minAltitude |
481 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_minAltitude |
480 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_maxAltitude |
483 |
2 |
Invalid name "do_maxAltitude" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_maxAltitude |
483 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_maxAltitude |
483 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_altitudeMode |
486 |
2 |
Invalid name "do_altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_altitudeMode |
486 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_altitudeMode |
487 |
4 |
Comma not followed by a space
return altitudeMode(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LatLonAltBox.do_altitudeMode |
486 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
LatLonAltBox |
478 |
0 |
Too many public methods (38/20) |
C |
madrona.common.feedvalidator.kml |
Lod |
489 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Lod.do_minLodPixels |
491 |
2 |
Invalid name "do_minLodPixels" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Lod.do_minLodPixels |
491 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Lod.do_minLodPixels |
492 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Lod.do_minLodPixels |
491 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Lod.do_maxLodPixels |
494 |
2 |
Invalid name "do_maxLodPixels" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Lod.do_maxLodPixels |
494 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Lod.do_maxLodPixels |
495 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Lod.do_maxLodPixels |
494 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Lod.do_minFadeExtent |
497 |
2 |
Invalid name "do_minFadeExtent" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Lod.do_minFadeExtent |
497 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Lod.do_minFadeExtent |
498 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Lod.do_minFadeExtent |
497 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Lod.do_maxFadeExtent |
500 |
2 |
Invalid name "do_maxFadeExtent" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Lod.do_maxFadeExtent |
500 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Lod.do_maxFadeExtent |
501 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Lod.do_maxFadeExtent |
500 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Lod |
489 |
0 |
Too many public methods (34/20) |
C |
madrona.common.feedvalidator.kml |
Metadata |
503 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Metadata |
503 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
Snippet |
508 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Snippet.validate |
510 |
4 |
Comma not followed by a space
return nonhtml(),noduplicates()
^^ |
C |
madrona.common.feedvalidator.kml |
Snippet.getExpectedAttrNames |
512 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.kml |
Snippet |
508 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
Folder |
515 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Folder.getExpectedAttrNames |
516 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Folder.do_NetworkLink |
519 |
2 |
Invalid name "do_NetworkLink" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Folder.do_NetworkLink |
519 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Folder.do_NetworkLink |
519 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Folder.do_GroundOverlay |
522 |
2 |
Invalid name "do_GroundOverlay" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Folder.do_GroundOverlay |
522 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Folder.do_GroundOverlay |
522 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Folder.do_ScreenOverlay |
525 |
2 |
Invalid name "do_ScreenOverlay" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Folder.do_ScreenOverlay |
525 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Folder.do_ScreenOverlay |
525 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Folder |
515 |
0 |
Too many public methods (54/20) |
C |
madrona.common.feedvalidator.kml |
LookAt |
528 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LookAt.getExpectedAttrNames |
530 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.kml |
LookAt |
528 |
0 |
Too many public methods (38/20) |
C |
madrona.common.feedvalidator.kml |
StyleMap |
533 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
StyleMap.getExpectedAttrNames |
538 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
StyleMap.do_Pair |
541 |
2 |
Invalid name "do_Pair" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
StyleMap.do_Pair |
541 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
StyleMap.do_Pair |
541 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
StyleMap |
533 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.kml |
Style |
544 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Style.prevalidate |
546 |
4 |
Comma not followed by a space
self.validate_optional_attribute((None,'id'), unique('id',self.parent))
^^ |
C |
madrona.common.feedvalidator.kml |
Style.getExpectedAttrNames |
548 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Style.do_LineStyle |
551 |
2 |
Invalid name "do_LineStyle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Style.do_LineStyle |
551 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Style.do_LineStyle |
551 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Style.do_PolyStyle |
554 |
2 |
Invalid name "do_PolyStyle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Style.do_PolyStyle |
554 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Style.do_PolyStyle |
554 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Style.do_IconStyle |
557 |
2 |
Invalid name "do_IconStyle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Style.do_IconStyle |
557 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Style.do_IconStyle |
557 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Style.do_ListStyle |
560 |
2 |
Invalid name "do_ListStyle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Style.do_ListStyle |
560 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Style.do_ListStyle |
560 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Style.do_LabelStyle |
563 |
2 |
Invalid name "do_LabelStyle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Style.do_LabelStyle |
563 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Style.do_LabelStyle |
563 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Style.do_BalloonStyle |
566 |
2 |
Invalid name "do_BalloonStyle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Style.do_BalloonStyle |
566 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Style.do_BalloonStyle |
566 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Style.do_scale |
569 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Style.do_scale |
570 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Style.do_scale |
569 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Style.do_labelColor |
572 |
2 |
Invalid name "do_labelColor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Style.do_labelColor |
572 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Style.do_labelColor |
573 |
4 |
Comma not followed by a space
return labelColor(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Style.do_labelColor |
572 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Style |
544 |
0 |
Too many public methods (38/20) |
C |
madrona.common.feedvalidator.kml |
IconStyle |
575 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
IconStyle.prevalidate |
577 |
4 |
Comma not followed by a space
self.validate_optional_attribute((None,'id'), unique('id',self.parent))
^^ |
C |
madrona.common.feedvalidator.kml |
IconStyle.getExpectedAttrNames |
579 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_heading |
582 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_heading |
583 |
4 |
Comma not followed by a space
return angle360(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
IconStyle.do_heading |
582 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_Icon |
585 |
2 |
Invalid name "do_Icon" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_Icon |
585 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_Icon |
586 |
4 |
Comma not followed by a space
return Icon(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
IconStyle.do_Icon |
585 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_scale |
588 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_scale |
589 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
IconStyle.do_scale |
588 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_hotSpot |
591 |
2 |
Invalid name "do_hotSpot" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
IconStyle.do_hotSpot |
591 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
IconStyle.do_hotSpot |
591 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
IconStyle |
575 |
0 |
Too many public methods (36/20) |
C |
madrona.common.feedvalidator.kml |
Icon |
594 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Icon.do_href |
599 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Icon.do_href |
602 |
4 |
Comma not followed by a space
return text(),noduplicates() # would be url, but has these weird root://
^^ |
R |
madrona.common.feedvalidator.kml |
Icon.do_href |
599 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_x |
604 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_x |
604 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_y |
607 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_y |
607 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_w |
610 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_w |
610 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_h |
613 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_h |
613 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_refreshInterval |
616 |
2 |
Invalid name "do_refreshInterval" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Icon.do_refreshInterval |
616 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_refreshInterval |
616 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_refreshMode |
619 |
2 |
Invalid name "do_refreshMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Icon.do_refreshMode |
619 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_refreshMode |
619 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_viewRefreshMode |
622 |
2 |
Invalid name "do_viewRefreshMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Icon.do_viewRefreshMode |
622 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_viewRefreshMode |
622 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_viewRefreshTime |
625 |
2 |
Invalid name "do_viewRefreshTime" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Icon.do_viewRefreshTime |
625 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_viewRefreshTime |
625 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Icon.do_viewBoundScale |
628 |
2 |
Invalid name "do_viewBoundScale" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Icon.do_viewBoundScale |
628 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Icon.do_viewBoundScale |
628 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Icon |
594 |
0 |
Too many public methods (40/20) |
C |
madrona.common.feedvalidator.kml |
BalloonStyle |
631 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.prevalidate |
633 |
4 |
Comma not followed by a space
self.validate_optional_attribute((None,'id'), unique('id',self.parent))
^^ |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.getExpectedAttrNames |
635 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_textColor |
638 |
2 |
Invalid name "do_textColor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_textColor |
638 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_textColor |
639 |
4 |
Comma not followed by a space
return color(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
BalloonStyle.do_textColor |
638 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_bgColor |
641 |
2 |
Invalid name "do_bgColor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_bgColor |
641 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_bgColor |
642 |
4 |
Comma not followed by a space
return color(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
BalloonStyle.do_bgColor |
641 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_color |
644 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_color |
645 |
4 |
Comma not followed by a space
return color(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
BalloonStyle.do_color |
644 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_text |
647 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
BalloonStyle.do_text |
648 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
BalloonStyle.do_text |
647 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
BalloonStyle |
631 |
0 |
Too many public methods (34/20) |
C |
madrona.common.feedvalidator.kml |
ListStyle |
650 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ListStyle.prevalidate |
652 |
4 |
Comma not followed by a space
self.validate_optional_attribute((None,'id'), unique('id',self.parent))
^^ |
C |
madrona.common.feedvalidator.kml |
ListStyle.getExpectedAttrNames |
654 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_bgColor |
657 |
2 |
Invalid name "do_bgColor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_bgColor |
657 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_bgColor |
658 |
4 |
Comma not followed by a space
return color(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
ListStyle.do_bgColor |
657 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_ItemIcon |
660 |
2 |
Invalid name "do_ItemIcon" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_ItemIcon |
660 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
ListStyle.do_ItemIcon |
660 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_listItemType |
663 |
2 |
Invalid name "do_listItemType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_listItemType |
663 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_listItemType |
664 |
4 |
Comma not followed by a space
return listItemType(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
ListStyle.do_listItemType |
663 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_scale |
666 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ListStyle.do_scale |
667 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
ListStyle.do_scale |
666 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
ListStyle |
650 |
0 |
Too many public methods (34/20) |
C |
madrona.common.feedvalidator.kml |
ItemIcon |
669 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ItemIcon.do_href |
674 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ItemIcon.do_href |
675 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
ItemIcon.do_href |
674 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
ItemIcon.do_state |
677 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ItemIcon.do_state |
678 |
4 |
Comma not followed by a space
return itemIconState(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
ItemIcon.do_state |
677 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
ItemIcon |
669 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.kml |
LabelStyle |
680 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LabelStyle.prevalidate |
682 |
4 |
Comma not followed by a space
self.validate_optional_attribute((None,'id'), unique('id',self.parent))
^^ |
C |
madrona.common.feedvalidator.kml |
LabelStyle.getExpectedAttrNames |
684 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LabelStyle.do_labelColor |
687 |
2 |
Invalid name "do_labelColor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LabelStyle.do_labelColor |
687 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LabelStyle.do_labelColor |
688 |
4 |
Comma not followed by a space
return labelColor(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LabelStyle.do_labelColor |
687 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
LabelStyle.do_scale |
690 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LabelStyle.do_scale |
691 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LabelStyle.do_scale |
690 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
LabelStyle |
680 |
0 |
Too many public methods (34/20) |
C |
madrona.common.feedvalidator.kml |
LineStyle |
693 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LineStyle.prevalidate |
695 |
4 |
Comma not followed by a space
self.validate_optional_attribute((None,'id'), unique('id',self.parent))
^^ |
C |
madrona.common.feedvalidator.kml |
LineStyle.getExpectedAttrNames |
697 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LineStyle.do_width |
700 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LineStyle.do_width |
701 |
4 |
Comma not followed by a space
return Float(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
LineStyle.do_width |
700 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
LineStyle |
693 |
0 |
Too many public methods (33/20) |
C |
madrona.common.feedvalidator.kml |
PolyStyle |
703 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
PolyStyle.prevalidate |
705 |
4 |
Comma not followed by a space
self.validate_optional_attribute((None,'id'), unique('id',self.parent))
^^ |
C |
madrona.common.feedvalidator.kml |
PolyStyle.getExpectedAttrNames |
707 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
PolyStyle.do_fill |
710 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
PolyStyle.do_fill |
710 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
PolyStyle.do_outline |
713 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
PolyStyle.do_outline |
713 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
PolyStyle |
703 |
0 |
Too many public methods (34/20) |
C |
madrona.common.feedvalidator.kml |
Link |
716 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Link.getExpectedAttrNames |
718 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.kml |
Link |
716 |
0 |
Too many public methods (39/20) |
C |
madrona.common.feedvalidator.kml |
Pair |
721 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Pair.do_key |
728 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Pair.do_key |
729 |
4 |
Comma not followed by a space
return styleState(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Pair.do_key |
728 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Pair.do_styleUrl |
731 |
2 |
Invalid name "do_styleUrl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Pair.do_styleUrl |
731 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Pair.do_styleUrl |
732 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Pair.do_styleUrl |
731 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Pair |
721 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.kml |
Point |
734 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Point.getExpectedAttrNames |
739 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Point.do_coordinates |
742 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Point.do_coordinates |
742 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Point |
734 |
0 |
Too many public methods (41/20) |
C |
madrona.common.feedvalidator.kml |
Model |
745 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Model.getExpectedAttrNames |
751 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Model.do_altitudeMode |
754 |
2 |
Invalid name "do_altitudeMode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Model.do_altitudeMode |
754 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Model.do_altitudeMode |
754 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Model.do_Location |
757 |
2 |
Invalid name "do_Location" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Model.do_Location |
757 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Model.do_Location |
757 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Model.do_Orientation |
760 |
2 |
Invalid name "do_Orientation" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Model.do_Orientation |
760 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Model.do_Orientation |
760 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Model.do_Scale |
763 |
2 |
Invalid name "do_Scale" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Model.do_Scale |
763 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Model.do_Scale |
763 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Model.do_Link |
766 |
2 |
Invalid name "do_Link" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Model.do_Link |
766 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Model.do_Link |
766 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Model.do_ResourceMap |
769 |
2 |
Invalid name "do_ResourceMap" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Model.do_ResourceMap |
769 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Model.do_ResourceMap |
769 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Model |
745 |
0 |
Too many public methods (36/20) |
C |
madrona.common.feedvalidator.kml |
ResourceMap |
772 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
ResourceMap.do_Alias |
773 |
2 |
Invalid name "do_Alias" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
ResourceMap.do_Alias |
773 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
ResourceMap.do_Alias |
773 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
ResourceMap |
772 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.kml |
Alias |
776 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Alias.do_targetHref |
777 |
2 |
Invalid name "do_targetHref" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Alias.do_targetHref |
777 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Alias.do_targetHref |
778 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Alias.do_targetHref |
777 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Alias.do_sourceHref |
780 |
2 |
Invalid name "do_sourceHref" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Alias.do_sourceHref |
780 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Alias.do_sourceHref |
781 |
4 |
Comma not followed by a space
return text(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
Alias.do_sourceHref |
780 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Alias |
776 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.kml |
Location |
783 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Location.do_longitude |
793 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Location.do_longitude |
793 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Location.do_latitude |
796 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Location.do_latitude |
796 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Location.do_altitude |
799 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Location.do_altitude |
799 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Location |
783 |
0 |
Too many public methods (33/20) |
C |
madrona.common.feedvalidator.kml |
Scale |
802 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Scale.do_x |
804 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Scale.do_x |
804 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Scale.do_y |
807 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Scale.do_y |
807 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Scale.do_z |
810 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Scale.do_z |
810 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Scale |
802 |
0 |
Too many public methods (33/20) |
C |
madrona.common.feedvalidator.kml |
Orientation |
813 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Orientation.do_heading |
815 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Orientation.do_heading |
815 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Orientation.do_tilt |
818 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Orientation.do_tilt |
818 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Orientation.do_roll |
821 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Orientation.do_roll |
821 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Orientation |
813 |
0 |
Too many public methods (33/20) |
C |
madrona.common.feedvalidator.kml |
Polygon |
824 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
Polygon.getExpectedAttrNames |
829 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Polygon.do_outerBoundaryIs |
832 |
2 |
Invalid name "do_outerBoundaryIs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Polygon.do_outerBoundaryIs |
832 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Polygon.do_outerBoundaryIs |
832 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
Polygon.do_innerBoundaryIs |
835 |
2 |
Invalid name "do_innerBoundaryIs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
Polygon.do_innerBoundaryIs |
835 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Polygon.do_innerBoundaryIs |
835 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
Polygon |
824 |
0 |
Too many public methods (42/20) |
C |
madrona.common.feedvalidator.kml |
boundary |
838 |
0 |
Invalid name "boundary" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
boundary |
838 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
boundary.do_LinearRing |
843 |
2 |
Invalid name "do_LinearRing" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
boundary.do_LinearRing |
843 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
boundary.do_LinearRing |
843 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
boundary |
838 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.kml |
LineString |
846 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LineString.getExpectedAttrNames |
851 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LineString.do_coordinates |
854 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
LineString.do_coordinates |
854 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
LineString |
846 |
0 |
Too many public methods (41/20) |
C |
madrona.common.feedvalidator.kml |
LinearRing |
857 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
LinearRing.getExpectedAttrNames |
862 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
LinearRing.do_coordinates |
865 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
LinearRing.do_coordinates |
865 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
LinearRing |
857 |
0 |
Too many public methods (41/20) |
C |
madrona.common.feedvalidator.kml |
TimeSpan |
868 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
TimeSpan.getExpectedAttrNames |
870 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
TimeSpan.do_begin |
873 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
TimeSpan.do_begin |
874 |
4 |
Comma not followed by a space
return w3cdtf(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
TimeSpan.do_begin |
873 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.kml |
TimeSpan.do_end |
876 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
TimeSpan.do_end |
877 |
4 |
Comma not followed by a space
return w3cdtf(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
TimeSpan.do_end |
876 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
TimeSpan |
868 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.kml |
TimeStamp |
879 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
TimeStamp.getExpectedAttrNames |
884 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
TimeStamp.do_when |
887 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
TimeStamp.do_when |
888 |
4 |
Comma not followed by a space
return unbounded_w3cdtf(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
TimeStamp.do_when |
887 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.kml |
TimeStamp |
879 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.kml |
kmlunits |
890 |
0 |
Invalid name "kmlunits" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
kmlunits |
890 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
kmlunits |
890 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
colorMode |
896 |
0 |
Invalid name "colorMode" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
colorMode |
896 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
colorMode |
896 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
refreshMode |
902 |
0 |
Invalid name "refreshMode" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
refreshMode |
902 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
refreshMode |
902 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
viewRefreshMode |
908 |
0 |
Invalid name "viewRefreshMode" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
viewRefreshMode |
908 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
viewRefreshMode |
908 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
styleState |
914 |
0 |
Invalid name "styleState" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
styleState |
914 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
styleState |
914 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
listItemType |
920 |
0 |
Invalid name "listItemType" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
listItemType |
920 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
listItemType |
920 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
itemIconState |
926 |
0 |
Invalid name "itemIconState" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
itemIconState |
926 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
itemIconState |
926 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
altitudeMode |
934 |
0 |
Invalid name "altitudeMode" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
altitudeMode |
934 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
altitudeMode |
934 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
SchemaFieldType |
940 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
SchemaFieldType |
940 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
antialias |
950 |
0 |
Invalid name "antialias" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
antialias |
950 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
antialias.validate |
955 |
4 |
Comma not followed by a space
return zeroone(),noduplicates()
^^ |
R |
madrona.common.feedvalidator.kml |
antialias |
950 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
View |
957 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
View.getExpectedAttrNames |
961 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.kml |
View |
957 |
0 |
Too many public methods (38/20) |
C |
madrona.common.feedvalidator.kml |
labelColor |
968 |
0 |
Invalid name "labelColor" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
labelColor |
968 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
labelColor.validate |
974 |
4 |
Comma not followed by a space
if not re.match("([a-f]|[A-F]|[0-9]){8}",self.value):
^^ |
R |
madrona.common.feedvalidator.kml |
labelColor |
968 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
geomColor |
977 |
0 |
Invalid name "geomColor" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
geomColor |
977 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
geomColor.validate |
983 |
4 |
Comma not followed by a space
if not re.match("([a-f]|[A-F]|[0-9]){8}",self.value):
^^ |
R |
madrona.common.feedvalidator.kml |
geomColor |
977 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
geomScale |
986 |
0 |
Invalid name "geomScale" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
geomScale |
986 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
geomScale |
986 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
GeometryCollection |
994 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
GeometryCollection.getExpectedAttrNames |
999 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.kml |
GeometryCollection |
994 |
0 |
Too many public methods (37/20) |
C |
madrona.common.feedvalidator.kml |
Url |
1002 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
Url |
1002 |
0 |
Too many public methods (39/20) |
C |
madrona.common.feedvalidator.kml |
refreshVisibility |
1007 |
0 |
Invalid name "refreshVisibility" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
refreshVisibility |
1007 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
refreshVisibility |
1007 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
noiconoffset |
1016 |
0 |
Invalid name "noiconoffset" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
noiconoffset |
1016 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
noiconoffset |
1016 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
zeroone |
1026 |
0 |
Invalid name "zeroone" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
zeroone |
1026 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
zeroone.normalizeWhitespace |
1027 |
2 |
Invalid name "normalizeWhitespace" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.kml |
zeroone.validate |
1031 |
6 |
Comma not followed by a space
self.log(InvalidZeroOne({"parent":self.parent.name, "element":self.name,"value":self.value}))
^^ |
R |
madrona.common.feedvalidator.kml |
zeroone |
1026 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
color |
1033 |
0 |
Invalid name "color" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
color |
1033 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.kml |
color.validate |
1035 |
4 |
Comma not followed by a space
if not re.match("^([a-f]|[A-F]|[0-9]){8}$",self.value):
^^ |
R |
madrona.common.feedvalidator.kml |
color |
1033 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
coordinates |
1038 |
0 |
Invalid name "coordinates" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
coordinates |
1038 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
coordinates |
1038 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
angle360 |
1071 |
0 |
Invalid name "angle360" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.kml |
angle360 |
1071 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.kml |
angle360 |
1071 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.kml |
FloatWithNegative |
1082 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.kml |
FloatWithNegative.validate |
1083 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.kml |
FloatWithNegative |
1082 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.kml |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.mediaTypes |
|
16 |
0 |
Line too long (118/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
22 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
23 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.mediaTypes |
|
24 |
0 |
Line too long (91/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.mediaTypes |
|
25 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.mediaTypes |
|
27 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.mediaTypes |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
34 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
36 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
38 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
38 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
41 |
0 |
Line too long (117/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
41 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
42 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
44 |
0 |
Line too long (116/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
44 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
45 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
47 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
47 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
48 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
49 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
50 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
50 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
51 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
53 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
53 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
54 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
56 |
0 |
Line too long (123/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
56 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
57 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
59 |
0 |
Line too long (132/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
59 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
60 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.mediaTypes |
|
62 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
62 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.mediaTypes |
|
63 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.mediaTypes |
|
64 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.mediaTypes |
|
64 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.mediaTypes |
|
68 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
69 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
70 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
71 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
72 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
73 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
74 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
75 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
76 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
78 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
80 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
81 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
82 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
83 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
84 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
85 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
89 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
90 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.mediaTypes |
|
1 |
0 |
Invalid name "mediaTypes" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Wildcard import logging |
C |
madrona.common.feedvalidator.mediaTypes |
checkValid |
21 |
0 |
Invalid name "checkValid" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkValid |
21 |
0 |
Invalid name "contentType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkValid |
21 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkValid |
21 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.mediaTypes |
checkValid |
21 |
15 |
Invalid name "contentType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkValid |
21 |
28 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkValid |
22 |
3 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
0 |
Invalid name "checkAgainstFeedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
0 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
0 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
25 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
36 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
46 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.mediaTypes |
checkAgainstFeedType |
33 |
0 |
Too many branches (19/12) |
W |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
89 |
2 |
Redefining name 'NonSpecificMediaType' from outer scope (line 11) |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
67 |
0 |
Invalid name "contentSniffing" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
67 |
0 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
67 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
67 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
67 |
20 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
67 |
40 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
68 |
34 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
69 |
42 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
70 |
45 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
71 |
45 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
72 |
41 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
73 |
33 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
74 |
59 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
75 |
42 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
76 |
58 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
80 |
30 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
81 |
31 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
82 |
31 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
83 |
30 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
84 |
48 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
89 |
2 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
R |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
67 |
0 |
Too many return statements (15/6) |
R |
madrona.common.feedvalidator.mediaTypes |
contentSniffing |
67 |
0 |
Too many branches (15/12) |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.mediaTypes |
|
11 |
0 |
Unused import InvalidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
5 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xrd |
|
6 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xrd |
|
9 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xrd |
|
10 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xrd |
|
13 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xrd |
|
14 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xrd |
|
15 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xrd |
|
16 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xrd |
|
18 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xrd |
|
19 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xrd |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xrd |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xrd |
|
22 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xrd |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.xrd |
|
1 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.xrd |
|
1 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Wildcard import validators |
C |
madrona.common.feedvalidator.xrd |
xrds |
4 |
0 |
Invalid name "xrds" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.xrd |
xrds |
4 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xrd |
xrds.do_xrd_XRD |
5 |
2 |
Invalid name "do_xrd_XRD" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xrd |
xrds.do_xrd_XRD |
5 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.xrd |
xrds.do_xrd_XRD |
5 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.xrd |
xrds |
4 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.xrd |
xrd |
8 |
0 |
Invalid name "xrd" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.xrd |
xrd |
8 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xrd |
xrd.do_xrd_Service |
9 |
2 |
Invalid name "do_xrd_Service" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xrd |
xrd.do_xrd_Service |
9 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.xrd |
xrd.do_xrd_Service |
9 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.xrd |
xrd |
8 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.xrd |
service |
12 |
0 |
Invalid name "service" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.xrd |
service |
12 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xrd |
service.getExpectedAttrNames |
13 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xrd |
service.do_xrd_Type |
18 |
2 |
Invalid name "do_xrd_Type" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xrd |
service.do_xrd_Type |
18 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.xrd |
service.do_xrd_Type |
18 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.xrd |
service.do_xrd_URI |
20 |
2 |
Invalid name "do_xrd_URI" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xrd |
service.do_xrd_URI |
20 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.xrd |
service.do_xrd_URI |
20 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.xrd |
service.do_openid_Delegate |
22 |
2 |
Invalid name "do_openid_Delegate" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xrd |
service.do_openid_Delegate |
22 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.xrd |
service.do_openid_Delegate |
22 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.xrd |
service |
12 |
0 |
Too many public methods (33/20) |
C |
madrona.common.feedvalidator.xrd |
|
25 |
0 |
Invalid name "xrdtype" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.xrd |
|
27 |
0 |
Invalid name "delegate" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import nonhtml from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import noduplicates from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.xrd |
|
2 |
0 |
Unused import InvalidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.service |
|
6 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
7 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
9 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
10 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
11 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.service |
|
13 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
14 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
19 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.service |
|
21 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
24 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
25 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
29 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
32 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
33 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
35 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
37 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.service |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
43 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
45 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
47 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
49 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
50 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
51 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
53 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.service |
|
54 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.service |
|
1 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.service |
|
1 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.service |
|
3 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
C |
madrona.common.feedvalidator.service |
service |
5 |
0 |
Invalid name "service" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.service |
service |
5 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.service |
service.getExpectedAttrNames |
6 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.service |
service.do_app_workspace |
13 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.service |
service.do_app_workspace |
13 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.service |
service |
5 |
0 |
Too many public methods (109/20) |
C |
madrona.common.feedvalidator.service |
workspace |
16 |
0 |
Invalid name "workspace" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.service |
workspace |
16 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.service |
workspace.do_app_collection |
21 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.service |
workspace.do_app_collection |
21 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.service |
workspace.do_atom_title |
24 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.service |
workspace.do_atom_title |
25 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.service |
workspace.do_atom_title |
24 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.service |
workspace |
16 |
0 |
Too many public methods (110/20) |
C |
madrona.common.feedvalidator.service |
collection |
28 |
0 |
Invalid name "collection" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.service |
collection |
28 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.service |
collection.getExpectedAttrNames |
29 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.service |
collection.getExpectedAttrNames |
30 |
4 |
Comma not followed by a space
return [(None,u'href')]
^^ |
C |
madrona.common.feedvalidator.service |
collection.do_atom_title |
39 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.service |
collection.do_atom_title |
40 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.service |
collection.do_atom_title |
39 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.service |
collection.do_title |
43 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.service |
collection.do_title |
44 |
4 |
Relative import 'root', should be 'madrona.common.feedvalidator.root' |
C |
madrona.common.feedvalidator.service |
collection.do_app_categories |
49 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.service |
collection.do_app_categories |
50 |
4 |
Relative import 'categories', should be 'madrona.common.feedvalidator.categories' |
R |
madrona.common.feedvalidator.service |
collection.do_app_categories |
49 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.service |
collection.do_app_accept |
53 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.service |
collection.do_app_accept |
54 |
4 |
Relative import 'categories', should be 'madrona.common.feedvalidator.categories' |
W |
madrona.common.feedvalidator.service |
collection.do_app_accept |
54 |
4 |
Unused variable 'categories' |
R |
madrona.common.feedvalidator.service |
collection.do_app_accept |
53 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
457 |
8 |
Attribute 'child' defined outside __init__ |
R |
madrona.common.feedvalidator.service |
collection |
28 |
0 |
Too many public methods (112/20) |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import nonhtml from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.service |
|
2 |
0 |
Unused import InvalidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.xmlEncoding |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
21 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
22 |
0 |
Line too long (104/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
27 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
29 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
44 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
45 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
46 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
47 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
48 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
49 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
50 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
51 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
52 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
53 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
56 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
59 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
60 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
61 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
68 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
69 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
70 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
71 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
72 |
0 |
Line too long (134/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
73 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
74 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
76 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
77 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
78 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
79 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
80 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
81 |
0 |
Line too long (143/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
82 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
88 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
89 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
90 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
91 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
92 |
0 |
Line too long (150/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
94 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
98 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
99 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
102 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
106 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
118 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
121 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
125 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
126 |
0 |
Line too long (119/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
126 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
127 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
128 |
0 |
Line too long (119/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
128 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
129 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
130 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
131 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
132 |
0 |
Line too long (148/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
132 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
133 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
134 |
0 |
Line too long (148/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
134 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
135 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
136 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
136 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
139 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
140 |
0 |
Line too long (127/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
140 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
141 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
142 |
0 |
Line too long (127/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
142 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
143 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
144 |
0 |
Line too long (130/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
145 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
146 |
0 |
Line too long (130/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
146 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
147 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
148 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
148 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
149 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
150 |
0 |
Line too long (109/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
150 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
153 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
154 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
156 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
159 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
161 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
162 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
163 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
164 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
166 |
0 |
Line too long (155/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
169 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
170 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
171 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
172 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
173 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
174 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
175 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
176 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
179 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
182 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
183 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
184 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
185 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
186 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
187 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
188 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
189 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
192 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
193 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
194 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
195 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
198 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
201 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
202 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
203 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
204 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
205 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
207 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
208 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
209 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
210 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
212 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
215 |
0 |
Line too long (93/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
215 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
217 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
218 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
222 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
223 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
224 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
225 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
226 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
227 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
228 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
229 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
230 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
231 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.xmlEncoding |
|
232 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
232 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
234 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
236 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
237 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
238 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
239 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
240 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
241 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
242 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
243 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
244 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
246 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
247 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
249 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
250 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
251 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
252 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
253 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
254 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
257 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
258 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
259 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
261 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
263 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
269 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
271 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
272 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
276 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
277 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
279 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
280 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
281 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
282 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
283 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
284 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
285 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
286 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
287 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
288 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.xmlEncoding |
|
255 |
0 |
XXX 'start' is in bytes, not characters. This is wrong for multibyte |
C |
madrona.common.feedvalidator.xmlEncoding |
|
1 |
0 |
Invalid name "xmlEncoding" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
W |
madrona.common.feedvalidator.xmlEncoding |
|
15 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.xmlEncoding |
|
16 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.xmlEncoding |
FailingCodec |
18 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
FailingCodec.fail |
21 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.xmlEncoding |
FailingCodec.fail |
21 |
17 |
Unused argument 'txt' |
W |
madrona.common.feedvalidator.xmlEncoding |
FailingCodec.fail |
21 |
22 |
Unused argument 'errors' |
R |
madrona.common.feedvalidator.xmlEncoding |
FailingCodec |
18 |
0 |
Too few public methods (1/2) |
C |
madrona.common.feedvalidator.xmlEncoding |
getdecoder |
26 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.xmlEncoding |
getdecoder |
29 |
2 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.xmlEncoding |
|
35 |
0 |
Invalid name "_decUTF32BE" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.xmlEncoding |
|
36 |
0 |
Invalid name "_decUTF32LE" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.xmlEncoding |
|
37 |
0 |
Invalid name "_decUTF16BE" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.xmlEncoding |
|
38 |
0 |
Invalid name "_decUTF16LE" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.xmlEncoding |
|
39 |
0 |
Invalid name "_decEBCDIC" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.xmlEncoding |
|
40 |
0 |
Invalid name "_decACE" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_position |
43 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
_position |
45 |
2 |
Invalid name "ln" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_position |
47 |
6 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_normaliseNewlines |
55 |
0 |
Invalid name "_normaliseNewlines" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_normaliseNewlines |
55 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
_logEvent |
58 |
0 |
Invalid name "_logEvent" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_logEvent |
58 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_logEvent |
58 |
0 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_logEvent |
58 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
_logEvent |
58 |
14 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_logEvent |
58 |
28 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.xmlEncoding |
_decodeDeclaration |
69 |
2 |
Redefining name 'eo' from outer scope (line 284) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodeDeclaration |
67 |
0 |
Invalid name "_decodeDeclaration" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodeDeclaration |
67 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodeDeclaration |
67 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodeDeclaration |
67 |
44 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodeDeclaration |
69 |
2 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodeDeclaration |
76 |
6 |
Operator not preceded by a space
codec=codecs.lookup(eo[0])
^ |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodeDeclaration |
78 |
75 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.xmlEncoding |
_decodePostBOMDeclaration |
89 |
2 |
Redefining name 'eo' from outer scope (line 284) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodePostBOMDeclaration |
87 |
0 |
Invalid name "_decodePostBOMDeclaration" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodePostBOMDeclaration |
87 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodePostBOMDeclaration |
87 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodePostBOMDeclaration |
87 |
51 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_decodePostBOMDeclaration |
89 |
2 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.xmlEncoding |
isStandard |
97 |
15 |
Redefining name 'x' from outer scope (line 279) |
C |
madrona.common.feedvalidator.xmlEncoding |
isStandard |
97 |
0 |
Invalid name "isStandard" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
isStandard |
97 |
0 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
isStandard |
97 |
15 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.xmlEncoding |
isCommon |
101 |
13 |
Redefining name 'x' from outer scope (line 279) |
C |
madrona.common.feedvalidator.xmlEncoding |
isCommon |
101 |
0 |
Invalid name "isCommon" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
isCommon |
101 |
0 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
isCommon |
101 |
13 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.xmlEncoding |
_detect |
126 |
4 |
Redefining name 'eo' from outer scope (line 284) |
W |
madrona.common.feedvalidator.xmlEncoding |
_detect |
117 |
0 |
Dangerous default value [] as argument |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
117 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
117 |
23 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
126 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
128 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
132 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
134 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
136 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
140 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
142 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
144 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
146 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
148 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
150 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_detect |
154 |
4 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.xmlEncoding |
_detect |
117 |
0 |
Too many branches (13/12) |
W |
madrona.common.feedvalidator.xmlEncoding |
detect |
159 |
2 |
Redefining name 'eo' from outer scope (line 284) |
W |
madrona.common.feedvalidator.xmlEncoding |
detect |
158 |
0 |
Dangerous default value [] as argument |
C |
madrona.common.feedvalidator.xmlEncoding |
detect |
158 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
detect |
158 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
detect |
158 |
22 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
detect |
159 |
2 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
|
166 |
0 |
Invalid name "_encRe" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator.xmlEncoding |
_encodingFromDecl |
168 |
22 |
Redefining name 'x' from outer scope (line 279) |
C |
madrona.common.feedvalidator.xmlEncoding |
_encodingFromDecl |
168 |
0 |
Invalid name "_encodingFromDecl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_encodingFromDecl |
168 |
0 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_encodingFromDecl |
168 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
_encodingFromDecl |
168 |
22 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_encodingFromDecl |
169 |
2 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.xmlEncoding |
removeDeclaration |
178 |
22 |
Redefining name 'x' from outer scope (line 279) |
C |
madrona.common.feedvalidator.xmlEncoding |
removeDeclaration |
178 |
0 |
Invalid name "removeDeclaration" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
removeDeclaration |
178 |
0 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
removeDeclaration |
178 |
22 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
removeDeclaration |
182 |
2 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
removeDeclaration |
184 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
removeDeclaration |
185 |
4 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_hasCodec |
191 |
0 |
Invalid name "_hasCodec" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
_hasCodec |
191 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.xmlEncoding |
_hasCodec |
194 |
2 |
No exception type(s) specified |
W |
madrona.common.feedvalidator.xmlEncoding |
decode |
198 |
2 |
Redefining name 'eo' from outer scope (line 284) |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
197 |
0 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
197 |
0 |
Invalid name "bs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
197 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
197 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
197 |
11 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
197 |
31 |
Invalid name "bs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
197 |
35 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
198 |
2 |
Invalid name "eo" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.xmlEncoding |
decode |
224 |
4 |
No exception type(s) specified |
W |
madrona.common.feedvalidator.xmlEncoding |
decode |
229 |
8 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
228 |
10 |
Operator not preceded by a space
encoding=fallback
^ |
C |
madrona.common.feedvalidator.xmlEncoding |
decode |
252 |
23 |
Invalid name "ue" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.xmlEncoding |
decode |
197 |
0 |
Too many branches (19/12) |
C |
madrona.common.feedvalidator.xmlEncoding |
|
266 |
0 |
Invalid name "_encUTF8" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator.xmlEncoding |
asUTF8 |
268 |
11 |
Redefining name 'x' from outer scope (line 279) |
C |
madrona.common.feedvalidator.xmlEncoding |
asUTF8 |
268 |
0 |
Invalid name "asUTF8" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
asUTF8 |
268 |
0 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
asUTF8 |
268 |
11 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
asUTF8 |
271 |
2 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.xmlEncoding |
|
286 |
8 |
Comma not followed by a space
print x,eo
^^ |
C |
madrona.common.feedvalidator.skipDays |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.skipDays |
|
16 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.skipDays |
|
17 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipDays |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipDays |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.skipDays |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipDays |
|
22 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipDays |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipDays |
|
24 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipDays |
|
26 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.skipDays |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipDays |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.skipDays |
|
31 |
0 |
Line too long (104/80) |
W |
madrona.common.feedvalidator.skipDays |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.skipDays |
|
32 |
0 |
Line too long (96/80) |
W |
madrona.common.feedvalidator.skipDays |
|
32 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipDays |
|
33 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.skipDays |
|
34 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.skipDays |
|
34 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipDays |
|
35 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.skipDays |
|
36 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.skipDays |
|
37 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.skipDays |
|
37 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.skipDays |
|
1 |
0 |
Invalid name "skipDays" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
W |
madrona.common.feedvalidator.skipDays |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.skipDays |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Wildcard import logging |
C |
madrona.common.feedvalidator.skipDays |
skipDays |
14 |
0 |
Invalid name "skipDays" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.skipDays |
skipDays |
14 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.skipDays |
skipDays.do_day |
26 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.skipDays |
skipDays.do_day |
26 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.skipDays |
skipDays |
14 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.skipDays |
day |
29 |
0 |
Invalid name "day" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.skipDays |
day |
29 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.skipDays |
day |
29 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.skipDays |
|
9 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.category |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.category |
|
14 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.category |
|
15 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.category |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.category |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.category |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.category |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.category |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.category |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Wildcard import validators |
C |
madrona.common.feedvalidator.category |
category |
13 |
0 |
Invalid name "category" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.category |
category |
13 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.category |
category.getExpectedAttrNames |
14 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.category |
category.getExpectedAttrNames |
15 |
4 |
Comma not followed by a space
return [(None,u'term'),(None,u'scheme'),(None,u'label')]
^^ |
R |
madrona.common.feedvalidator.category |
category |
13 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import noduplicates from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.category |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.author |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.author |
|
14 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
15 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
19 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.author |
|
21 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
24 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
25 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
27 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
34 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
36 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
42 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
45 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
47 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.author |
|
50 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
51 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
52 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.author |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Wildcard import validators |
C |
madrona.common.feedvalidator.author |
author |
13 |
0 |
Invalid name "author" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.author |
author |
13 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.author |
author.getExpectedAttrNames |
14 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.author |
author.do_name |
21 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.author |
author.do_name |
21 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.author |
author.do_email |
24 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.author |
author.do_email |
24 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.author |
author.do_uri |
27 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.author |
author.do_uri |
27 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.author |
author.do_foaf_workplaceHomepage |
30 |
2 |
Invalid name "do_foaf_workplaceHomepage" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.author |
author.do_foaf_workplaceHomepage |
30 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.author |
author.do_foaf_workplaceHomepage |
30 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.author |
author.do_foaf_homepage |
33 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.author |
author.do_foaf_homepage |
33 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.author |
author.do_foaf_weblog |
36 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.author |
author.do_foaf_weblog |
36 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.author |
author.do_foaf_plan |
39 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.author |
author.do_foaf_plan |
39 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.author |
author.do_foaf_firstName |
42 |
2 |
Invalid name "do_foaf_firstName" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.author |
author.do_foaf_firstName |
42 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.author |
author.do_foaf_firstName |
42 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.author |
author.do_xhtml_div |
45 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.author |
author.do_xhtml_div |
46 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.author |
author.do_xhtml_div |
45 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.author |
author |
13 |
0 |
Too many public methods (39/20) |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.author |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.validators |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.validators |
|
16 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
18 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
19 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
25 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
28 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
36 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
38 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
39 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
40 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
42 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
45 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
47 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
49 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
52 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
57 |
0 |
Line too long (141/80) |
W |
madrona.common.feedvalidator.validators |
|
63 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
64 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
65 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
66 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
67 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
73 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
74 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
76 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
77 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
78 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
79 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
80 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.validators |
|
80 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
82 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
84 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
85 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.validators |
|
85 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
86 |
0 |
Bad indentation. Found 7 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
87 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
87 |
0 |
Bad indentation. Found 7 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
90 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
91 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
92 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
96 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
97 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
98 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
99 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
100 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
101 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
102 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
109 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
126 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
139 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
162 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
181 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
188 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
191 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
197 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
208 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
216 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
244 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
245 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
248 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
250 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
251 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
252 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
253 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
254 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
255 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
256 |
0 |
Line too long (111/80) |
W |
madrona.common.feedvalidator.validators |
|
256 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
257 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
258 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
259 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
260 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
261 |
0 |
Line too long (93/80) |
W |
madrona.common.feedvalidator.validators |
|
261 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
262 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
263 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
264 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
266 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
267 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
268 |
0 |
Line too long (134/80) |
W |
madrona.common.feedvalidator.validators |
|
268 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
270 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
271 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
272 |
0 |
Line too long (128/80) |
W |
madrona.common.feedvalidator.validators |
|
272 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
273 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
274 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
275 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
276 |
0 |
Line too long (107/80) |
W |
madrona.common.feedvalidator.validators |
|
276 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
277 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
278 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
279 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
280 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
C |
madrona.common.feedvalidator.validators |
|
281 |
0 |
Line too long (136/80) |
W |
madrona.common.feedvalidator.validators |
|
281 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
282 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
283 |
0 |
Line too long (115/80) |
W |
madrona.common.feedvalidator.validators |
|
283 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
285 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
287 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
288 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
289 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
290 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
292 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
293 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
294 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
295 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
296 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
297 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
298 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
305 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.validators |
|
305 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
306 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
307 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
308 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
310 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
311 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
312 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
313 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
314 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
315 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
316 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
318 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
320 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
326 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
327 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
328 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
329 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
330 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
331 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
332 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
333 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
334 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
C |
madrona.common.feedvalidator.validators |
|
335 |
0 |
Line too long (121/80) |
W |
madrona.common.feedvalidator.validators |
|
335 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
336 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
337 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.validators |
|
337 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
338 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
339 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
340 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.validators |
|
340 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
341 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
342 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
348 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
349 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
350 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
351 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
354 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
355 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
356 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
357 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
358 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
359 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.validators |
|
359 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
360 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
361 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
362 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
363 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
364 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
365 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
366 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
367 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
368 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
369 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
371 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
372 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
373 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
374 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
375 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
377 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
383 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
384 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
385 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
386 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
387 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
388 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
389 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
390 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
391 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
392 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
398 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
415 |
0 |
Line too long (130/80) |
W |
madrona.common.feedvalidator.validators |
|
415 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
416 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
417 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
418 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
419 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
420 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
421 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
422 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
423 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.validators |
|
423 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
424 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
425 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
426 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
427 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
428 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
429 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.validators |
|
429 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
430 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
431 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.validators |
|
431 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
437 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
438 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
439 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
440 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
441 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
442 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
443 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
444 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
445 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
448 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
449 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
455 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
456 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
457 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
458 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
459 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
460 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
466 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
467 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
468 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
471 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
472 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
473 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
474 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
475 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
476 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
477 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
478 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
483 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
485 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
487 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
488 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
489 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.validators |
|
489 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
490 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
492 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
494 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
495 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
496 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
497 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
498 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
499 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
500 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
501 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.validators |
|
501 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
503 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
504 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
505 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
506 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
507 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.validators |
|
507 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
508 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
509 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
510 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.validators |
|
510 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
511 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
512 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
513 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.validators |
|
513 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
514 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
516 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.validators |
|
516 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
517 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
520 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
521 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
522 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
523 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
524 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
526 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
531 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
533 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
536 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
541 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
543 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
546 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
547 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
548 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
549 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
550 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.validators |
|
550 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
568 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
571 |
0 |
Line too long (118/80) |
W |
madrona.common.feedvalidator.validators |
|
571 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
572 |
0 |
Line too long (134/80) |
W |
madrona.common.feedvalidator.validators |
|
572 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
573 |
0 |
Line too long (168/80) |
W |
madrona.common.feedvalidator.validators |
|
573 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
574 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
576 |
0 |
Line too long (84/80) |
W |
madrona.common.feedvalidator.validators |
|
576 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
577 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
578 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
579 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
580 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
581 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
582 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
582 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
583 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
584 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
585 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
586 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
586 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
587 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
588 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
589 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
590 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
592 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
592 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
593 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
594 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
595 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
596 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
597 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
597 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
598 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
599 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
600 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
601 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
601 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
602 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
603 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
604 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
605 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.validators |
|
605 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
606 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
607 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
608 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
609 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
610 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
611 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
612 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
613 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
614 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
615 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
616 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
617 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
618 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
619 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
620 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
621 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
622 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
622 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
623 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
624 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
625 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
626 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
627 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.validators |
|
627 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
628 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.validators |
|
628 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
629 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
630 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
631 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
632 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.validators |
|
632 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
633 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
634 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
635 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
641 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.validators |
|
641 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
642 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
643 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
644 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
645 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
646 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
649 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
651 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
651 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
652 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
658 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.validators |
|
658 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
659 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
660 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
661 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
662 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
663 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
664 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
665 |
0 |
Line too long (111/80) |
W |
madrona.common.feedvalidator.validators |
|
665 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
C |
madrona.common.feedvalidator.validators |
|
671 |
0 |
Line too long (82/80) |
W |
madrona.common.feedvalidator.validators |
|
671 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
676 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
680 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
681 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
682 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
683 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
685 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
686 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
687 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
688 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
C |
madrona.common.feedvalidator.validators |
|
689 |
0 |
Line too long (108/80) |
W |
madrona.common.feedvalidator.validators |
|
689 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
690 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
691 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
692 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.validators |
|
692 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
693 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
695 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
696 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
698 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
699 |
0 |
Line too long (104/80) |
W |
madrona.common.feedvalidator.validators |
|
699 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
700 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
701 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
702 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
703 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
704 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
705 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.validators |
|
705 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
706 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
707 |
0 |
Line too long (111/80) |
W |
madrona.common.feedvalidator.validators |
|
707 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
714 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
716 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
717 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
719 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
720 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
721 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
722 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
723 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
726 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
732 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
732 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
733 |
0 |
Line too long (91/80) |
W |
madrona.common.feedvalidator.validators |
|
733 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
734 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
735 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
736 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
737 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
738 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
739 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
740 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
741 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
744 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
745 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
746 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.validators |
|
747 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.validators |
|
747 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
753 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
754 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
757 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
758 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
759 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
760 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
761 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
767 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
768 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
769 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
770 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
776 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
777 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
778 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
779 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
780 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
781 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
782 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
783 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
784 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.validators |
|
784 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
785 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
786 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.validators |
|
786 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
789 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
790 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
791 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
792 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
793 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
794 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
795 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
C |
madrona.common.feedvalidator.validators |
|
796 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.validators |
|
796 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
800 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
801 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
802 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
803 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
804 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
805 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
806 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
807 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.validators |
|
813 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
814 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
816 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
817 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
818 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
820 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
821 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
824 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
825 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
826 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
827 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
829 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
830 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
831 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
832 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
833 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
834 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.validators |
|
835 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
836 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
837 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
838 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
841 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
842 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
843 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
844 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
845 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
846 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
847 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.validators |
|
847 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
848 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
849 |
0 |
Line too long (111/80) |
W |
madrona.common.feedvalidator.validators |
|
849 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
852 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
853 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
854 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
855 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
856 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
857 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
858 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
860 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.validators |
|
860 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
861 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
862 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.validators |
|
862 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
863 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
864 |
0 |
Line too long (108/80) |
W |
madrona.common.feedvalidator.validators |
|
864 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
867 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
870 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
871 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
872 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
873 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
874 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.validators |
|
874 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
875 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
876 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.validators |
|
876 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
879 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
880 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
881 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
884 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
885 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
886 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
889 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
890 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
891 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
892 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
893 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
894 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
895 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.validators |
|
895 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
896 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
897 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.validators |
|
897 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
900 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
901 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
902 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
903 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
904 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
905 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
906 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.validators |
|
906 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
907 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
908 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.validators |
|
908 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
911 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
912 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
913 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
914 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
915 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
916 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
917 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.validators |
|
917 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
918 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
919 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.validators |
|
919 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
922 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.validators |
|
922 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
923 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
924 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
925 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.validators |
|
925 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
926 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
927 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.validators |
|
927 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
928 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
929 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.validators |
|
929 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
932 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
933 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
935 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
936 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
937 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
938 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
939 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
940 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.validators |
|
940 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
943 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
944 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
945 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
946 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
947 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
948 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
949 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.validators |
|
949 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
950 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
951 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
952 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
953 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
956 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
957 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
958 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
959 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
960 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
963 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
964 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
965 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
966 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
967 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
968 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
969 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.validators |
|
969 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
970 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
973 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
974 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
975 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
976 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
977 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
978 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
979 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
980 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
981 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
982 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
983 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
984 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.validators |
|
984 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
985 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
986 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
989 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
990 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.validators |
|
990 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
991 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
994 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
995 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
996 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
997 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
998 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
999 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.validators |
|
1000 |
0 |
Line too long (116/80) |
W |
madrona.common.feedvalidator.validators |
|
1000 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.validators |
|
1003 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1004 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1005 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1006 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
1007 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.validators |
|
1007 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1010 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1011 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1012 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1013 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
1014 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.validators |
|
1014 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1017 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1018 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1019 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1020 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
1021 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.validators |
|
1021 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1024 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1025 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1026 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1027 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1031 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1032 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1033 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1034 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1035 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1036 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1038 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1041 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1042 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.validators |
|
1043 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.validators |
|
1043 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1046 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1047 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1048 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1052 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1053 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1054 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1058 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1059 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1060 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.validators |
|
1064 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1065 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1066 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.validators |
|
1069 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1070 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1093 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.validators |
|
1094 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.validators |
|
1 |
0 |
Too many lines in module (1113) |
W |
madrona.common.feedvalidator.validators |
|
1113 |
0 |
XXX", "YER", "ZAR", "ZMK", "ZWD"] |
W |
madrona.common.feedvalidator.validators |
any |
62 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.validators |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.validators |
|
10 |
0 |
Relative import 'uri', should be 'madrona.common.feedvalidator.uri' |
C |
madrona.common.feedvalidator.validators |
|
13 |
0 |
Invalid name "rdfNS" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator.validators |
implausible_822 |
19 |
4 |
Redefining name 'parsedate_tz' from outer scope (line 11) |
W |
madrona.common.feedvalidator.validators |
implausible_822 |
19 |
4 |
Redefining name 'mktime_tz' from outer scope (line 11) |
C |
madrona.common.feedvalidator.validators |
implausible_822 |
15 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
implausible_822 |
16 |
22 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.validators |
implausible_822 |
20 |
2 |
No exception type(s) specified |
W |
madrona.common.feedvalidator.validators |
implausible_822 |
19 |
4 |
Reimport 'parsedate_tz' (imported line 11) |
W |
madrona.common.feedvalidator.validators |
implausible_822 |
19 |
4 |
Reimport 'mktime_tz' (imported line 11) |
C |
madrona.common.feedvalidator.validators |
implausible_822 |
22 |
4 |
Operator not preceded by a space
pvalue=parsedate(value)
^ |
W |
madrona.common.feedvalidator.validators |
implausible_822 |
28 |
2 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.validators |
implausible_822 |
26 |
4 |
Operator not preceded by a space
pvalue=parsedate_tz(value)
^ |
C |
madrona.common.feedvalidator.validators |
implausible_822 |
27 |
4 |
Operator not preceded by a space
zvalue=mktime_tz(pvalue)
^ |
C |
madrona.common.feedvalidator.validators |
implausible_8601 |
35 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
implausible_8601 |
36 |
27 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.validators |
implausible_8601 |
40 |
2 |
No exception type(s) specified |
F |
madrona.common.feedvalidator.validators |
implausible_8601 |
39 |
4 |
Unable to import 'xml.utils.iso8601' |
E |
madrona.common.feedvalidator.validators |
implausible_8601 |
39 |
4 |
No name 'utils' in module 'xml' |
C |
madrona.common.feedvalidator.validators |
implausible_8601 |
42 |
4 |
Operator not preceded by a space
tomorrow=time.strftime("%Y-%m-%dT%H:%M:%SZ",time.gmtime(time.time()+86400))
^ |
W |
madrona.common.feedvalidator.validators |
implausible_8601 |
47 |
2 |
No exception type(s) specified |
E |
madrona.common.feedvalidator.validators |
implausible_8601 |
46 |
13 |
Module 'xml' has no 'utils' member |
C |
madrona.common.feedvalidator.validators |
|
57 |
0 |
Invalid name "mime_re" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.validators |
any |
62 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
any |
66 |
4 |
Relative import 'rdf', should be 'madrona.common.feedvalidator.rdf' |
W |
madrona.common.feedvalidator.validators |
any |
62 |
27 |
Unused argument 'attrs' |
W |
madrona.common.feedvalidator.validators |
any |
62 |
14 |
Unused argument 'name' |
C |
madrona.common.feedvalidator.validators |
eater |
72 |
0 |
Invalid name "eater" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
eater |
72 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
eater.getExpectedAttrNames |
73 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
eater.characters |
79 |
8 |
Redefining name 'BadCharacters' from outer scope (line 8) |
C |
madrona.common.feedvalidator.validators |
eater.characters |
77 |
8 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
eater.startElementNS |
101 |
10 |
Redefining name 'BadCharacters' from outer scope (line 8) |
W |
madrona.common.feedvalidator.validators |
eater.startElementNS |
86 |
7 |
Redefining name 'NotInANamespace' from outer scope (line 8) |
W |
madrona.common.feedvalidator.validators |
eater.startElementNS |
91 |
6 |
Redefining name 'MissingNamespace' from outer scope (line 8) |
C |
madrona.common.feedvalidator.validators |
eater.startElementNS |
82 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
eater.startElementNS |
84 |
4 |
Operator not preceded by a space
feedtype=self.getFeedType()
^ |
W |
madrona.common.feedvalidator.validators |
eater.startElementNS |
86 |
7 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.validators |
eater.startElementNS |
91 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.validators |
eater.startElementNS |
95 |
4 |
Comma not followed by a space
for (namespace,attr) in attrs.keys():
^^ |
W |
madrona.common.feedvalidator.validators |
eater.startElementNS |
97 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.validators |
eater.startElementNS |
97 |
8 |
Reimport 'MissingNamespace' (imported line 91) |
C |
madrona.common.feedvalidator.validators |
eater.startElementNS |
99 |
6 |
Comma not followed by a space
for c in attrs.get((namespace,attr)):
^^ |
C |
madrona.common.feedvalidator.validators |
eater.startElementNS |
99 |
10 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.validators |
eater |
72 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
HTMLValidator |
108 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.log |
244 |
2 |
Comma not followed by a space
def log(self,msg):
^^ |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.log |
244 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.__init__ |
250 |
2 |
Comma not followed by a space
def __init__(self,value,element):
^^ |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.__init__ |
251 |
4 |
Operator not preceded by a space
self.element=element
^ |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.__init__ |
266 |
6 |
Comma not followed by a space
match = re.search(', at line (\d+), column (\d+)',str(msg))
^^ |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.__init__ |
267 |
16 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.__init__ |
268 |
6 |
Comma not followed by a space
element.log(NotHtml({"parent":element.parent.name, "element":element.name, "message":"Invalid HTML", "value": str(msg)}),offset)
^^ |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.handle_starttag |
272 |
6 |
Comma not followed by a space
self.log(NotHtml({"parent":self.element.parent.name, "element":self.element.name,"value":tag, "message": "Non-html tag"}))
^^ |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.handle_starttag |
278 |
6 |
Comma not followed by a space
for (name,value) in attributes:
^^ |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.handle_endtag |
289 |
35 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
HTMLValidator.handle_charref |
294 |
6 |
Comma not followed by a space
value = int(name[1:],16)
^^ |
R |
madrona.common.feedvalidator.validators |
HTMLValidator |
108 |
0 |
Too many public methods (29/20) |
C |
madrona.common.feedvalidator.validators |
checkStyle |
304 |
0 |
Invalid name "checkStyle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
checkStyle |
304 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
checkStyle |
311 |
2 |
Comma not followed by a space
for prop,value in re.findall("([-\w]+)\s*:\s*([^:;]*)",style.lower()):
^^ |
C |
madrona.common.feedvalidator.validators |
checkStyle |
313 |
29 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
checkStyle |
314 |
9 |
Comma not followed by a space
elif prop.split('-')[0] in ['background','border','margin','padding']:
^^ |
C |
madrona.common.feedvalidator.validators |
checkStyle |
318 |
36 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
htmlEater |
325 |
0 |
Invalid name "htmlEater" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
htmlEater |
325 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
htmlEater.getExpectedAttrNames |
326 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
htmlEater.textOK |
329 |
2 |
Invalid name "textOK" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
htmlEater.textOK |
329 |
20 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
htmlEater.startElementNS |
330 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
htmlEater.startElementNS |
332 |
6 |
Operator not preceded by a space
if attr[0]==None:
^^ |
C |
madrona.common.feedvalidator.validators |
htmlEater.endElementNS |
341 |
2 |
Comma not followed by a space
def endElementNS(self,name,qname):
^^ |
C |
madrona.common.feedvalidator.validators |
htmlEater.endElementNS |
341 |
2 |
Invalid name "endElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.validators |
htmlEater |
325 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
text |
347 |
0 |
Invalid name "text" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
text |
347 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
text.textOK |
348 |
2 |
Invalid name "textOK" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
text.textOK |
348 |
20 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
text.getExpectedAttrNames |
349 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
text.startElementNS |
372 |
8 |
Redefining name 'MissingNamespace' from outer scope (line 8) |
C |
madrona.common.feedvalidator.validators |
text.startElementNS |
356 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
text.startElementNS |
361 |
6 |
Operator not preceded by a space
if name=="div" and qname=="http://www.w3.org/1999/xhtml":
^^ |
W |
madrona.common.feedvalidator.validators |
text.startElementNS |
362 |
8 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
W |
madrona.common.feedvalidator.validators |
text.startElementNS |
365 |
8 |
Relative import 'rdf', should be 'madrona.common.feedvalidator.rdf' |
W |
madrona.common.feedvalidator.validators |
text.startElementNS |
368 |
6 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
C |
madrona.common.feedvalidator.validators |
text.startElementNS |
369 |
6 |
Invalid name "ns" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
text.startElementNS |
372 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.validators |
text.startElementNS |
369 |
6 |
Unused variable 'ns' |
R |
madrona.common.feedvalidator.validators |
text |
347 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
noduplicates |
382 |
0 |
Invalid name "noduplicates" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
noduplicates |
382 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
noduplicates.__init__ |
384 |
4 |
Operator not preceded by a space
self.message=message
^ |
C |
madrona.common.feedvalidator.validators |
noduplicates.startElementNS |
386 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.validators |
noduplicates |
382 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
addr_spec |
397 |
0 |
Invalid name "addr_spec" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
addr_spec |
397 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
addr_spec.validate |
419 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.validators |
addr_spec.validate |
420 |
4 |
Operator not preceded by a space
if not value: value=self.value
^ |
C |
madrona.common.feedvalidator.validators |
addr_spec.validate |
420 |
18 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.validators |
addr_spec.validate |
428 |
8 |
No exception type(s) specified |
R |
madrona.common.feedvalidator.validators |
addr_spec |
397 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
iso639_validate |
436 |
0 |
Comma not followed by a space
def iso639_validate(log,value,element,parent):
^^ |
C |
madrona.common.feedvalidator.validators |
iso639_validate |
436 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
iso639_validate |
437 |
2 |
Relative import 'iso639codes', should be 'madrona.common.feedvalidator.iso639codes' |
W |
madrona.common.feedvalidator.validators |
iso639_validate |
439 |
10 |
Unused variable 'sublang' |
C |
madrona.common.feedvalidator.validators |
iso639 |
447 |
0 |
Invalid name "iso639" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
iso639 |
447 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
iso639 |
447 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
Charset |
454 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
Charset.validate |
459 |
4 |
No exception type(s) specified |
R |
madrona.common.feedvalidator.validators |
Charset |
454 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
MimeType |
465 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
MimeType |
465 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
MediaRange |
470 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
MediaRange.validate |
472 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.validators |
MediaRange |
470 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601 |
482 |
0 |
Invalid name "unbounded_iso8601" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601 |
482 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
504 |
6 |
Redefining name 'time' from outer scope (line 9) |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
492 |
4 |
Operator not preceded by a space
work=self.value.split('T')
^ |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
494 |
4 |
Operator not preceded by a space
date=work[0].split('-')
^ |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
495 |
4 |
Operator not preceded by a space
year=int(date[0])
^ |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
497 |
6 |
Operator not preceded by a space
month=int(date[1])
^ |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
499 |
8 |
Comma not followed by a space
if len(date)>2: datetime.date(year,month,int(date[2]))
^^ |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
499 |
24 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
500 |
25 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
504 |
6 |
Operator not preceded by a space
time=work[1].split('Z')[0].split('+')[0].split('-')[0]
^ |
C |
madrona.common.feedvalidator.validators |
unbounded_iso8601.validate |
505 |
6 |
Operator not preceded by a space
time=time.split(':')
^ |
R |
madrona.common.feedvalidator.validators |
unbounded_iso8601 |
482 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
iso8601 |
519 |
0 |
Invalid name "iso8601" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
iso8601 |
519 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
iso8601 |
519 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
w3cdtf |
528 |
0 |
Invalid name "w3cdtf" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
w3cdtf |
528 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
w3cdtf |
528 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
unbounded_w3cdtf |
535 |
0 |
Invalid name "unbounded_w3cdtf" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
unbounded_w3cdtf |
535 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
unbounded_w3cdtf |
535 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
rfc3339 |
538 |
0 |
Invalid name "rfc3339" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
rfc3339 |
538 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
rfc3339 |
538 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
iso8601_date |
545 |
0 |
Invalid name "iso8601_date" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
iso8601_date |
545 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
iso8601_date |
545 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
|
552 |
0 |
Invalid name "iana_schemes" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.validators |
rfc2396 |
567 |
0 |
Invalid name "rfc2396" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
rfc2396 |
567 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
rfc2396 |
574 |
2 |
Operator not preceded by a space
urichars_re=re.compile("[0-9a-zA-Z;/?:@&=+$\\.\\-_!~*'()%,#]")
^ |
W |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
2 |
Arguments number differs from overridden method |
W |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
2 |
Dangerous default value {} as argument |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
2 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
2 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
2 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
21 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
45 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
68 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
578 |
4 |
Operator not preceded by a space
scheme=self.value.split(':')[0].lower()
^ |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
579 |
4 |
Operator not preceded by a space
if scheme=='tag':
^^ |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
589 |
9 |
Operator not preceded by a space
elif scheme=="urn":
^^ |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
607 |
10 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
rfc2396.validate |
617 |
8 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
616 |
12 |
Operator not preceded by a space
errorClass=UriNotIri
^ |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
616 |
12 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396.validate |
621 |
6 |
Comma not followed by a space
if not re.match('^\w+://[^/].*',self.value):
^^ |
R |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
2 |
Too many branches (19/12) |
R |
madrona.common.feedvalidator.validators |
rfc2396.validate |
576 |
2 |
Too many statements (56/50) |
R |
madrona.common.feedvalidator.validators |
rfc2396 |
567 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
rfc3987 |
640 |
0 |
Invalid name "rfc3987" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
rfc3987 |
640 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
rfc3987.validate |
641 |
2 |
Dangerous default value {} as argument |
C |
madrona.common.feedvalidator.validators |
rfc3987.validate |
641 |
2 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987.validate |
641 |
2 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987.validate |
641 |
2 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987.validate |
641 |
21 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987.validate |
641 |
44 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987.validate |
641 |
67 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
rfc3987.validate |
644 |
4 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.validators |
rfc3987.validate |
643 |
21 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.validators |
rfc3987 |
640 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
rfc2396_full |
648 |
0 |
Invalid name "rfc2396_full" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
rfc2396_full |
648 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
rfc2396_full.validate |
651 |
2 |
Dangerous default value {} as argument |
C |
madrona.common.feedvalidator.validators |
rfc2396_full.validate |
651 |
2 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396_full.validate |
651 |
2 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396_full.validate |
651 |
2 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396_full.validate |
651 |
21 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396_full.validate |
651 |
49 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc2396_full.validate |
651 |
72 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.validators |
rfc2396_full |
648 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
xmlbase |
657 |
0 |
Invalid name "xmlbase" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
xmlbase |
657 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
xmlbase.validate |
658 |
2 |
Dangerous default value {} as argument |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
658 |
2 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
658 |
2 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
658 |
2 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
658 |
21 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
658 |
44 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
658 |
67 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
661 |
8 |
Operator not preceded by a space
docbase=canonicalForm(self.dispatcher.xmlBase).split('#')[0]
^ |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
662 |
8 |
Operator not preceded by a space
elembase=canonicalForm(self.xmlBase).split('#')[0]
^ |
C |
madrona.common.feedvalidator.validators |
xmlbase.validate |
663 |
8 |
Operator not preceded by a space
value=canonicalForm(urljoin(elembase,self.value)).split('#')[0]
^ |
R |
madrona.common.feedvalidator.validators |
xmlbase |
657 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
rfc822 |
670 |
0 |
Invalid name "rfc822" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
rfc822 |
670 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
rfc822.validate |
691 |
25 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc822.validate |
701 |
6 |
Comma not followed by a space
value1,value2 = '', self.value
^^ |
C |
madrona.common.feedvalidator.validators |
rfc822.validate |
702 |
6 |
Comma not followed by a space
value2 = re.sub(r'[\\](.)','',value2)
^^ |
C |
madrona.common.feedvalidator.validators |
rfc822.validate |
703 |
6 |
Operator not preceded by a space
while value1!=value2: value1,value2=value2,re.sub('\([^(]*?\)',' ',value2)
^^ |
C |
madrona.common.feedvalidator.validators |
rfc822.validate |
703 |
28 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.validators |
rfc822.validate |
682 |
6 |
Unused variable 'calendar' |
R |
madrona.common.feedvalidator.validators |
rfc822 |
670 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
decodehtml |
713 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
decodehtml |
714 |
2 |
Operator not preceded by a space
chunks=re.split('&#?(\w+);',data)
^ |
C |
madrona.common.feedvalidator.validators |
decodehtml |
716 |
2 |
Comma not followed by a space
for i in range(1,len(chunks),2):
^^ |
C |
madrona.common.feedvalidator.validators |
decodehtml |
719 |
6 |
Operator not preceded by a space
chunks[i]=unichr(int(chunks[i]))
^ |
C |
madrona.common.feedvalidator.validators |
decodehtml |
721 |
6 |
Operator not preceded by a space
chunks[i]=unichr(name2codepoint[chunks[i]])
^ |
C |
madrona.common.feedvalidator.validators |
decodehtml |
723 |
6 |
Operator not preceded by a space
chunks[i]='&' + chunks[i] +';'
^ |
C |
madrona.common.feedvalidator.validators |
decodehtml |
726 |
2 |
Comma not followed by a space
return u"".join(map(unicode,chunks))
^^ |
W |
madrona.common.feedvalidator.validators |
decodehtml |
726 |
18 |
Used builtin function 'map' |
W |
madrona.common.feedvalidator.validators |
absUrlMixin |
731 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.validators |
absUrlMixin |
731 |
0 |
Invalid name "absUrlMixin" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
absUrlMixin |
731 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
absUrlMixin.validateAbsUrl |
735 |
2 |
Comma not followed by a space
def validateAbsUrl(self,value):
^^ |
C |
madrona.common.feedvalidator.validators |
absUrlMixin.validateAbsUrl |
735 |
2 |
Invalid name "validateAbsUrl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
absUrlMixin.validateAbsUrl |
735 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
absUrlMixin.validateAbsUrl |
737 |
4 |
Comma not followed by a space
for ref in [reduce(lambda a,b: a or b, x) for x in refs]:
^^ |
C |
madrona.common.feedvalidator.validators |
absUrlMixin.validateAbsUrl |
740 |
12 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
absUrlMixin.validateAbsUrl |
735 |
26 |
Unused argument 'value' |
R |
madrona.common.feedvalidator.validators |
absUrlMixin |
731 |
0 |
Too few public methods (1/2) |
W |
madrona.common.feedvalidator.validators |
safeHtmlMixin |
752 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.validators |
safeHtmlMixin |
752 |
0 |
Invalid name "safeHtmlMixin" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
safeHtmlMixin |
752 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
safeHtmlMixin.validateSafe |
753 |
2 |
Comma not followed by a space
def validateSafe(self,value):
^^ |
C |
madrona.common.feedvalidator.validators |
safeHtmlMixin.validateSafe |
753 |
2 |
Invalid name "validateSafe" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
safeHtmlMixin.validateSafe |
753 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
safeHtmlMixin |
752 |
0 |
Too few public methods (1/2) |
C |
madrona.common.feedvalidator.validators |
safeHtml |
756 |
0 |
Invalid name "safeHtml" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
safeHtml |
756 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
safeHtml |
756 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.validators |
nonemail |
766 |
0 |
Invalid name "nonemail" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
nonemail |
766 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
nonemail |
766 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
nonhtml |
775 |
0 |
Comma not followed by a space
class nonhtml(text,safeHtmlMixin):#,absUrlMixin):
^^ |
C |
madrona.common.feedvalidator.validators |
nonhtml |
775 |
0 |
Invalid name "nonhtml" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
nonhtml |
775 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
nonhtml.start |
778 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
nonhtml.validate |
791 |
8 |
Redefining name 'name2codepoint' from outer scope (line 712) |
W |
madrona.common.feedvalidator.validators |
nonhtml.validate |
783 |
2 |
Arguments number differs from overridden method |
W |
madrona.common.feedvalidator.validators |
nonhtml.validate |
791 |
8 |
Reimport 'name2codepoint' (imported line 712) |
C |
madrona.common.feedvalidator.validators |
nonhtml.validate |
793 |
44 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
nonhtml.validate |
805 |
10 |
Operator not preceded by a space
while rss and rss.name!='rss': rss=rss.parent
^^ |
C |
madrona.common.feedvalidator.validators |
nonhtml.validate |
805 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.validators |
nonhtml |
775 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.validators |
email |
812 |
0 |
Comma not followed by a space
class email(addr_spec,nonhtml):
^^ |
C |
madrona.common.feedvalidator.validators |
email |
812 |
0 |
Invalid name "email" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
email |
812 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
email.validate |
817 |
4 |
Redefining built-in 'list' |
W |
madrona.common.feedvalidator.validators |
email.validate |
814 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.validators |
email.validate |
816 |
4 |
Operator not preceded by a space
value=self.value
^ |
C |
madrona.common.feedvalidator.validators |
email.validate |
818 |
21 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.validators |
email |
812 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.validators |
email_with_name |
823 |
0 |
Invalid name "email_with_name" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
email_with_name |
823 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
email_with_name.validate |
827 |
6 |
Comma not followed by a space
self.value = unquote(self.value.split(':',1)[1])
^^ |
R |
madrona.common.feedvalidator.validators |
email_with_name |
823 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.validators |
nonNegativeInteger |
840 |
0 |
Invalid name "nonNegativeInteger" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
nonNegativeInteger |
840 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
nonNegativeInteger.validate |
843 |
6 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.validators |
nonNegativeInteger |
840 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
positiveInteger |
851 |
0 |
Invalid name "positiveInteger" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
positiveInteger |
851 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
positiveInteger.validate |
855 |
6 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
positiveInteger.validate |
858 |
11 |
Operator not preceded by a space
elif self.max and t>self.max:
^ |
R |
madrona.common.feedvalidator.validators |
positiveInteger |
851 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
UINT31 |
866 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
UINT31 |
866 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
Integer |
869 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
Integer.validate |
871 |
25 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.validators |
Integer.validate |
873 |
6 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
Integer.validate |
873 |
6 |
Unused variable 't' |
R |
madrona.common.feedvalidator.validators |
Integer |
869 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
Float |
878 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
Float.validate |
879 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.validators |
Float |
878 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
alphanumeric |
883 |
0 |
Invalid name "alphanumeric" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
alphanumeric |
883 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
alphanumeric |
883 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
percentType |
888 |
0 |
Invalid name "percentType" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
percentType |
888 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
percentType.validate |
891 |
6 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.validators |
percentType |
888 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
latitude |
899 |
0 |
Invalid name "latitude" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
latitude |
899 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
latitude |
899 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
longitude |
910 |
0 |
Invalid name "longitude" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
longitude |
910 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
longitude |
910 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
httpURL |
921 |
0 |
Invalid name "httpURL" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
httpURL |
921 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
httpURL |
921 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
rdfResourceURI |
931 |
0 |
Invalid name "rdfResourceURI" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
rdfResourceURI |
931 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
rdfResourceURI.getExpectedAttrNames |
932 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.validators |
rdfResourceURI.validate |
935 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.validators |
rdfResourceURI.validate |
937 |
6 |
Operator not preceded by a space
self.value=self.attrs.getValue((rdfNS, 'resource'))
^ |
R |
madrona.common.feedvalidator.validators |
rdfResourceURI |
931 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
rdfAbout |
942 |
0 |
Invalid name "rdfAbout" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
rdfAbout |
942 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
rdfAbout.getExpectedAttrNames |
943 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rdfAbout.startElementNS |
945 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rdfAbout.validate |
951 |
6 |
Operator not preceded by a space
test=rfc2396().setElement(self.name, self.attrs, self)
^ |
C |
madrona.common.feedvalidator.validators |
rdfAbout.validate |
952 |
6 |
Operator not preceded by a space
test.value=self.attrs.getValue((rdfNS, 'about'))
^ |
R |
madrona.common.feedvalidator.validators |
rdfAbout |
942 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
nonblank |
955 |
0 |
Invalid name "nonblank" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
nonblank |
955 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
nonblank.validate |
956 |
2 |
Arguments number differs from overridden method |
W |
madrona.common.feedvalidator.validators |
nonblank.validate |
956 |
2 |
Dangerous default value {} as argument |
C |
madrona.common.feedvalidator.validators |
nonblank.validate |
956 |
2 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
nonblank.validate |
956 |
2 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
nonblank.validate |
956 |
21 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
nonblank.validate |
956 |
42 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
nonblank.validate |
958 |
6 |
Operator not preceded by a space
logparams={"parent":self.parent.name,"element":self.name}
^ |
R |
madrona.common.feedvalidator.validators |
nonblank |
955 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
nows |
962 |
0 |
Invalid name "nows" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
nows.__init__ |
964 |
4 |
Invalid name "ok" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
nows |
962 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
nows |
962 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
unique |
972 |
0 |
Invalid name "unique" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
unique |
972 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
unique.__init__ |
974 |
4 |
Operator not preceded by a space
self.scope_name=name
^ |
C |
madrona.common.feedvalidator.validators |
unique.__init__ |
975 |
4 |
Operator not preceded by a space
self.scope=scope
^ |
C |
madrona.common.feedvalidator.validators |
unique.__init__ |
976 |
4 |
Operator not preceded by a space
self.message=message
^ |
C |
madrona.common.feedvalidator.validators |
unique.__init__ |
979 |
6 |
Operator not preceded by a space
self.scope.__dict__[name+'s']=[]
^ |
W |
madrona.common.feedvalidator.validators |
unique.validate |
982 |
4 |
Redefining built-in 'list' |
W |
madrona.common.feedvalidator.validators |
unique.validate |
980 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.validators |
unique.validate |
982 |
4 |
Operator not preceded by a space
list=self.scope.__dict__[self.scope_name+'s']
^ |
C |
madrona.common.feedvalidator.validators |
unique.validate |
984 |
6 |
Comma not followed by a space
self.log(self.message({"parent":self.parent.name, "element":self.name,"value":self.value}))
^^ |
R |
madrona.common.feedvalidator.validators |
unique |
972 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
rfc3987_full |
988 |
0 |
Invalid name "rfc3987_full" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
rfc3987_full |
988 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
rfc3987_full.validate |
990 |
2 |
Dangerous default value {} as argument |
C |
madrona.common.feedvalidator.validators |
rfc3987_full.validate |
990 |
2 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987_full.validate |
990 |
2 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987_full.validate |
990 |
2 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987_full.validate |
990 |
21 |
Invalid name "errorClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987_full.validate |
990 |
49 |
Invalid name "successClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
rfc3987_full.validate |
990 |
72 |
Invalid name "extraParams" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.validators |
rfc3987_full |
988 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
canonicaluri |
993 |
0 |
Invalid name "canonicaluri" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
canonicaluri |
993 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
canonicaluri.validate |
994 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.validators |
canonicaluri.validate |
998 |
6 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
canonicaluri.validate |
1000 |
8 |
Comma not followed by a space
self.log(NonCanonicalURI({"parent":self.parent.name,"element":self.name,"uri":prestrip, "curi":c or 'N/A'}))
^^ |
R |
madrona.common.feedvalidator.validators |
canonicaluri |
993 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
yesno |
1002 |
0 |
Invalid name "yesno" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
yesno |
1002 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
yesno.normalizeWhitespace |
1003 |
2 |
Invalid name "normalizeWhitespace" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
yesno.validate |
1007 |
6 |
Comma not followed by a space
self.log(InvalidYesNo({"parent":self.parent.name, "element":self.name,"value":self.value}))
^^ |
R |
madrona.common.feedvalidator.validators |
yesno |
1002 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
truefalse |
1009 |
0 |
Invalid name "truefalse" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
truefalse |
1009 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
truefalse.normalizeWhitespace |
1010 |
2 |
Invalid name "normalizeWhitespace" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
truefalse.validate |
1014 |
6 |
Comma not followed by a space
self.log(InvalidTrueFalse({"parent":self.parent.name, "element":self.name,"value":self.value}))
^^ |
R |
madrona.common.feedvalidator.validators |
truefalse |
1009 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
truefalsestrict |
1016 |
0 |
Invalid name "truefalsestrict" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
truefalsestrict |
1016 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
truefalsestrict.normalizeWhitespace |
1017 |
2 |
Invalid name "normalizeWhitespace" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.validators |
truefalsestrict.validate |
1021 |
6 |
Comma not followed by a space
self.log(InvalidTrueFalse({"parent":self.parent.name, "element":self.name,"value":self.value}))
^^ |
R |
madrona.common.feedvalidator.validators |
truefalsestrict |
1016 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
duration |
1023 |
0 |
Invalid name "duration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
duration |
1023 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
duration |
1023 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
lengthLimitedText |
1030 |
0 |
Invalid name "lengthLimitedText" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
lengthLimitedText |
1030 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.validators |
lengthLimitedText.__init__ |
1031 |
21 |
Redefining built-in 'max' |
W |
madrona.common.feedvalidator.validators |
lengthLimitedText.__init__ |
1033 |
4 |
__init__ method from a non direct base class 'text' is called |
W |
madrona.common.feedvalidator.validators |
lengthLimitedText.__init__ |
1031 |
2 |
__init__ method from base class 'nonhtml' is not called |
W |
madrona.common.feedvalidator.validators |
lengthLimitedText.validate |
1034 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.validators |
lengthLimitedText |
1030 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.validators |
keywords |
1040 |
0 |
Invalid name "keywords" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
keywords |
1040 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
keywords |
1040 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
commaSeparatedIntegers |
1045 |
0 |
Invalid name "commaSeparatedIntegers" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
commaSeparatedIntegers |
1045 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
commaSeparatedIntegers |
1045 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
formname |
1051 |
0 |
Invalid name "formname" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
formname |
1051 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
formname |
1051 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
enumeration |
1057 |
0 |
Invalid name "enumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
enumeration |
1057 |
0 |
Missing docstring |
E |
madrona.common.feedvalidator.validators |
enumeration.validate |
1059 |
25 |
Instance of 'enumeration' has no 'valuelist' member |
E |
madrona.common.feedvalidator.validators |
enumeration.validate |
1060 |
15 |
Instance of 'enumeration' has no 'error' member |
R |
madrona.common.feedvalidator.validators |
enumeration |
1057 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
caseinsensitive_enumeration |
1063 |
0 |
Invalid name "caseinsensitive_enumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
caseinsensitive_enumeration |
1063 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.validators |
caseinsensitive_enumeration.validate |
1065 |
4 |
Operator not preceded by a space
self.value=self.value.lower()
^ |
R |
madrona.common.feedvalidator.validators |
caseinsensitive_enumeration |
1063 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
iso3166 |
1068 |
0 |
Invalid name "iso3166" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
iso3166 |
1068 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
iso3166 |
1068 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.validators |
iso4217 |
1092 |
0 |
Invalid name "iso4217" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.validators |
iso4217 |
1092 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.validators |
iso4217 |
1092 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
11 |
0 |
Unused import parsedate_tz |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
11 |
0 |
Unused import mktime_tz |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.validators |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.base |
|
3 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.base |
|
15 |
0 |
Line too long (161/80) |
W |
madrona.common.feedvalidator.base |
|
90 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
91 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
92 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
110 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
112 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
113 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
114 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
115 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
116 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
118 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
119 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
120 |
0 |
Bad indentation. Found 7 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
121 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
122 |
0 |
Bad indentation. Found 7 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
123 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
124 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
125 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
126 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
129 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
131 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
132 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
133 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
135 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
136 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
138 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
139 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
140 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
141 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
142 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
143 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
145 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
146 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.base |
|
147 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.base |
|
147 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
148 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
149 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
150 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
151 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
152 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
153 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
154 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
155 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
156 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
157 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
158 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
159 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
160 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
161 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
162 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
163 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
164 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
165 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
166 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
167 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
168 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
169 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
170 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
171 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
172 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
173 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
174 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
175 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
176 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
177 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
178 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
180 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
181 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
183 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
184 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
185 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
186 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
187 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
188 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
190 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
191 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
192 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
193 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
194 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
195 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
196 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
197 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
198 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
199 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
200 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
201 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
202 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
203 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
204 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.base |
|
205 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.base |
|
205 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
207 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
208 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
209 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
210 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
212 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
213 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
214 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
215 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
216 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
217 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
218 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
219 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
220 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
222 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
224 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
225 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
226 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
227 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
229 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
230 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
231 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
232 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
233 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
234 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
235 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
236 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
237 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
239 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
240 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
241 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
242 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
243 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
244 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
245 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
247 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
248 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
249 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
250 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
251 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
253 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
254 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
255 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
256 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
257 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
258 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
259 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
261 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
262 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
263 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
264 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
265 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
266 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
267 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
268 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
269 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
270 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
271 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
272 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
274 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
275 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.base |
|
276 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.base |
|
276 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
277 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
278 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
280 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
281 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
282 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
283 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
284 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
285 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
287 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
288 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
289 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
290 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
291 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
292 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
293 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
294 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
295 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
296 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
297 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
298 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
299 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
300 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
301 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
302 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
303 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
304 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
305 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
306 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
307 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
308 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
309 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
311 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
312 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
313 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
314 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
315 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
316 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
318 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
319 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
321 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
322 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
345 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
346 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
347 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
348 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
349 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
350 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
351 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
352 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
353 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
355 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
356 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
357 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
358 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
359 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
360 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
361 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
362 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.base |
|
364 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.base |
|
364 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.base |
|
365 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.base |
|
365 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
366 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
367 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
369 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
370 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
371 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
372 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
374 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
376 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
377 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
378 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
380 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
381 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
382 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
383 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
384 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
385 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
386 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
388 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
389 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
390 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
391 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
392 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
393 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
395 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
396 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
397 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
398 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
399 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
400 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
402 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
403 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
404 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
406 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
407 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
409 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
410 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
411 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
413 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
414 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.base |
|
415 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.base |
|
415 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
416 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
417 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
418 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
420 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
421 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
422 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
423 |
0 |
Bad indentation. Found 7 spaces, expected 12 |
C |
madrona.common.feedvalidator.base |
|
424 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.base |
|
424 |
0 |
Bad indentation. Found 7 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
425 |
0 |
Bad indentation. Found 7 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
426 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
428 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
429 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
430 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
431 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
432 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
433 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
436 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
437 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
438 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
439 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
441 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
442 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
443 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
445 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
446 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
447 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
448 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
449 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
451 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
452 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
453 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
454 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
455 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
456 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
457 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
458 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
460 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
461 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
462 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
463 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
464 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
465 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
466 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
467 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
468 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
469 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
C |
madrona.common.feedvalidator.base |
|
470 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.base |
|
470 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
471 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
472 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
473 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
474 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
477 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
478 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
479 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
480 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.base |
|
482 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
C |
madrona.common.feedvalidator.base |
|
483 |
0 |
Line too long (84/80) |
W |
madrona.common.feedvalidator.base |
|
483 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.base |
|
484 |
0 |
Bad indentation. Found 16 spaces, expected 32 |
W |
madrona.common.feedvalidator.base |
|
487 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
488 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
C |
madrona.common.feedvalidator.base |
|
489 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.base |
|
489 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
491 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
492 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
C |
madrona.common.feedvalidator.base |
|
493 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.base |
|
493 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
494 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
496 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
501 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
503 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
504 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
506 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
507 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
508 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
509 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
510 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
511 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
513 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
514 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
515 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
517 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
518 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
520 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
521 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
522 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
525 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
526 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
527 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
528 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
529 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
C |
madrona.common.feedvalidator.base |
|
530 |
0 |
Line too long (116/80) |
W |
madrona.common.feedvalidator.base |
|
530 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
531 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.base |
|
532 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.base |
|
533 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
536 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
537 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.base |
|
538 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.base |
|
538 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
539 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
540 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
541 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.base |
|
542 |
0 |
Found indentation with tabs instead of spaces |
W |
madrona.common.feedvalidator.base |
|
544 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
546 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
547 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
548 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.base |
|
549 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
550 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
552 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
553 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
555 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
556 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
558 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
559 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
561 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
562 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
563 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
565 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
566 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
568 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.base |
|
569 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.base |
|
9 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
|
16 |
0 |
Invalid name "namespaces" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.base |
near_miss |
89 |
0 |
Invalid name "ns" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
near_miss |
89 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
near_miss |
89 |
14 |
Invalid name "ns" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
near_miss |
92 |
2 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.base |
|
95 |
0 |
Comma not followed by a space
nearly_namespaces = dict([(near_miss(u),p) for u,p in namespaces.items()])
^^ |
C |
madrona.common.feedvalidator.base |
|
95 |
0 |
Invalid name "nearly_namespaces" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.base |
|
97 |
0 |
Invalid name "stdattrs" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
118 |
4 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
126 |
4 |
Invalid name "defaultNamespaces" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
129 |
4 |
Invalid name "rssCharData" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
117 |
4 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
123 |
4 |
Invalid name "selfURIs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
116 |
4 |
Invalid name "lastKnownColumn" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
115 |
4 |
Invalid name "lastKnownLine" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
120 |
7 |
Invalid name "xmlBase" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFirstOccurrenceOnly |
136 |
4 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher |
108 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.base |
SAXDispatcher |
108 |
0 |
Too many instance attributes (13/7) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
112 |
2 |
Invalid name "selfURIs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
112 |
27 |
Invalid name "selfURIs" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
113 |
4 |
Relative import 'root', should be 'madrona.common.feedvalidator.root' |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
121 |
4 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.__init__ |
125 |
4 |
Operator not preceded by a space
self.handler_stack=[[root(self, base)]]
^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setDocumentLocator |
131 |
2 |
Invalid name "setDocumentLocator" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFirstOccurrenceOnly |
135 |
2 |
Invalid name "setFirstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFirstOccurrenceOnly |
135 |
2 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFirstOccurrenceOnly |
135 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFirstOccurrenceOnly |
135 |
35 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
138 |
2 |
Invalid name "startPrefixMapping" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
138 |
2 |
Too many local variables (18/15) |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
146 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
147 |
8 |
Invalid name "preferredURI" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
152 |
11 |
Operator not preceded by a space
elif prefix=='wiki' and uri.find('usemod')>=0:
^^ |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
153 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
156 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
161 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
164 |
10 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
165 |
10 |
Comma not followed by a space
if self.getFeedType() in [TYPE_ATOM,TYPE_UNKNOWN]:
^^ |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
168 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
172 |
6 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
173 |
6 |
Operator not preceded by a space
rule=rfc3987()
^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
175 |
6 |
Operator not preceded by a space
rule.value=uri
^ |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
177 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
R |
madrona.common.feedvalidator.base |
SAXDispatcher.startPrefixMapping |
138 |
2 |
Too many branches (16/12) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.namespaceFor |
180 |
2 |
Invalid name "namespaceFor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.namespaceFor |
180 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.namespaceFor |
180 |
25 |
Unused argument 'prefix' |
R |
madrona.common.feedvalidator.base |
SAXDispatcher.namespaceFor |
180 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
196 |
10 |
Redefining name 'u' from outer scope (line 95) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
183 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
192 |
19 |
Used builtin function 'filter' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
195 |
16 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
195 |
29 |
Used builtin function 'filter' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
196 |
10 |
Invalid name "u" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
198 |
10 |
Operator not preceded by a space
feedtype=self.getFeedType()
^ |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
200 |
12 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
203 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
204 |
8 |
Operator not preceded by a space
if not u[0]: u=u[1]
^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
204 |
21 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.startElementNS |
204 |
21 |
Invalid name "u" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
207 |
2 |
Invalid name "resolveEntity" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
207 |
2 |
Invalid name "publicId" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
207 |
2 |
Invalid name "systemId" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
207 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
207 |
26 |
Invalid name "publicId" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
207 |
36 |
Invalid name "systemId" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
219 |
4 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity.log |
213 |
6 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity.log |
214 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
218 |
6 |
Operator not preceded by a space
self.xmlvalidator=0
^ |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
224 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
229 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.resolveEntity |
232 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.skippedEntity |
239 |
2 |
Invalid name "skippedEntity" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.skippedEntity |
240 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.skippedEntity |
243 |
33 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.skippedEntity |
244 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.endElementNS |
253 |
2 |
Invalid name "endElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.push |
261 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.push |
265 |
8 |
Operator not preceded by a space
handler.value=""
^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.push |
269 |
6 |
Operator not preceded by a space
handlers.value=""
^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log |
274 |
2 |
Comma not followed by a space
def log(self, event, offset=(0,0)):
^^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log |
274 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log.findDuplicate |
275 |
4 |
Invalid name "findDuplicate" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log.findDuplicate |
275 |
4 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log.findDuplicate |
281 |
15 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log.findDuplicate |
283 |
58 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log |
288 |
6 |
Comma not followed by a space
if not isinstance(event.params['element'],tuple):
^^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log |
289 |
8 |
Operator not preceded by a space
event.params['element']=':'.join(event.params['element'].split('_', 1))
^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.log |
290 |
11 |
Operator not preceded by a space
elif event.params['element'][0]==u'http://www.w3.org/XML/1998/namespace':
^^ |
R |
madrona.common.feedvalidator.base |
SAXDispatcher.log |
274 |
2 |
Too many branches (13/12) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.error |
311 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.error |
312 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
SAXDispatcher |
315 |
2 |
Operator not preceded by a space
fatalError=error
^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher |
316 |
2 |
Operator not preceded by a space
warning=error
^ |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.getFeedType |
318 |
2 |
Invalid name "getFeedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.getFeedType |
318 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFeedType |
321 |
2 |
Invalid name "setFeedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFeedType |
321 |
2 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFeedType |
321 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
SAXDispatcher.setFeedType |
321 |
24 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator |
_validate |
100 |
2 |
Attribute 'xmlvalidator' defined outside __init__ |
W |
madrona.common.feedvalidator.base |
SAXDispatcher.setDocumentLocator |
132 |
4 |
Attribute 'locator' defined outside __init__ |
R |
madrona.common.feedvalidator.base |
SAXDispatcher |
108 |
0 |
Too many public methods (21/20) |
W |
madrona.common.feedvalidator.base |
|
341 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase |
343 |
0 |
Invalid name "validatorBase" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.base |
validatorBase.__init__ |
350 |
4 |
Invalid name "isValid" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.setElement |
362 |
4 |
Invalid name "xmlLang" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.setElement |
365 |
6 |
Invalid name "xmlBase" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase |
343 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.base |
validatorBase |
343 |
0 |
Too many instance attributes (14/7) |
C |
madrona.common.feedvalidator.base |
validatorBase.setElement |
355 |
2 |
Invalid name "setElement" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.setElement |
355 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.setElement |
365 |
6 |
Operator not preceded by a space
self.xmlBase=attrs.getValue((u'http://www.w3.org/XML/1998/namespace', u'base'))
^ |
W |
madrona.common.feedvalidator.base |
validatorBase.setElement |
366 |
6 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.base |
validatorBase.setElement |
367 |
6 |
Comma not followed by a space
self.validate_attribute((u'http://www.w3.org/XML/1998/namespace',u'base'),
^^
rfc3987) |
C |
madrona.common.feedvalidator.base |
validatorBase.simplename |
376 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.simplename |
377 |
20 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.base |
validatorBase.simplename |
376 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.base |
validatorBase.namespaceFor |
380 |
2 |
Invalid name "namespaceFor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.namespaceFor |
380 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.validate_attribute |
388 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.validate_attribute |
389 |
4 |
Comma not followed by a space
if not isinstance(rule,validatorBase): rule = rule()
^^ |
C |
madrona.common.feedvalidator.base |
validatorBase.validate_attribute |
389 |
43 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.base |
validatorBase.validate_attribute |
390 |
4 |
Comma not followed by a space
if isinstance(name,str): name = (None,name)
^^ |
C |
madrona.common.feedvalidator.base |
validatorBase.validate_attribute |
390 |
29 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.base |
validatorBase.validate_attribute |
392 |
4 |
Operator not preceded by a space
rule.value=self.attrs.getValue(name)
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.validate_required_attribute |
395 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
validatorBase.validate_required_attribute |
399 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase.validate_optional_attribute |
402 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.getExpectedAttrNames |
406 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.getExpectedAttrNames |
406 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
validatorBase.getExpectedAttrNames |
407 |
4 |
Statement seems to have no effect |
R |
madrona.common.feedvalidator.base |
validatorBase.getExpectedAttrNames |
406 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.base |
validatorBase.unknown_starttag |
410 |
4 |
Redefining built-in 'any' |
C |
madrona.common.feedvalidator.base |
validatorBase.unknown_starttag |
409 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
validatorBase.unknown_starttag |
410 |
4 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
413 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
413 |
2 |
Too many local variables (25/15) |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
415 |
6 |
Operator not preceded by a space
self.xmlLang=attrs.getValue((u'http://www.w3.org/XML/1998/namespace', u'lang'))
^ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
417 |
8 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
420 |
4 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
421 |
4 |
Operator not preceded by a space
feedtype=self.getFeedType()
^ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
423 |
7 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
425 |
7 |
Operator not preceded by a space
qname="null"
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
426 |
4 |
Operator not preceded by a space
if qname in self.dispatcher.defaultNamespaces: qname=None
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
426 |
51 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
433 |
39 |
More than one statement on a single line |
E |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
433 |
39 |
Instance of 'validatorBase' has no 'setItunes' member |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
436 |
4 |
Comma not followed by a space
for (namespace,attr) in attrs.keys():
^^ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
438 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
441 |
4 |
Operator not preceded by a space
if qname=='http://purl.org/atom/ns#':
^^ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
442 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
446 |
10 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
448 |
10 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
453 |
6 |
Operator not preceded by a space
name="unknown_"+name
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
454 |
6 |
Operator not preceded by a space
self.child=name
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
457 |
8 |
Operator not preceded by a space
self.child=name
^ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
465 |
10 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
465 |
10 |
Reimport 'MissingNamespace' (imported line 438) |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
469 |
10 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
470 |
10 |
Comma not followed by a space
self.log(MisplacedXHTMLContent({"parent": ':'.join(self.name.split("_",1)), "element":name}))
^^ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
474 |
12 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
478 |
12 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
480 |
43 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
484 |
16 |
Operator not preceded by a space
qname='atom_'+qname
^ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
488 |
12 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
489 |
12 |
Comma not followed by a space
self.log(QuestionableUsage({"parent": ':'.join(self.name.split("_",1)), "element":qname}))
^^ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
492 |
12 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
493 |
12 |
Comma not followed by a space
self.log(UndefinedElement({"parent": ':'.join(self.name.split("_",1)), "element":name}))
^^ |
R |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
413 |
2 |
Too many branches (26/12) |
R |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
413 |
2 |
Too many statements (70/50) |
C |
madrona.common.feedvalidator.base |
validatorBase.normalizeWhitespace |
503 |
2 |
Invalid name "normalizeWhitespace" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.normalizeWhitespace |
503 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.endElementNS |
506 |
2 |
Invalid name "endElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
validatorBase.endElementNS |
510 |
6 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.base |
validatorBase.textOK |
513 |
2 |
Invalid name "textOK" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.textOK |
513 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
validatorBase.textOK |
514 |
4 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.base |
validatorBase.textOK |
515 |
4 |
Comma not followed by a space
self.log(UnexpectedText({"element":self.name,"parent":self.parent.name}))
^^ |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
518 |
23 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
520 |
4 |
Operator not preceded by a space
line=column=0
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
521 |
4 |
Operator not preceded by a space
pc=' '
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
521 |
4 |
Invalid name "pc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
522 |
8 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
validatorBase.characters |
531 |
10 |
No exception type(s) specified |
W |
madrona.common.feedvalidator.base |
validatorBase.characters |
529 |
12 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
530 |
12 |
Comma not followed by a space
self.log(BadCharacters({"parent":self.parent.name, "element":self.name}), offset=(line,max(1,column-1)))
^^ |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
533 |
6 |
Invalid name "pc" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.base |
validatorBase.characters |
537 |
8 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.base |
validatorBase.characters |
537 |
8 |
Reimport 'BadCharacters' (imported line 529) |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
538 |
8 |
Comma not followed by a space
self.log(BadCharacters({"parent":self.parent.name, "element":self.name}), offset=(line,column))
^^ |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
539 |
6 |
Operator not preceded by a space
column=column+1
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
540 |
6 |
Comma not followed by a space
if ord(c) in (10,13):
^^ |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
541 |
8 |
Operator not preceded by a space
column=0
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.characters |
542 |
1 |
Operator not preceded by a space
line=line+1
^ |
C |
madrona.common.feedvalidator.base |
validatorBase.log |
546 |
2 |
Comma not followed by a space
def log(self, event, offset=(0,0)):
^^ |
C |
madrona.common.feedvalidator.base |
validatorBase.log |
546 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.setFeedType |
552 |
2 |
Invalid name "setFeedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.setFeedType |
552 |
2 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.setFeedType |
552 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.setFeedType |
552 |
24 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.getFeedType |
555 |
2 |
Invalid name "getFeedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.base |
validatorBase.getFeedType |
555 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.push |
558 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.leaf |
561 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
validatorBase.leaf |
562 |
4 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
R |
madrona.common.feedvalidator.base |
validatorBase.leaf |
561 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.base |
validatorBase.prevalidate |
565 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.base |
validatorBase.validate |
568 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.base |
validatorBase.setElement |
358 |
4 |
Attribute 'parent' defined outside __init__ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
457 |
8 |
Attribute 'child' defined outside __init__ |
W |
madrona.common.feedvalidator.base |
validatorBase.setElement |
359 |
4 |
Attribute 'dispatcher' defined outside __init__ |
W |
madrona.common.feedvalidator.base |
validatorBase.setElement |
361 |
4 |
Attribute 'col' defined outside __init__ |
W |
madrona.common.feedvalidator.base |
validatorBase.startElementNS |
415 |
6 |
Attribute 'xmlLang' defined outside __init__ |
W |
madrona.common.feedvalidator.base |
validatorBase.setElement |
360 |
4 |
Attribute 'line' defined outside __init__ |
W |
madrona.common.feedvalidator.base |
validatorBase.setElement |
372 |
6 |
Attribute 'xmlBase' defined outside __init__ |
R |
madrona.common.feedvalidator.base |
validatorBase |
343 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.base |
|
8 |
0 |
Unused import Locator |
W |
madrona.common.feedvalidator.base |
|
9 |
0 |
Unused import NotUTF8 |
W |
madrona.common.feedvalidator.opensearch |
|
6 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
7 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
8 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
10 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
11 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
12 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
13 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
14 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
15 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
16 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
17 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
19 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
21 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
23 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
25 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
27 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
29 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
31 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
32 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
34 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
35 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
37 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
38 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
41 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
42 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
43 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
45 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
47 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
48 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
49 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
50 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
53 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
54 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
56 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
57 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
59 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
60 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.opensearch |
|
63 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.opensearch |
|
63 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
64 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
67 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
68 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
69 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
70 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opensearch |
|
71 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.opensearch |
|
72 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
73 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opensearch |
|
74 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opensearch |
|
75 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.opensearch |
|
76 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
77 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
80 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
81 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
82 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
83 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
84 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
85 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
88 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
89 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
93 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
94 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
96 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
97 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
98 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
99 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
100 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
101 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
102 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
104 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
106 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
108 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
111 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
112 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
114 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
115 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
116 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
118 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
119 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
120 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opensearch |
|
123 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
124 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
125 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
126 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
127 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
128 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
129 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
130 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opensearch |
|
131 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opensearch |
|
134 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
135 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
136 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
137 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
138 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
141 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
142 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
146 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opensearch |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opensearch |
|
148 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.opensearch |
|
2 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.opensearch |
|
2 |
0 |
Wildcard import logging |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.__init__ |
7 |
4 |
Invalid name "exampleFound" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription |
5 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.validate |
11 |
4 |
Operator not preceded by a space
name=self.name.replace("opensearch_",'')
^ |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_ShortName |
21 |
2 |
Invalid name "do_ShortName" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_ShortName |
21 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_ShortName |
21 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Description |
23 |
2 |
Invalid name "do_Description" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Description |
23 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Description |
23 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Url |
25 |
2 |
Invalid name "do_Url" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Url |
25 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Url |
25 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Contact |
27 |
2 |
Invalid name "do_Contact" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Contact |
27 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Contact |
27 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Tags |
29 |
2 |
Invalid name "do_Tags" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Tags |
29 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Tags |
29 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_LongName |
31 |
2 |
Invalid name "do_LongName" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_LongName |
31 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_LongName |
31 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Image |
33 |
2 |
Invalid name "do_Image" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Image |
33 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Image |
33 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Query |
35 |
2 |
Invalid name "do_Query" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Query |
35 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Query |
35 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Developer |
37 |
2 |
Invalid name "do_Developer" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Developer |
37 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Developer |
37 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Attribution |
39 |
2 |
Invalid name "do_Attribution" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Attribution |
39 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Attribution |
39 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_SyndicationRight |
41 |
2 |
Invalid name "do_SyndicationRight" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_SyndicationRight |
41 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_SyndicationRight |
41 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_AdultContent |
43 |
2 |
Invalid name "do_AdultContent" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_AdultContent |
43 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_AdultContent |
43 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Language |
45 |
2 |
Invalid name "do_Language" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Language |
45 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_Language |
45 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_InputEncoding |
47 |
2 |
Invalid name "do_InputEncoding" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_InputEncoding |
47 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_InputEncoding |
47 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_OutputEncoding |
49 |
2 |
Invalid name "do_OutputEncoding" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_OutputEncoding |
49 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription.do_OutputEncoding |
49 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.opensearch |
OpenSearchDescription |
5 |
0 |
Too many public methods (45/20) |
C |
madrona.common.feedvalidator.opensearch |
Url |
52 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opensearch |
Url.getExpectedAttrNames |
53 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
Url.getExpectedAttrNames |
54 |
4 |
Comma not followed by a space
return [(None,attr) for attr in ['template', 'type', 'indexOffset',
^^
'pageOffset']] |
R |
madrona.common.feedvalidator.opensearch |
Url |
52 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opensearch |
Template |
62 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.opensearch |
Template.validate |
67 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.opensearch |
Template.validate |
73 |
8 |
Comma not followed by a space
prefix,name = pname.split(':',1)
^^ |
C |
madrona.common.feedvalidator.opensearch |
Template.validate |
76 |
4 |
Comma not followed by a space
self.value = self.tparam.sub(r'\1',self.value)
^^ |
W |
madrona.common.feedvalidator.opensearch |
Template.validate |
73 |
15 |
Unused variable 'name' |
R |
madrona.common.feedvalidator.opensearch |
Template |
62 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opensearch |
Image |
79 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opensearch |
Image.getExpectedAttrNames |
80 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
Image.getExpectedAttrNames |
81 |
4 |
Comma not followed by a space
return [(None,attr) for attr in ['height', 'width', 'type']]
^^ |
R |
madrona.common.feedvalidator.opensearch |
Image |
79 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opensearch |
Query |
87 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opensearch |
Query.getExpectedAttrNames |
88 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opensearch |
Query.getExpectedAttrNames |
89 |
4 |
Comma not followed by a space
return [(None,attr) for attr in ['role', 'title', 'totalResults',
^^
'searchTerms', 'count', 'startIndex', 'startPage', 'language',
'inputEncoding', 'outputEncoding', 'parameter']] |
R |
madrona.common.feedvalidator.opensearch |
Query |
87 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opensearch |
QueryRole |
110 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opensearch |
QueryRole.validate |
118 |
6 |
Comma not followed by a space
prefix,name = self.value.split(':',1)
^^ |
W |
madrona.common.feedvalidator.opensearch |
QueryRole.validate |
118 |
13 |
Unused variable 'name' |
R |
madrona.common.feedvalidator.opensearch |
QueryRole |
110 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opensearch |
UrlEncoded |
122 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.opensearch |
UrlEncoded.validate |
125 |
4 |
Redefining name 're' from outer scope (line 1) |
C |
madrona.common.feedvalidator.opensearch |
UrlEncoded.validate |
127 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.opensearch |
UrlEncoded |
122 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opensearch |
SyndicationRight |
133 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opensearch |
SyndicationRight |
135 |
2 |
Comma not followed by a space
valuelist = ['open','limited','private','closed']
^^ |
R |
madrona.common.feedvalidator.opensearch |
SyndicationRight |
133 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opensearch |
AdultContent |
140 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
AdultContent |
140 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opensearch |
Language |
145 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.opensearch |
Language |
145 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.opensearch |
|
1 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.compatibility |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.compatibility |
|
10 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
13 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
16 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
22 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.compatibility |
|
25 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.compatibility |
|
25 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
28 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
31 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
32 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
35 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.compatibility |
|
37 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.compatibility |
|
38 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.compatibility |
|
39 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.compatibility |
|
40 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Wildcard import logging |
C |
madrona.common.feedvalidator.compatibility |
_must |
9 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.compatibility |
_should |
12 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.compatibility |
_may |
15 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.compatibility |
A |
18 |
0 |
Invalid name "A" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.compatibility |
A |
18 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.compatibility |
AA |
21 |
0 |
Invalid name "AA" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.compatibility |
AA |
21 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.compatibility |
AAA |
24 |
0 |
Invalid name "AAA" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.compatibility |
AAA |
24 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.compatibility |
AAAA |
27 |
0 |
Invalid name "AAAA" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.compatibility |
AAAA |
27 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.compatibility |
analyze |
30 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.compatibility |
analyze |
32 |
32 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.compatibility |
analyze |
33 |
41 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.compatibility |
analyze |
36 |
4 |
Comma not followed by a space
if isinstance(event,UndefinedElement):
^^ |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.compatibility |
|
7 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.sse |
|
3 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.sse |
|
7 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
8 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
10 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
11 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
12 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
13 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
14 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
16 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
17 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
19 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
24 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
25 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.sse |
|
26 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.sse |
|
28 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
29 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
32 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
33 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
36 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
38 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.sse |
|
39 |
0 |
Line too long (82/80) |
W |
madrona.common.feedvalidator.sse |
|
39 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
43 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
45 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
47 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
48 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
50 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
51 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
54 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
57 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
59 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
60 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
64 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
65 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
67 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
68 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
69 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
70 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
71 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
72 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
74 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
75 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
76 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.sse |
|
77 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
78 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
79 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
80 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
83 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
84 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
87 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.sse |
|
88 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.sse |
|
88 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
89 |
0 |
Bad indentation. Found 5 spaces, expected 12 |
W |
madrona.common.feedvalidator.sse |
|
92 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
94 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
95 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.sse |
|
96 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
97 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.sse |
|
1 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.sse |
|
1 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.sse |
|
3 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.sse |
Sharing |
6 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.sse |
Sharing.getExpectedAttrNames |
7 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.sse |
Sharing.do_sx_related |
28 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.sse |
Sharing.do_sx_related |
28 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.sse |
Sharing |
6 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.sse |
Sync |
31 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.sse |
Sync.getExpectedAttrNames |
32 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.sse |
Sync.prevalidate |
39 |
4 |
Comma not followed by a space
self.validate_required_attribute((None,'id'), unique('id',self.parent.parent))
^^ |
C |
madrona.common.feedvalidator.sse |
Sync.do_sx_history |
47 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.sse |
Sync.do_sx_history |
47 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.sse |
Sync.do_sx_conflicts |
50 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.sse |
Sync.do_sx_conflicts |
50 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.sse |
Sync |
31 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.sse |
Related |
53 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.sse |
Related.getExpectedAttrNames |
54 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.sse |
Related |
53 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.sse |
History |
63 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.sse |
History.getExpectedAttrNames |
64 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.sse |
History |
63 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.sse |
FeedType |
82 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.sse |
FeedType |
82 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.sse |
rfc2141_nss |
86 |
0 |
Invalid name "rfc2141_nss" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.sse |
rfc2141_nss |
86 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.sse |
rfc2141_nss.validate |
89 |
5 |
Comma not followed by a space
self.log(InvalidNSS({"element":self.name,"parent":self.parent.name}))
^^ |
R |
madrona.common.feedvalidator.sse |
rfc2141_nss |
86 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.sse |
Conflicts |
91 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.sse |
Conflicts.do_entry |
92 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.sse |
Conflicts.do_entry |
93 |
4 |
Relative import 'entry', should be 'madrona.common.feedvalidator.entry' |
R |
madrona.common.feedvalidator.sse |
Conflicts.do_entry |
92 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.sse |
Conflicts.do_item |
95 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.sse |
Conflicts.do_item |
96 |
4 |
Relative import 'item', should be 'madrona.common.feedvalidator.item' |
R |
madrona.common.feedvalidator.sse |
Conflicts.do_item |
95 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.sse |
Conflicts |
91 |
0 |
Too many public methods (32/20) |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import noduplicates from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.sse |
|
2 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.itunes |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.itunes |
|
10 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
11 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
13 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
14 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
16 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
17 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
22 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
25 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
28 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
29 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
32 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
34 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
35 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
36 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.itunes |
|
38 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.itunes |
|
38 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
39 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.itunes |
|
40 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.itunes |
|
40 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.itunes |
|
42 |
0 |
Line too long (82/80) |
W |
madrona.common.feedvalidator.itunes |
|
42 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
44 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
45 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
46 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
47 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.itunes |
|
48 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.itunes |
|
49 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
50 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.itunes |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
54 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
57 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
60 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
63 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
64 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.itunes |
|
65 |
0 |
Line too long (93/80) |
W |
madrona.common.feedvalidator.itunes |
|
65 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
66 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
69 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
71 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
72 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
74 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
75 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
76 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
77 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
78 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
79 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.itunes |
|
80 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.itunes |
|
81 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.itunes |
|
83 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
84 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
86 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
87 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
88 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.itunes |
|
89 |
0 |
Line too long (108/80) |
W |
madrona.common.feedvalidator.itunes |
|
89 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.itunes |
|
91 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
92 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
94 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
98 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
99 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
100 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
103 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
104 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
106 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
107 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
110 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
111 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
112 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
113 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
114 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
116 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
117 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
119 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
121 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
122 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
123 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.itunes |
|
124 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.itunes |
|
124 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.itunes |
|
127 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.itunes |
|
128 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.itunes |
|
128 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.itunes |
|
131 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
132 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
137 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
138 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
140 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
141 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
144 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
145 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
148 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
149 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
150 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
305 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
306 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.itunes |
|
307 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.itunes |
|
308 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.itunes |
|
309 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.itunes |
|
309 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.itunes |
itunes |
9 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.itunes |
itunes |
9 |
0 |
Invalid name "itunes" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.itunes |
itunes |
9 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_author |
10 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_author |
10 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_block |
13 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_block |
13 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_explicit |
16 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_explicit |
16 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_keywords |
19 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_keywords |
19 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_subtitle |
22 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_subtitle |
22 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_summary |
25 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_summary |
25 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_image |
28 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes.do_itunes_image |
28 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.itunes |
itunes_channel |
31 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.itunes |
itunes_channel |
31 |
0 |
Invalid name "itunes_channel" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.itunes |
itunes_channel |
31 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.itunes |
itunes_channel |
32 |
2 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
34 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
35 |
25 |
Instance of 'itunes_channel' has no 'children' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
35 |
47 |
Instance of 'itunes_channel' has no 'xmlLang' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
36 |
6 |
Instance of 'itunes_channel' has no 'log' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
36 |
46 |
Instance of 'itunes_channel' has no 'name' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
37 |
32 |
Instance of 'itunes_channel' has no 'children' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
38 |
6 |
Instance of 'itunes_channel' has no 'log' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
38 |
46 |
Instance of 'itunes_channel' has no 'name' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
39 |
32 |
Instance of 'itunes_channel' has no 'children' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
40 |
6 |
Instance of 'itunes_channel' has no 'log' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
40 |
46 |
Instance of 'itunes_channel' has no 'name' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
41 |
29 |
Instance of 'itunes_channel' has no 'children' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
42 |
6 |
Instance of 'itunes_channel' has no 'log' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.validate |
42 |
44 |
Instance of 'itunes_channel' has no 'name' member |
W |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
47 |
8 |
Redefining name 'NotUTF8' from outer scope (line 7) |
C |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
44 |
2 |
Invalid name "setItunes" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
44 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
45 |
21 |
Instance of 'itunes_channel' has no 'itunes' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
46 |
9 |
Instance of 'itunes_channel' has no 'dispatcher' member |
W |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
47 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
48 |
8 |
Instance of 'itunes_channel' has no 'log' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
48 |
35 |
Instance of 'itunes_channel' has no 'parent' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
48 |
63 |
Instance of 'itunes_channel' has no 'name' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
49 |
9 |
Instance of 'itunes_channel' has no 'getFeedType' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
49 |
56 |
Instance of 'itunes_channel' has no 'children' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
52 |
4 |
Instance of 'itunes_channel' has no 'itunes' member |
C |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_owner |
54 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_owner |
54 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_category |
57 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_category |
57 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_pubDate |
60 |
2 |
Invalid name "do_itunes_pubDate" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_pubDate |
60 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_pubDate |
60 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_new_feed_url |
63 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_new_feed_url |
64 |
7 |
Instance of 'itunes_channel' has no 'child' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_new_feed_url |
65 |
6 |
Instance of 'itunes_channel' has no 'log' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_new_feed_url |
65 |
42 |
Instance of 'itunes_channel' has no 'name' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.do_itunes_new_feed_url |
65 |
80 |
Instance of 'itunes_channel' has no 'child' member |
E |
madrona.common.feedvalidator.itunes |
itunes_channel.setItunes |
45 |
21 |
Access to member 'itunes' before its definition line 52 |
W |
madrona.common.feedvalidator.itunes |
itunes_item |
68 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.itunes |
itunes_item |
68 |
0 |
Invalid name "itunes_item" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.itunes |
itunes_item |
68 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
itunes_item.validate |
71 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
itunes_item.setItunes |
74 |
2 |
Invalid name "setItunes" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.itunes |
itunes_item.setItunes |
74 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.itunes |
itunes_item.setItunes |
76 |
6 |
Instance of 'itunes_item' has no 'parent' member |
W |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
88 |
8 |
Redefining name 'UnsupportedItunesFormat' from outer scope (line 7) |
C |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
83 |
2 |
Invalid name "setEnclosure" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
83 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
88 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
E |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
89 |
8 |
Instance of 'itunes_item' has no 'log' member |
E |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
89 |
51 |
Instance of 'itunes_item' has no 'parent' member |
E |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
89 |
79 |
Instance of 'itunes_item' has no 'name' member |
C |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
91 |
40 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.itunes |
itunes_item.do_itunes_duration |
94 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
itunes_item.do_itunes_duration |
94 |
2 |
Method could be a function |
E |
madrona.common.feedvalidator.itunes |
itunes_item.setItunes |
75 |
21 |
Access to member 'itunes' before its definition line 77 |
W |
madrona.common.feedvalidator.itunes |
itunes_item.setItunes |
77 |
6 |
Attribute 'itunes' defined outside __init__ |
W |
madrona.common.feedvalidator.itunes |
itunes_item.setEnclosure |
91 |
40 |
Attribute 'enclosures' defined outside __init__ |
C |
madrona.common.feedvalidator.itunes |
owner |
97 |
0 |
Invalid name "owner" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.itunes |
owner |
97 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
owner.do_itunes_email |
103 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
owner.do_itunes_email |
103 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.itunes |
owner.do_itunes_name |
106 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.itunes |
owner.do_itunes_name |
106 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.itunes |
owner |
97 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.itunes |
subcategory |
109 |
0 |
Invalid name "subcategory" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.itunes |
subcategory |
109 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
subcategory.getExpectedAttrNames |
116 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.itunes |
subcategory.prevalidate |
121 |
6 |
Operator not preceded by a space
self.text=self.attrs.getValue((None, "text"))
^ |
R |
madrona.common.feedvalidator.itunes |
subcategory |
109 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.itunes |
image |
136 |
0 |
Invalid name "image" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.itunes |
image |
136 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
image.getExpectedAttrNames |
137 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.itunes |
image |
136 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.itunes |
category |
143 |
0 |
Invalid name "category" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.itunes |
category |
143 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
category.do_itunes_category |
148 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
category.do_itunes_category |
149 |
22 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.itunes |
category.do_itunes_category |
150 |
4 |
Comma not followed by a space
return subcategory(valid_itunes_categories.get(self.text,[]),
^^
old_itunes_categories.get(self.text,[])) |
R |
madrona.common.feedvalidator.itunes |
category |
143 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.itunes |
|
153 |
0 |
Invalid name "valid_itunes_categories" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.itunes |
|
223 |
0 |
Invalid name "old_itunes_categories" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.itunes |
yesnoclean |
304 |
0 |
Invalid name "yesnoclean" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.itunes |
yesnoclean |
304 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.itunes |
yesnoclean.normalizeWhitespace |
305 |
2 |
Invalid name "normalizeWhitespace" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.itunes |
yesnoclean.validate |
308 |
4 |
Comma not followed by a space
if not self.value.lower() in ['yes','no','clean']:
^^ |
C |
madrona.common.feedvalidator.itunes |
yesnoclean.validate |
309 |
6 |
Comma not followed by a space
self.log(InvalidYesNoClean({"parent":self.parent.name, "element":self.name,"value":self.value}))
^^ |
R |
madrona.common.feedvalidator.itunes |
yesnoclean |
304 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import nonhtml from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.itunes |
|
7 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.iso639codes |
|
3 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.iso639codes |
|
296 |
0 |
Line too long (100/80) |
C |
madrona.common.feedvalidator.iso639codes |
|
7 |
0 |
Invalid name "isoLang" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'ady' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'ast' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'byn' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nya' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'kal' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'kik' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'kua' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nds' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'ltz' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nde' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nob' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nya' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nno' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'oci' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'pan' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nds' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'gla' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nso' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nso' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'nbl' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'spa' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'tlh' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'cat' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'fry' in dictionary |
W |
madrona.common.feedvalidator.iso639codes |
|
8 |
4 |
Duplicate key 'zha' in dictionary |
W |
madrona.common.feedvalidator.media |
|
4 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.media |
|
5 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.media |
|
5 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
6 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
7 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
8 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
9 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
10 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
11 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
12 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
13 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
14 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
15 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
16 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
21 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
23 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
25 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
27 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
29 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
34 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
35 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
38 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
42 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
45 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
48 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
49 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
50 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
51 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
53 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
56 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
59 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
98 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
99 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
100 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
101 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
102 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
104 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
105 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.media |
|
106 |
0 |
Line too long (114/80) |
W |
madrona.common.feedvalidator.media |
|
106 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.media |
|
107 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.media |
|
108 |
0 |
Line too long (114/80) |
W |
madrona.common.feedvalidator.media |
|
108 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.media |
|
110 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
111 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
112 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
114 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
115 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
118 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
119 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
120 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
121 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
122 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
123 |
0 |
Line too long (116/80) |
W |
madrona.common.feedvalidator.media |
|
123 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
124 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
125 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
126 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
127 |
0 |
Line too long (102/80) |
W |
madrona.common.feedvalidator.media |
|
127 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
128 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
129 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
130 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.media |
|
131 |
0 |
Line too long (124/80) |
W |
madrona.common.feedvalidator.media |
|
131 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.media |
|
132 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
133 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.media |
|
134 |
0 |
Line too long (124/80) |
W |
madrona.common.feedvalidator.media |
|
134 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.media |
|
137 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
138 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
139 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
140 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
141 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
142 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.media |
|
143 |
0 |
Line too long (123/80) |
W |
madrona.common.feedvalidator.media |
|
143 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.media |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
145 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.media |
|
146 |
0 |
Line too long (123/80) |
W |
madrona.common.feedvalidator.media |
|
146 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.media |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
148 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.media |
|
150 |
0 |
Line too long (123/80) |
W |
madrona.common.feedvalidator.media |
|
150 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.media |
|
151 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
152 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.media |
|
152 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
153 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.media |
|
154 |
0 |
Line too long (123/80) |
W |
madrona.common.feedvalidator.media |
|
154 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.media |
|
155 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
156 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
157 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
158 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
159 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
162 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
163 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
164 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
165 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
166 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
167 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.media |
|
167 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
168 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
169 |
0 |
Line too long (137/80) |
W |
madrona.common.feedvalidator.media |
|
169 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
171 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
172 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
173 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.media |
|
174 |
0 |
Line too long (111/80) |
W |
madrona.common.feedvalidator.media |
|
174 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.media |
|
175 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
176 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
177 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
178 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
179 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.media |
|
180 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
181 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
182 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
183 |
0 |
Line too long (122/80) |
W |
madrona.common.feedvalidator.media |
|
183 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
186 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
187 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
188 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
189 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
190 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
191 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
192 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
193 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
194 |
0 |
Line too long (96/80) |
W |
madrona.common.feedvalidator.media |
|
194 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
196 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
197 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
198 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
200 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
201 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
202 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
205 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
206 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
207 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
208 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
209 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
210 |
0 |
Line too long (120/80) |
W |
madrona.common.feedvalidator.media |
|
210 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
212 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
213 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
214 |
0 |
Line too long (111/80) |
W |
madrona.common.feedvalidator.media |
|
214 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
215 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
216 |
0 |
Line too long (109/80) |
W |
madrona.common.feedvalidator.media |
|
216 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
218 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
219 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
220 |
0 |
Line too long (107/80) |
W |
madrona.common.feedvalidator.media |
|
220 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
221 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
222 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.media |
|
222 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
224 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
225 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
227 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
228 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
229 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
230 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
231 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
234 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
235 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
236 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
237 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
238 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
239 |
0 |
Line too long (120/80) |
W |
madrona.common.feedvalidator.media |
|
239 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
240 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
241 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
242 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
243 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
244 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
247 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
248 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
249 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
250 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
251 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
252 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
253 |
0 |
Line too long (109/80) |
W |
madrona.common.feedvalidator.media |
|
253 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
254 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
255 |
0 |
Line too long (107/80) |
W |
madrona.common.feedvalidator.media |
|
255 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
257 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
258 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
259 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
260 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
261 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
262 |
0 |
Line too long (96/80) |
W |
madrona.common.feedvalidator.media |
|
262 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
264 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
265 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
266 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
268 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
269 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
270 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
275 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
276 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
292 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
293 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
294 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
295 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
298 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
299 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
300 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
302 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
303 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
304 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
307 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
308 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
309 |
0 |
Line too long (109/80) |
W |
madrona.common.feedvalidator.media |
|
309 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
311 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
312 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
313 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
315 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
316 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
317 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
320 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
321 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
322 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
324 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
325 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
327 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
328 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
330 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
331 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.media |
|
331 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
332 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.media |
|
332 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
334 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
335 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
336 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
339 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
340 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.media |
|
341 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.media |
|
341 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
343 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
344 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
345 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
347 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
348 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
349 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
352 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
353 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
354 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.media |
|
355 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.media |
|
356 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.media |
|
1 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.media |
media_elements |
3 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.media |
media_elements |
3 |
0 |
Invalid name "media_elements" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_elements |
3 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_adult |
4 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.media |
media_elements.do_media_adult |
5 |
4 |
Instance of 'media_elements' has no 'log' member |
E |
madrona.common.feedvalidator.media |
media_elements.do_media_adult |
5 |
44 |
Instance of 'media_elements' has no 'name' member |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_category |
7 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_category |
7 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_copyright |
9 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_copyright |
9 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_credit |
11 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_credit |
11 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_description |
13 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_description |
13 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_keywords |
15 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_keywords |
15 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_hash |
17 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_hash |
17 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_player |
19 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_player |
19 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_rating |
21 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_rating |
21 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_restriction |
23 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_restriction |
23 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_text |
25 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_text |
25 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_title |
27 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_title |
27 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_elements.do_media_thumbnail |
29 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_elements.do_media_thumbnail |
29 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.media |
media_category |
32 |
0 |
Comma not followed by a space
class media_category(nonhtml,rfc2396_full):
^^ |
C |
madrona.common.feedvalidator.media |
media_category |
32 |
0 |
Invalid name "media_category" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_category |
32 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_category.getExpectedAttrNames |
33 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_category.getExpectedAttrNames |
34 |
6 |
Comma not followed by a space
return [(None,u'label'),(None, u'scheme')]
^^ |
C |
madrona.common.feedvalidator.media |
media_category.prevalidate |
37 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'label'))
^^ |
C |
madrona.common.feedvalidator.media |
media_category.prevalidate |
38 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_category.prevalidate |
41 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'scheme'))
^^ |
C |
madrona.common.feedvalidator.media |
media_category.prevalidate |
42 |
19 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.media |
media_category |
32 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.media |
media_copyright |
47 |
0 |
Comma not followed by a space
class media_copyright(nonhtml,rfc2396_full):
^^ |
C |
madrona.common.feedvalidator.media |
media_copyright |
47 |
0 |
Invalid name "media_copyright" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_copyright |
47 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_copyright.getExpectedAttrNames |
48 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_copyright.getExpectedAttrNames |
49 |
6 |
Comma not followed by a space
return [(None,u'url')]
^^ |
C |
madrona.common.feedvalidator.media |
media_copyright.prevalidate |
52 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'url'))
^^ |
C |
madrona.common.feedvalidator.media |
media_copyright.prevalidate |
53 |
19 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.media |
media_copyright |
47 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.media |
media_credit |
58 |
0 |
Comma not followed by a space
class media_credit(text,rfc2396_full):
^^ |
C |
madrona.common.feedvalidator.media |
media_credit |
58 |
0 |
Invalid name "media_credit" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_credit |
58 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_credit.getExpectedAttrNames |
98 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_credit.getExpectedAttrNames |
99 |
4 |
Comma not followed by a space
return [(None, u'role'),(None,u'scheme')]
^^ |
C |
madrona.common.feedvalidator.media |
media_credit.prevalidate |
105 |
6 |
Operator not preceded by a space
if scheme=='urn:ebu' and role not in self.EBU:
^^ |
C |
madrona.common.feedvalidator.media |
media_credit.prevalidate |
112 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.media |
media_credit |
58 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.media |
media_hash |
117 |
0 |
Invalid name "media_hash" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_hash |
117 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_hash.getExpectedAttrNames |
118 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_hash.getExpectedAttrNames |
119 |
4 |
Comma not followed by a space
return [(None,u'algo')]
^^ |
C |
madrona.common.feedvalidator.media |
media_hash.validate |
126 |
4 |
Comma not followed by a space
if not re.match("^[0-9A-Za-z]+$",self.value):
^^ |
W |
madrona.common.feedvalidator.media |
media_hash.prevalidate |
121 |
4 |
Attribute 'algo' defined outside __init__ |
R |
madrona.common.feedvalidator.media |
media_hash |
117 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.media |
media_rating |
136 |
0 |
Invalid name "media_rating" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_rating |
136 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_rating.getExpectedAttrNames |
137 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.media |
media_rating.validate |
139 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.media |
media_rating.validate |
153 |
6 |
Comma not followed by a space
if not re.match(r"^r \(%s( %s)*\)$" %(code,code),self.value):
^^ |
W |
madrona.common.feedvalidator.media |
media_rating.validate |
155 |
6 |
Unnecessary pass statement |
R |
madrona.common.feedvalidator.media |
media_rating |
136 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.media |
media_restriction |
161 |
0 |
Comma not followed by a space
class media_restriction(text,rfc2396_full,iso3166):
^^ |
C |
madrona.common.feedvalidator.media |
media_restriction |
161 |
0 |
Invalid name "media_restriction" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_restriction |
161 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_restriction.getExpectedAttrNames |
162 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_restriction.getExpectedAttrNames |
163 |
4 |
Comma not followed by a space
return [(None, u'relationship'),(None,u'type')]
^^ |
W |
madrona.common.feedvalidator.media |
media_restriction.validate |
171 |
4 |
Redefining built-in 'type' |
R |
madrona.common.feedvalidator.media |
media_restriction |
161 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.media |
media_player |
185 |
0 |
Comma not followed by a space
class media_player(validatorBase,positiveInteger,rfc2396_full):
^^ |
C |
madrona.common.feedvalidator.media |
media_player |
185 |
0 |
Invalid name "media_player" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_player |
185 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_player.getExpectedAttrNames |
186 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_player.getExpectedAttrNames |
187 |
4 |
Comma not followed by a space
return [(None,u'height'),(None,u'url'),(None, u'width')]
^^ |
C |
madrona.common.feedvalidator.media |
media_player.validate |
198 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_player.validate |
202 |
19 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.media |
media_player |
185 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.media |
media_text |
204 |
0 |
Invalid name "media_text" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_text |
204 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_text.getExpectedAttrNames |
205 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_text.getExpectedAttrNames |
206 |
4 |
Comma not followed by a space
return [(None,u'end'),(None,u'lang'),(None,u'start'),(None, u'type')]
^^ |
C |
madrona.common.feedvalidator.media |
media_text.prevalidate |
225 |
4 |
Comma not followed by a space
if lang: iso639_validate(self.log,lang,'lang',self.parent)
^^ |
C |
madrona.common.feedvalidator.media |
media_text.prevalidate |
225 |
13 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.media |
media_text.validate |
227 |
2 |
Arguments number differs from overridden method |
W |
madrona.common.feedvalidator.media |
media_text.prevalidate |
208 |
4 |
Attribute 'type' defined outside __init__ |
R |
madrona.common.feedvalidator.media |
media_text |
204 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.media |
media_title |
233 |
0 |
Invalid name "media_title" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_title |
233 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_title.getExpectedAttrNames |
234 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.media |
media_title.validate |
240 |
2 |
Arguments number differs from overridden method |
W |
madrona.common.feedvalidator.media |
media_title.prevalidate |
237 |
4 |
Attribute 'type' defined outside __init__ |
R |
madrona.common.feedvalidator.media |
media_title |
233 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.media |
media_thumbnail |
246 |
0 |
Comma not followed by a space
class media_thumbnail(validatorBase,positiveInteger,rfc2396_full):
^^ |
C |
madrona.common.feedvalidator.media |
media_thumbnail |
246 |
0 |
Invalid name "media_thumbnail" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_thumbnail |
246 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_thumbnail.getExpectedAttrNames |
248 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_thumbnail.getExpectedAttrNames |
249 |
4 |
Comma not followed by a space
return [(None,u'height'),(None,u'time'),(None,u'url'),(None, u'width')]
^^ |
W |
madrona.common.feedvalidator.media |
media_thumbnail.validate |
251 |
4 |
Redefining name 'time' from outer scope (line 1) |
C |
madrona.common.feedvalidator.media |
media_thumbnail.validate |
266 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_thumbnail.validate |
270 |
19 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.media |
media_thumbnail |
246 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.media |
|
272 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
C |
madrona.common.feedvalidator.media |
media_content |
273 |
0 |
Invalid name "media_content" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_content |
273 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_content |
273 |
0 |
Too many ancestors (10/7) |
C |
madrona.common.feedvalidator.media |
media_content.getExpectedAttrNames |
275 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.media |
media_content.validate |
293 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'bitrate'))
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
300 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_content.validate |
302 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'duration'))
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
307 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'expression'))
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
313 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_content.validate |
315 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'framerate'))
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
322 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_content.validate |
325 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_content.validate |
328 |
4 |
Comma not followed by a space
if self.value: iso639_validate(self.log,self.value,'lang',self.parent)
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
328 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_content.validate |
330 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'medium'))
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
334 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'samplingrate'))
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
339 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'type'))
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
344 |
4 |
Comma not followed by a space
self.value = self.attrs.get((None,u'url'))
^^ |
C |
madrona.common.feedvalidator.media |
media_content.validate |
345 |
19 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.media |
media_content.validate |
349 |
19 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.media |
media_content.validate |
292 |
2 |
Too many branches (14/12) |
R |
madrona.common.feedvalidator.media |
media_content |
273 |
0 |
Too many public methods (121/20) |
C |
madrona.common.feedvalidator.media |
media_group |
351 |
0 |
Invalid name "media_group" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.media |
media_group |
351 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.media |
media_group.do_media_content |
352 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.media |
media_group.do_media_content |
352 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.media |
media_group |
351 |
0 |
Too many public methods (44/20) |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.media |
|
1 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.link |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.link |
|
14 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.link |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.link |
|
49 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.link |
|
50 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
58 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.link |
|
59 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
60 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
62 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
63 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
65 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
66 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
68 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
69 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
71 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
72 |
0 |
Line too long (116/80) |
W |
madrona.common.feedvalidator.link |
|
72 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
73 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
74 |
0 |
Line too long (116/80) |
W |
madrona.common.feedvalidator.link |
|
74 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
75 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
76 |
0 |
Line too long (123/80) |
W |
madrona.common.feedvalidator.link |
|
76 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.link |
|
77 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.link |
|
77 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
79 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
80 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
82 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
83 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
84 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
85 |
0 |
Line too long (117/80) |
W |
madrona.common.feedvalidator.link |
|
85 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.link |
|
86 |
0 |
Line too long (122/80) |
W |
madrona.common.feedvalidator.link |
|
86 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
87 |
0 |
Line too long (113/80) |
W |
madrona.common.feedvalidator.link |
|
87 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
88 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
89 |
0 |
Line too long (120/80) |
W |
madrona.common.feedvalidator.link |
|
89 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
91 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.link |
|
92 |
0 |
Line too long (92/80) |
W |
madrona.common.feedvalidator.link |
|
92 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
93 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
94 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.link |
|
94 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
95 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
97 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
98 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
99 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
100 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
101 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
104 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
105 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
106 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
108 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
109 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
110 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
111 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
113 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
116 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
117 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
118 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
119 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
120 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
121 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.link |
|
122 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.link |
|
123 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.link |
|
124 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.link |
|
125 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
126 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.link |
|
128 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.link |
|
129 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.link |
|
130 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.link |
|
130 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.link |
|
131 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.link |
|
132 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.link |
|
133 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.link |
|
134 |
0 |
Bad indentation. Found 16 spaces, expected 32 |
W |
madrona.common.feedvalidator.link |
|
135 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.link |
|
136 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.link |
|
137 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.link |
|
140 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.link |
|
141 |
0 |
Bad indentation. Found 16 spaces, expected 32 |
W |
madrona.common.feedvalidator.link |
|
142 |
0 |
Bad indentation. Found 18 spaces, expected 36 |
W |
madrona.common.feedvalidator.link |
|
143 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
C |
madrona.common.feedvalidator.link |
|
144 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.link |
|
144 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.link |
|
145 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.link |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.link |
|
148 |
0 |
Line too long (92/80) |
W |
madrona.common.feedvalidator.link |
|
148 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
150 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.link |
|
150 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
151 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
152 |
0 |
Line too long (112/80) |
W |
madrona.common.feedvalidator.link |
|
152 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.link |
|
153 |
0 |
Line too long (93/80) |
W |
madrona.common.feedvalidator.link |
|
153 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
154 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
155 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
157 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.link |
|
158 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.link |
|
158 |
0 |
Bad indentation. Found 8 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
160 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.link |
|
160 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
161 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.link |
|
162 |
0 |
Line too long (114/80) |
W |
madrona.common.feedvalidator.link |
|
162 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.link |
|
163 |
0 |
Line too long (95/80) |
W |
madrona.common.feedvalidator.link |
|
163 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
164 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
165 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
167 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.link |
|
168 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.link |
|
170 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.link |
|
171 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.link |
|
172 |
0 |
Line too long (82/80) |
W |
madrona.common.feedvalidator.link |
|
172 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.link |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Wildcard import validators |
C |
madrona.common.feedvalidator.link |
link |
13 |
0 |
Comma not followed by a space
class link(nonblank,xmlbase,iso639,nonhtml,nonNegativeInteger,rfc3339,nonblank):
^^ |
C |
madrona.common.feedvalidator.link |
link |
13 |
0 |
Invalid name "link" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.link |
link |
13 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.link |
link |
13 |
0 |
Too many ancestors (14/7) |
C |
madrona.common.feedvalidator.link |
link.getExpectedAttrNames |
49 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.link |
link.validate |
128 |
8 |
Redefining name 'urljoin' from outer scope (line 8) |
W |
madrona.common.feedvalidator.link |
link.validate |
58 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.link |
link.validate |
69 |
8 |
Operator not preceded by a space
self.rel=self.rel[len('http://www.iana.org/assignments/relation/'):]
^ |
C |
madrona.common.feedvalidator.link |
link.validate |
123 |
12 |
Operator not preceded by a space
absolute=urlparse(pattrs.getValue((XML_NAMESPACE, u'base')))[1]
^ |
C |
madrona.common.feedvalidator.link |
link.validate |
129 |
8 |
Comma not followed by a space
if urljoin(self.xmlBase,self.value) not in self.dispatcher.selfURIs:
^^ |
C |
madrona.common.feedvalidator.link |
link.validate |
130 |
10 |
Comma not followed by a space
if urljoin(self.xmlBase,self.value).split('#')[0] != self.xmlBase.split('#')[0]:
^^ |
W |
madrona.common.feedvalidator.link |
link.validate |
131 |
12 |
Relative import 'uri', should be 'madrona.common.feedvalidator.uri' |
C |
madrona.common.feedvalidator.link |
link.validate |
137 |
40 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.link |
link.validate |
142 |
58 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.link |
link.validate |
145 |
14 |
Comma not followed by a space
self.dispatcher.selfURIs.append(urljoin(self.xmlBase,self.value))
^^ |
C |
madrona.common.feedvalidator.link |
link.validate |
154 |
6 |
Operator not preceded by a space
self.name="thr:count"
^ |
C |
madrona.common.feedvalidator.link |
link.validate |
164 |
6 |
Operator not preceded by a space
self.name="thr:updated"
^ |
R |
madrona.common.feedvalidator.link |
link.validate |
58 |
2 |
Too many branches (34/12) |
R |
madrona.common.feedvalidator.link |
link.validate |
58 |
2 |
Too many statements (88/50) |
C |
madrona.common.feedvalidator.link |
link.startElementNS |
167 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.link |
link.characters |
170 |
23 |
Redefining name 'text' from outer scope (line 8) |
W |
madrona.common.feedvalidator.link |
link.validate |
93 |
19 |
Attribute 'title' defined outside __init__ |
W |
madrona.common.feedvalidator.link |
link.validate |
105 |
19 |
Attribute 'hreflang' defined outside __init__ |
W |
madrona.common.feedvalidator.link |
link.validate |
110 |
19 |
Attribute 'href' defined outside __init__ |
W |
madrona.common.feedvalidator.link |
link.validate |
69 |
8 |
Attribute 'rel' defined outside __init__ |
W |
madrona.common.feedvalidator.link |
link.validate |
83 |
19 |
Attribute 'type' defined outside __init__ |
R |
madrona.common.feedvalidator.link |
link |
13 |
0 |
Too many public methods (32/20) |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.link |
|
7 |
0 |
Unused import validatorBase |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import noduplicates from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.link |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.image |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.image |
|
15 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
16 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
21 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
23 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
25 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
27 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
29 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
31 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
34 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
36 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
42 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
45 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
48 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
49 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
51 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
54 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
57 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
60 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
64 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
65 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
66 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.image |
|
68 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.image |
|
68 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
71 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
72 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
73 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
74 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
75 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
76 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
79 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
80 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
81 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
82 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
83 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
84 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
86 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.image |
|
88 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.image |
|
88 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
91 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
92 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
93 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
94 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.image |
|
95 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.image |
|
95 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.image |
|
96 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
97 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.image |
|
98 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.image |
|
99 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.image |
|
99 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
102 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.image |
|
103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.image |
|
104 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
105 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.image |
|
106 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.image |
|
106 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.image |
|
107 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
108 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.image |
|
109 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.image |
|
110 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.image |
|
110 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.image |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.image |
|
9 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
C |
madrona.common.feedvalidator.image |
image |
14 |
0 |
Invalid name "image" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.image |
image |
14 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.image |
image.getExpectedAttrNames |
15 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.image |
image.do_title |
33 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_title |
33 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_link |
36 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_link |
36 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_url |
39 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_url |
39 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_width |
42 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_width |
42 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_height |
45 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_height |
45 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_description |
48 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_description |
48 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_dc_creator |
51 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_dc_creator |
51 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_dc_subject |
54 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_dc_subject |
54 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_dc_date |
57 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_dc_date |
57 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.image |
image.do_cc_license |
60 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.image |
image.do_cc_license |
60 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.image |
image |
14 |
0 |
Too many public methods (118/20) |
C |
madrona.common.feedvalidator.image |
link |
63 |
0 |
Invalid name "link" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.image |
link |
63 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.image |
link.validate |
64 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.image |
link |
63 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.image |
url |
70 |
0 |
Invalid name "url" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.image |
url |
70 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.image |
url.validate |
73 |
4 |
Redefining name 're' from outer scope (line 8) |
W |
madrona.common.feedvalidator.image |
url.validate |
71 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.image |
url.validate |
75 |
4 |
Comma not followed by a space
if re.match("^\w+$", ext) and ext not in ['jpg','jpeg','gif','png']:
^^ |
R |
madrona.common.feedvalidator.image |
url |
70 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.image |
title |
78 |
0 |
Invalid name "title" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.image |
title |
78 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.image |
title.validate |
79 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.image |
title |
78 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.image |
width |
90 |
0 |
Invalid name "width" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.image |
width |
90 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.image |
width.validate |
93 |
6 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.image |
width |
90 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.image |
height |
101 |
0 |
Invalid name "height" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.image |
height |
101 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.image |
height.validate |
104 |
6 |
Invalid name "h" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.image |
height |
101 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.image |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.channel |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.channel |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.channel |
|
20 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.channel |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
22 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
25 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
28 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
29 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
30 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
32 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
33 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
34 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
35 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
36 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
37 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.channel |
|
38 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
39 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
41 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
42 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
43 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
45 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
47 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
48 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
49 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
50 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.channel |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
53 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
54 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.channel |
|
55 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
56 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.channel |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
62 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
66 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
67 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
69 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
70 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
71 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
72 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
74 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
75 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
76 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
77 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
79 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
80 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
81 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
85 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
86 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
88 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
89 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
90 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
92 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
94 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
96 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
97 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
98 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
100 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
101 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
103 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
104 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
107 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
108 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
109 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
111 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
112 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
113 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
115 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
116 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
119 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
122 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
123 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
125 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
126 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
127 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
128 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
129 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
131 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
132 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
134 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
135 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
136 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
138 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
139 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
140 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
142 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
143 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
146 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
149 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
150 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
151 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.channel |
|
151 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
152 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
154 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
155 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
156 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
157 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
159 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
160 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
161 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
162 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
164 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
165 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
166 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.channel |
|
166 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
167 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
169 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
170 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
171 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.channel |
|
171 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
172 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
175 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
176 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
177 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
179 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
180 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
181 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
182 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
183 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
184 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
186 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
187 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
188 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
190 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
191 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
192 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
193 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
194 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
196 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
197 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
198 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
200 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
201 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
202 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
204 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
206 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
207 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
208 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
210 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
211 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
212 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
214 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
215 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
216 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
217 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.channel |
|
217 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
218 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
220 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
221 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
222 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
223 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
224 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
226 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
227 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
228 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
229 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.channel |
|
229 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
230 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
232 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
233 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
234 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
235 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
236 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
238 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
239 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
240 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
241 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
242 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
244 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
245 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
246 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
247 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
248 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
250 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
251 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
252 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
253 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.channel |
|
253 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
254 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
256 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
257 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
258 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
259 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
261 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
262 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
263 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
264 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
267 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
268 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
271 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
272 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
273 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
274 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.channel |
|
275 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
277 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
278 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
279 |
0 |
Line too long (95/80) |
W |
madrona.common.feedvalidator.channel |
|
279 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
280 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
281 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
283 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
284 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
286 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
287 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
291 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
292 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
293 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
296 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
297 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
298 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
301 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
302 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
303 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
306 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
307 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
310 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
311 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
314 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
315 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
317 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.channel |
|
318 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
319 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.channel |
|
319 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
320 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
321 |
0 |
Line too long (93/80) |
W |
madrona.common.feedvalidator.channel |
|
321 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
323 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
324 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.channel |
|
325 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.channel |
|
325 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.channel |
|
326 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.channel |
|
327 |
0 |
Line too long (93/80) |
W |
madrona.common.feedvalidator.channel |
|
327 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.channel |
|
328 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
329 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.channel |
|
329 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
330 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
331 |
0 |
Line too long (104/80) |
W |
madrona.common.feedvalidator.channel |
|
331 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
333 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
334 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.channel |
|
334 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
335 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
336 |
0 |
Line too long (91/80) |
W |
madrona.common.feedvalidator.channel |
|
336 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
338 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
339 |
0 |
Line too long (110/80) |
W |
madrona.common.feedvalidator.channel |
|
339 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
340 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
341 |
0 |
Line too long (104/80) |
W |
madrona.common.feedvalidator.channel |
|
341 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
343 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
344 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.channel |
|
344 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
345 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.channel |
|
346 |
0 |
Line too long (95/80) |
W |
madrona.common.feedvalidator.channel |
|
346 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.channel |
|
349 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.channel |
|
204 |
0 |
TODO test cases?!? |
W |
madrona.common.feedvalidator.channel |
|
347 |
0 |
TODO - is there a list of accepted protocols for this thing? |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.channel |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.channel |
|
10 |
0 |
Relative import 'itunes', should be 'madrona.common.feedvalidator.itunes' |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Wildcard import extension |
C |
madrona.common.feedvalidator.channel |
channel |
16 |
0 |
Invalid name "channel" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
channel |
16 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
channel |
16 |
0 |
Too many ancestors (10/7) |
C |
madrona.common.feedvalidator.channel |
channel.getExpectedAttrNames |
17 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.channel |
channel.__init__ |
22 |
2 |
__init__ method from base class 'rfc2396' is not called |
C |
madrona.common.feedvalidator.channel |
channel.__init__ |
23 |
4 |
Operator not preceded by a space
self.link=None
^ |
C |
madrona.common.feedvalidator.channel |
channel.__init__ |
24 |
4 |
Operator not preceded by a space
self.docs=''
^ |
C |
madrona.common.feedvalidator.channel |
channel.__init__ |
26 |
4 |
Operator not preceded by a space
self.title=None
^ |
W |
madrona.common.feedvalidator.channel |
channel.validate |
53 |
10 |
Redefining name 'link' from outer scope (line 290) |
C |
madrona.common.feedvalidator.channel |
channel.validate |
30 |
6 |
Comma not followed by a space
self.log(MissingDescription({"parent":self.name,"element":"description"}))
^^ |
C |
madrona.common.feedvalidator.channel |
channel.validate |
54 |
8 |
Operator not preceded by a space
if link.rel=='self': break
^^ |
C |
madrona.common.feedvalidator.channel |
channel.validate |
54 |
29 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.channel |
channel.validate |
58 |
20 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.channel |
channel.validate |
28 |
2 |
Too many branches (17/12) |
C |
madrona.common.feedvalidator.channel |
channel.metadata |
66 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_image |
69 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_image |
71 |
4 |
Relative import 'image', should be 'madrona.common.feedvalidator.image' |
C |
madrona.common.feedvalidator.channel |
channel.do_textInput |
74 |
2 |
Invalid name "do_textInput" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
channel.do_textInput |
74 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_textInput |
76 |
4 |
Relative import 'textInput', should be 'madrona.common.feedvalidator.textInput' |
C |
madrona.common.feedvalidator.channel |
channel.do_textinput |
79 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_link |
88 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_title |
92 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_description |
96 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_blink |
100 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
channel.do_blink |
100 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_author |
103 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_author |
104 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_author |
103 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_category |
108 |
4 |
Redefining name 'category' from outer scope (line 309) |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_category |
107 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_category |
108 |
4 |
Relative import 'category', should be 'madrona.common.feedvalidator.category' |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_category |
107 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_contributor |
111 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_contributor |
112 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_contributor |
111 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_generator |
115 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_generator |
116 |
4 |
Relative import 'generator', should be 'madrona.common.feedvalidator.generator' |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_generator |
115 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_id |
119 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_id |
119 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_icon |
122 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_icon |
122 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_link |
127 |
4 |
Redefining name 'link' from outer scope (line 290) |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_link |
125 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_link |
127 |
4 |
Relative import 'link', should be 'madrona.common.feedvalidator.link' |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_logo |
131 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_logo |
131 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_title |
134 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_title |
135 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_title |
134 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_subtitle |
138 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_subtitle |
139 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_subtitle |
138 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_rights |
142 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
channel.do_atom_rights |
143 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_rights |
142 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_atom_updated |
146 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
channel.do_atom_updated |
146 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
channel.do_dc_creator |
149 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_dc_subject |
154 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_dc_date |
159 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_cc_license |
164 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
channel.do_creativeCommons_license |
169 |
2 |
Invalid name "do_creativeCommons_license" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
channel.do_creativeCommons_license |
169 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
channel |
16 |
0 |
Too many public methods (190/20) |
C |
madrona.common.feedvalidator.channel |
rss20Channel |
174 |
0 |
Invalid name "rss20Channel" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
rss20Channel |
174 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
rss20Channel |
174 |
0 |
Too many ancestors (11/7) |
C |
madrona.common.feedvalidator.channel |
rss20Channel.__init__ |
176 |
4 |
Operator not preceded by a space
self.itemlocs=[]
^ |
C |
madrona.common.feedvalidator.channel |
rss20Channel.metadata |
180 |
4 |
Operator not preceded by a space
locator=self.dispatcher.locator
^ |
C |
madrona.common.feedvalidator.channel |
rss20Channel.metadata |
181 |
4 |
Comma not followed by a space
for line,col in self.itemlocs:
^^ |
C |
madrona.common.feedvalidator.channel |
rss20Channel.metadata |
182 |
6 |
Operator not preceded by a space
offset=(line - locator.getLineNumber(), col - locator.getColumnNumber())
^ |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_textInput |
186 |
2 |
Invalid name "do_textInput" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_item |
190 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_item |
191 |
4 |
Operator not preceded by a space
locator=self.dispatcher.locator
^ |
W |
madrona.common.feedvalidator.channel |
rss20Channel.do_item |
193 |
4 |
Relative import 'item', should be 'madrona.common.feedvalidator.item' |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_category |
196 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_cloud |
200 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_ttl |
206 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_docs |
210 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_generator |
214 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_pubDate |
220 |
2 |
Invalid name "do_pubDate" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_pubDate |
220 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_managingEditor |
226 |
2 |
Invalid name "do_managingEditor" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_managingEditor |
226 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_webMaster |
232 |
2 |
Invalid name "do_webMaster" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_webMaster |
232 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_language |
238 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_copyright |
244 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_lastBuildDate |
250 |
2 |
Invalid name "do_lastBuildDate" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_lastBuildDate |
250 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_skipHours |
256 |
2 |
Invalid name "do_skipHours" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_skipHours |
256 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
rss20Channel.do_skipHours |
258 |
4 |
Relative import 'skipHours', should be 'madrona.common.feedvalidator.skipHours' |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_skipDays |
261 |
2 |
Invalid name "do_skipDays" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
rss20Channel.do_skipDays |
261 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
rss20Channel.do_skipDays |
263 |
4 |
Relative import 'skipDays', should be 'madrona.common.feedvalidator.skipDays' |
R |
madrona.common.feedvalidator.channel |
rss20Channel |
174 |
0 |
Too many public methods (204/20) |
C |
madrona.common.feedvalidator.channel |
rss10Channel |
266 |
0 |
Invalid name "rss10Channel" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
rss10Channel |
266 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
rss10Channel |
266 |
0 |
Too many ancestors (11/7) |
C |
madrona.common.feedvalidator.channel |
rss10Channel.getExpectedAttrNames |
267 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.channel |
rss10Channel.do_items |
277 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
rss10Channel.do_items |
280 |
4 |
Relative import 'item', should be 'madrona.common.feedvalidator.item' |
C |
madrona.common.feedvalidator.channel |
rss10Channel.do_rdfs_label |
283 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
rss10Channel.do_rdfs_label |
283 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.channel |
rss10Channel.do_rdfs_comment |
286 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
rss10Channel.do_rdfs_comment |
286 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.channel |
rss10Channel |
266 |
0 |
Too many public methods (193/20) |
C |
madrona.common.feedvalidator.channel |
link |
290 |
0 |
Invalid name "link" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
link |
290 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
link.validate |
291 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.channel |
link |
290 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.channel |
title |
295 |
0 |
Invalid name "title" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
title |
295 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
title.validate |
296 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.channel |
title |
295 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.channel |
docs |
300 |
0 |
Invalid name "docs" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
docs |
300 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.channel |
docs.validate |
301 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.channel |
docs |
300 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.channel |
blink |
305 |
0 |
Invalid name "blink" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
blink |
305 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.channel |
blink |
305 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.channel |
category |
309 |
0 |
Invalid name "category" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
category |
309 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
category.getExpectedAttrNames |
310 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.channel |
category |
309 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.channel |
cloud |
313 |
0 |
Invalid name "cloud" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.channel |
cloud |
313 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.channel |
cloud.getExpectedAttrNames |
314 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.channel |
cloud |
313 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_maritalStatusEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import extension_rss10_item from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import in_reply_to from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_labelType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import maxten from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import access_restriction from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import Questionable from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import geo_point from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import gml_posList from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import georss_where from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_locationType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import extension_everywhere from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import gml_linearRing from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import gml_line from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_ratingTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_genderEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_shipping from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import media_group from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import extension_feed from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import gml_polygon from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import xmlView from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import heisen_uri from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import extension_entry from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import xhtmlMetaEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import extension_rss20_item from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import media_elements from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import sy_updatePeriod from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_full_locationType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_intUnit from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import gml_point from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import geo_srsName from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_complex_type from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_paymentMethodEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import feedInfo from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import extension_item from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import admin_errorReportsTo from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import decimal from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_year from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import xhtml_meta from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_salaryTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import admin_generatorAgent from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_priceTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import gml_envelope from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import gml_pos from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_float from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import robotsEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import l_link from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import gml_exterior from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_serviceTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import floatUnit from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import extension_channel_item from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_dateTimeRange from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import g_reviewerTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import l_permalink from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import media_content from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
11 |
0 |
Unused import feedFlare from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
9 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.channel |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.cf |
|
7 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.cf |
|
8 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.cf |
|
8 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.cf |
|
11 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.cf |
|
12 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.cf |
|
15 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.cf |
|
16 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.cf |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.cf |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.cf |
|
1 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.cf |
|
3 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.cf |
|
4 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.cf |
sort |
6 |
0 |
Invalid name "sort" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.cf |
sort |
6 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.cf |
sort.getExpectedAttrNames |
7 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.cf |
sort.getExpectedAttrNames |
8 |
6 |
Comma not followed by a space
return [(None,u'data-type'),(None,u'default'),(None,u'element'),(None, u'label'),(None,u'ns')]
^^ |
R |
madrona.common.feedvalidator.cf |
sort |
6 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.cf |
group |
10 |
0 |
Invalid name "group" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.cf |
group |
10 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.cf |
group.getExpectedAttrNames |
11 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.cf |
group.getExpectedAttrNames |
12 |
6 |
Comma not followed by a space
return [(None,u'element'),(None, u'label'),(None,u'ns')]
^^ |
R |
madrona.common.feedvalidator.cf |
group |
10 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.cf |
listinfo |
14 |
0 |
Invalid name "listinfo" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.cf |
listinfo |
14 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.cf |
listinfo.do_cf_sort |
15 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.cf |
listinfo.do_cf_sort |
15 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.cf |
listinfo.do_cf_group |
17 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.cf |
listinfo.do_cf_group |
17 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.cf |
listinfo |
14 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.cf |
treatAs |
20 |
0 |
Invalid name "treatAs" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.cf |
treatAs |
20 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.cf |
treatAs |
20 |
21 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.cf |
treatAs |
20 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.cf |
|
4 |
0 |
Unused import eater |
C |
madrona.common.feedvalidator.textInput |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.textInput |
|
14 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
15 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
19 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.textInput |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
21 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.textInput |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
23 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.textInput |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
25 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.textInput |
|
27 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
34 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
36 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
42 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
45 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.textInput |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.textInput |
|
1 |
0 |
Invalid name "textInput" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.textInput |
|
8 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
C |
madrona.common.feedvalidator.textInput |
textInput |
13 |
0 |
Invalid name "textInput" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.textInput |
textInput |
13 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.textInput |
textInput.getExpectedAttrNames |
14 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.textInput |
textInput.validate |
23 |
6 |
Comma not followed by a space
self.log(MissingDescription({"parent":self.name,"element":"description"}))
^^ |
C |
madrona.common.feedvalidator.textInput |
textInput.do_title |
27 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.textInput |
textInput.do_title |
27 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.textInput |
textInput.do_description |
30 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.textInput |
textInput.do_description |
30 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.textInput |
textInput.do_name |
33 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.textInput |
textInput.do_name |
33 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.textInput |
textInput.do_link |
36 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.textInput |
textInput.do_link |
36 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.textInput |
textInput.do_dc_creator |
39 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.textInput |
textInput.do_dc_creator |
39 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.textInput |
textInput.do_dc_subject |
42 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.textInput |
textInput.do_dc_subject |
42 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.textInput |
textInput.do_dc_date |
45 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.textInput |
textInput.do_dc_date |
45 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.textInput |
textInput |
13 |
0 |
Too many public methods (115/20) |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.textInput |
|
7 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.content |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.content |
|
14 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
15 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
18 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
21 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
23 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.content |
|
25 |
0 |
Line too long (115/80) |
W |
madrona.common.feedvalidator.content |
|
25 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
27 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
29 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
30 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
32 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
33 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
34 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
37 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
38 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.content |
|
39 |
0 |
Line too long (95/80) |
W |
madrona.common.feedvalidator.content |
|
39 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
44 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
45 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.content |
|
46 |
0 |
Line too long (89/80) |
W |
madrona.common.feedvalidator.content |
|
46 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
47 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
49 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.content |
|
50 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.content |
|
50 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.content |
|
52 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.content |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
53 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
54 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.content |
|
55 |
0 |
Line too long (115/80) |
W |
madrona.common.feedvalidator.content |
|
55 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
56 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.content |
|
57 |
0 |
Line too long (118/80) |
W |
madrona.common.feedvalidator.content |
|
57 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
59 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
60 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
62 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
63 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
64 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
65 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
66 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
67 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
68 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
69 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
72 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
73 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
74 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.content |
|
75 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.content |
|
76 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.content |
|
77 |
0 |
Line too long (98/80) |
W |
madrona.common.feedvalidator.content |
|
77 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.content |
|
79 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
80 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
82 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.content |
|
83 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.content |
|
83 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
C |
madrona.common.feedvalidator.content |
|
84 |
0 |
Line too long (121/80) |
W |
madrona.common.feedvalidator.content |
|
84 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.content |
|
85 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
86 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.content |
|
88 |
0 |
Line too long (89/80) |
W |
madrona.common.feedvalidator.content |
|
88 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
89 |
0 |
Bad indentation. Found 7 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
91 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
92 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
94 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
96 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
97 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.content |
|
98 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.content |
|
98 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
99 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.content |
|
100 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.content |
|
100 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
101 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
103 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
104 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
104 |
0 |
Use of the <> operator |
W |
madrona.common.feedvalidator.content |
|
106 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
108 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
109 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
109 |
0 |
Use of the <> operator |
C |
madrona.common.feedvalidator.content |
|
110 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.content |
|
110 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
111 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.content |
|
112 |
0 |
Line too long (125/80) |
W |
madrona.common.feedvalidator.content |
|
112 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
114 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
115 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
115 |
0 |
Use of the <> operator |
C |
madrona.common.feedvalidator.content |
|
116 |
0 |
Line too long (117/80) |
W |
madrona.common.feedvalidator.content |
|
116 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
117 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.content |
|
118 |
0 |
Line too long (124/80) |
W |
madrona.common.feedvalidator.content |
|
118 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
121 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
122 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
124 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
125 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
126 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
127 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
128 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
129 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
133 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
134 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
135 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
136 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
137 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
138 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
139 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
140 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
141 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
142 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
143 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
144 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
145 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
146 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
147 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
148 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
149 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
150 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.content |
|
151 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.content |
|
152 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.content |
|
153 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.content |
|
154 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.content |
|
155 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
156 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
157 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
158 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
159 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
160 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.content |
|
161 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
162 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
163 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
164 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
165 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
166 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.content |
|
167 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
168 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.content |
|
169 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.content |
|
169 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.content |
|
170 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
171 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
173 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
174 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
175 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
176 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.content |
|
179 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.content |
|
180 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.content |
|
181 |
0 |
Line too long (115/80) |
W |
madrona.common.feedvalidator.content |
|
181 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.content |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.content |
|
9 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.content |
|
9 |
0 |
Wildcard import logging |
C |
madrona.common.feedvalidator.content |
textConstruct |
13 |
0 |
Comma not followed by a space
class textConstruct(validatorBase,rfc2396,nonhtml):
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct |
13 |
0 |
Invalid name "textConstruct" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.content |
textConstruct |
13 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.content |
textConstruct |
14 |
2 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.content |
textConstruct.getExpectedAttrNames |
17 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.content |
textConstruct.normalizeWhitespace |
20 |
2 |
Invalid name "normalizeWhitespace" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.content |
textConstruct.maptype |
23 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.content |
textConstruct.prevalidate |
30 |
6 |
Operator not preceded by a space
self.type=''
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.prevalidate |
32 |
6 |
Operator not preceded by a space
self.type='text'
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.prevalidate |
37 |
6 |
Operator not preceded by a space
self.type=self.attrs.getValue((None,"type"))
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.prevalidate |
45 |
6 |
Operator not preceded by a space
self.value=self.attrs.getValue((None,"src"))
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.prevalidate |
47 |
6 |
Operator not preceded by a space
self.value=""
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.prevalidate |
52 |
4 |
Comma not followed by a space
if self.type in ['text','html','xhtml'] and not self.attrs.has_key((None,"src")):
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.validate |
64 |
6 |
Operator not preceded by a space
if self.type=='xhtml':
^^ |
W |
madrona.common.feedvalidator.content |
textConstruct.validate |
76 |
8 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.content |
textConstruct.validate |
74 |
10 |
Operator not preceded by a space
self.value=base64.decodestring(self.value)
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.validate |
75 |
42 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.content |
textConstruct.validate |
77 |
10 |
Comma not followed by a space
self.log(NotBase64({"parent":self.parent.name, "element":self.name,"value":self.value}))
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.validate |
79 |
6 |
Operator not preceded by a space
if self.type=='html' or self.type.endswith("/html"):
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.validate |
84 |
12 |
Comma not followed by a space
self.log(HtmlFragment({"parent":self.parent.name, "element":self.name,"value":self.value, "type":self.type}))
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.textOK |
91 |
2 |
Invalid name "textOK" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.content |
textConstruct.textOK |
92 |
22 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.content |
textConstruct.characters |
97 |
8 |
Redefining name 'BadCharacters' from outer scope (line 8) |
C |
madrona.common.feedvalidator.content |
textConstruct.characters |
95 |
8 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.content |
textConstruct.characters |
97 |
8 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.content |
textConstruct.characters |
101 |
4 |
Comma not followed by a space
validatorBase.characters(self,string)
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
103 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
108 |
4 |
Operator not preceded by a space
if self.type=="xhtml":
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
109 |
6 |
Operator not preceded by a space
if name<>'div' and not self.value.strip():
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
114 |
4 |
Operator not preceded by a space
if self.type=="application/xhtml+xml":
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
115 |
6 |
Operator not preceded by a space
if name<>'html':
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
116 |
8 |
Comma not followed by a space
self.log(HtmlFragment({"parent":self.parent.name, "element":self.name,"value":self.value, "type":self.type}))
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
124 |
4 |
Operator not preceded by a space
if name=="div" and qname=="http://www.w3.org/1999/xhtml":
^^ |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
125 |
6 |
Operator not preceded by a space
handler=diveater()
^ |
C |
madrona.common.feedvalidator.content |
textConstruct.startElementNS |
127 |
6 |
Operator not preceded by a space
handler=eater()
^ |
W |
madrona.common.feedvalidator.content |
textConstruct.validate |
75 |
42 |
Attribute 'type' defined outside __init__ |
R |
madrona.common.feedvalidator.content |
textConstruct |
13 |
0 |
Too many public methods (33/20) |
C |
madrona.common.feedvalidator.content |
diveater |
132 |
0 |
Invalid name "diveater" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.content |
diveater |
132 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.content |
diveater.textOK |
136 |
2 |
Invalid name "textOK" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.content |
diveater.startElementNS |
140 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.content |
diveater.startElementNS |
148 |
6 |
Comma not followed by a space
for ns,attr in attrs.getNames():
^^ |
C |
madrona.common.feedvalidator.content |
diveater.startElementNS |
148 |
10 |
Invalid name "ns" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.content |
diveater.startElementNS |
151 |
12 |
Comma not followed by a space
for value in checkStyle(attrs.get((ns,attr))):
^^ |
C |
madrona.common.feedvalidator.content |
diveater.startElementNS |
158 |
6 |
Comma not followed by a space
for ns,attr in attrs.getNames():
^^ |
C |
madrona.common.feedvalidator.content |
diveater.startElementNS |
158 |
10 |
Invalid name "ns" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.content |
diveater.startElementNS |
164 |
6 |
Comma not followed by a space
for ns,attr in attrs.getNames():
^^ |
C |
madrona.common.feedvalidator.content |
diveater.startElementNS |
164 |
10 |
Invalid name "ns" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.content |
diveater.startElementNS |
140 |
2 |
Too many branches (19/12) |
C |
madrona.common.feedvalidator.content |
diveater.validate |
176 |
23 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.content |
diveater |
132 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.content |
content |
178 |
0 |
Invalid name "content" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.content |
content |
178 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.content |
content |
178 |
0 |
Too many public methods (33/20) |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import noduplicates from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.content |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.rss |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.rss |
|
15 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rss |
|
16 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
17 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rss |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
23 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rss |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
26 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.rss |
|
27 |
0 |
Line too long (89/80) |
W |
madrona.common.feedvalidator.rss |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
29 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.rss |
|
30 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.rss |
|
30 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rss |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
32 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rss |
|
33 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rss |
|
33 |
0 |
Use of the <> operator |
C |
madrona.common.feedvalidator.rss |
|
34 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.rss |
|
34 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rss |
|
35 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
36 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rss |
|
37 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.rss |
|
38 |
0 |
Line too long (107/80) |
W |
madrona.common.feedvalidator.rss |
|
38 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rss |
|
41 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rss |
|
42 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rss |
|
43 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.rss |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.rss |
|
9 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.rss |
rss |
14 |
0 |
Invalid name "rss" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.rss |
rss |
14 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.rss |
rss.do_channel |
15 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.rss |
rss.do_channel |
16 |
4 |
Relative import 'channel', should be 'madrona.common.feedvalidator.channel' |
R |
madrona.common.feedvalidator.rss |
rss.do_channel |
15 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rss |
rss.do_access_restriction |
19 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.rss |
rss.do_access_restriction |
20 |
4 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
R |
madrona.common.feedvalidator.rss |
rss.do_access_restriction |
19 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rss |
rss.getExpectedAttrNames |
23 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.rss |
rss.prevalidate |
31 |
9 |
Operator not preceded by a space
elif [e for e in self.dispatcher.loggedEvents if e.__class__==ValidDoctype]:
^^ |
W |
madrona.common.feedvalidator.rss |
rss.prevalidate |
36 |
6 |
Attribute 'version' defined outside __init__ |
R |
madrona.common.feedvalidator.rss |
rss |
14 |
0 |
Too many public methods (32/20) |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.rss |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.generator |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.generator |
|
14 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.generator |
|
15 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.generator |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.generator |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.generator |
|
19 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.generator |
|
20 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.generator |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.generator |
|
22 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.generator |
|
23 |
0 |
Line too long (89/80) |
W |
madrona.common.feedvalidator.generator |
|
23 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.generator |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.generator |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Wildcard import validators |
C |
madrona.common.feedvalidator.generator |
generator |
13 |
0 |
Comma not followed by a space
class generator(nonhtml,rfc2396):
^^ |
C |
madrona.common.feedvalidator.generator |
generator |
13 |
0 |
Invalid name "generator" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.generator |
generator |
13 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.generator |
generator.getExpectedAttrNames |
14 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.generator |
generator.prevalidate |
24 |
4 |
Operator not preceded by a space
self.value=''
^ |
R |
madrona.common.feedvalidator.generator |
generator |
13 |
0 |
Too many public methods (32/20) |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
7 |
0 |
Unused import validatorBase |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import noduplicates from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.generator |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.entry |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.entry |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
24 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
25 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
26 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
28 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
29 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
30 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
32 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
34 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
35 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
36 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.entry |
|
37 |
0 |
Line too long (84/80) |
W |
madrona.common.feedvalidator.entry |
|
37 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.entry |
|
38 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.entry |
|
39 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.entry |
|
42 |
0 |
Line too long (84/80) |
W |
madrona.common.feedvalidator.entry |
|
42 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.entry |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
44 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.entry |
|
45 |
0 |
Line too long (89/80) |
W |
madrona.common.feedvalidator.entry |
|
45 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.entry |
|
46 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
47 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.entry |
|
48 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.entry |
|
49 |
0 |
Line too long (93/80) |
W |
madrona.common.feedvalidator.entry |
|
49 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.entry |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
53 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
54 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
55 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
56 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.entry |
|
57 |
0 |
Line too long (119/80) |
W |
madrona.common.feedvalidator.entry |
|
57 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.entry |
|
58 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
59 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.entry |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
63 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
64 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
65 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
67 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
68 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
69 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
71 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
72 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
73 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
74 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
76 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
77 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
78 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
80 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.entry |
|
81 |
0 |
Line too long (92/80) |
W |
madrona.common.feedvalidator.entry |
|
81 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
83 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
84 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
85 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
86 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
88 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
89 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
91 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
92 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
94 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
96 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
98 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
99 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
100 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
102 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
104 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
106 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.entry |
|
107 |
0 |
Line too long (92/80) |
W |
madrona.common.feedvalidator.entry |
|
107 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
109 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
110 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
112 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
113 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
116 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
121 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
122 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
124 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
125 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
127 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
128 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
129 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.entry |
|
130 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
132 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.entry |
|
133 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
134 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.entry |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.entry |
|
9 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.entry |
|
9 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.entry |
|
10 |
0 |
Relative import 'itunes', should be 'madrona.common.feedvalidator.itunes' |
W |
madrona.common.feedvalidator.entry |
|
11 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
C |
madrona.common.feedvalidator.entry |
entry |
16 |
0 |
Invalid name "entry" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.entry |
entry |
16 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.entry |
entry |
16 |
0 |
Too many ancestors (9/7) |
C |
madrona.common.feedvalidator.entry |
entry.getExpectedAttrNames |
17 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.entry |
entry.prevalidate |
21 |
4 |
Operator not preceded by a space
self.links=[]
^ |
C |
madrona.common.feedvalidator.entry |
entry.prevalidate |
22 |
4 |
Operator not preceded by a space
self.content=None
^ |
C |
madrona.common.feedvalidator.entry |
entry.validate |
47 |
36 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.entry |
entry.validate |
52 |
4 |
Operator not preceded by a space
types={}
^ |
C |
madrona.common.feedvalidator.entry |
entry.validate |
54 |
6 |
Operator not preceded by a space
if not link.rel=='alternate': continue
^^ |
C |
madrona.common.feedvalidator.entry |
entry.validate |
54 |
36 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.entry |
entry.validate |
55 |
6 |
Operator not preceded by a space
if not link.type in types: types[link.type]=[]
^ |
C |
madrona.common.feedvalidator.entry |
entry.validate |
55 |
33 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.entry |
entry.validate |
61 |
20 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.entry |
entry.validate |
24 |
2 |
Too many branches (19/12) |
C |
madrona.common.feedvalidator.entry |
entry.do_author |
63 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.entry |
entry.do_author |
64 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.entry |
entry.do_author |
63 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_category |
67 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.entry |
entry.do_category |
68 |
4 |
Relative import 'category', should be 'madrona.common.feedvalidator.category' |
R |
madrona.common.feedvalidator.entry |
entry.do_category |
67 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_content |
71 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.entry |
entry.do_content |
72 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
C |
madrona.common.feedvalidator.entry |
entry.do_content |
73 |
4 |
Operator not preceded by a space
self.content=content()
^ |
C |
madrona.common.feedvalidator.entry |
entry.do_contributor |
76 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.entry |
entry.do_contributor |
77 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.entry |
entry.do_contributor |
76 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_id |
80 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.entry |
entry.do_id |
81 |
4 |
Comma not followed by a space
return canonicaluri(), nows(), noduplicates(), unique('id',self.parent,DuplicateEntries)
^^ |
C |
madrona.common.feedvalidator.entry |
entry.do_link |
83 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.entry |
entry.do_link |
84 |
4 |
Relative import 'link', should be 'madrona.common.feedvalidator.link' |
C |
madrona.common.feedvalidator.entry |
entry.do_published |
88 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.entry |
entry.do_published |
88 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_source |
91 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.entry |
entry.do_source |
91 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_rights |
94 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.entry |
entry.do_rights |
95 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.entry |
entry.do_rights |
94 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_summary |
98 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.entry |
entry.do_summary |
99 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.entry |
entry.do_summary |
98 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_title |
102 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.entry |
entry.do_title |
103 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.entry |
entry.do_title |
102 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_updated |
106 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.entry |
entry.do_updated |
107 |
4 |
Comma not followed by a space
return rfc3339(), nows(), noduplicates(), unique('updated',self.parent,DuplicateUpdated)
^^ |
C |
madrona.common.feedvalidator.entry |
entry.do_app_edited |
109 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.entry |
entry.do_app_edited |
109 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.entry |
entry.do_app_control |
112 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.entry |
entry.do_app_control |
112 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.entry |
entry.do_content |
73 |
4 |
Attribute 'content' defined outside __init__ |
W |
madrona.common.feedvalidator.entry |
entry.prevalidate |
21 |
4 |
Attribute 'links' defined outside __init__ |
R |
madrona.common.feedvalidator.entry |
entry |
16 |
0 |
Too many public methods (293/20) |
C |
madrona.common.feedvalidator.entry |
app_control |
115 |
0 |
Invalid name "app_control" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.entry |
app_control |
115 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.entry |
app_control.do_app_draft |
116 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.entry |
app_control.do_app_draft |
116 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.entry |
app_control |
115 |
0 |
Too many public methods (31/20) |
W |
madrona.common.feedvalidator.entry |
|
119 |
0 |
Relative import 'feed', should be 'madrona.common.feedvalidator.feed' |
C |
madrona.common.feedvalidator.entry |
source |
120 |
0 |
Invalid name "source" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.entry |
source |
120 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.entry |
source |
120 |
0 |
Too many ancestors (10/7) |
C |
madrona.common.feedvalidator.entry |
source.missingElement |
121 |
2 |
Invalid name "missingElement" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.entry |
source |
120 |
0 |
Too many public methods (187/20) |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import nonhtml from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import nonblank from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.entry |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.extension |
|
3 |
0 |
Line too long (136/80) |
W |
madrona.common.feedvalidator.extension |
|
15 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
16 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
18 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
19 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
21 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
23 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
26 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
29 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
32 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
33 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
35 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
38 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
39 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
40 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
43 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
45 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
46 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
48 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
49 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
51 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
54 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
56 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
57 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
59 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
60 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
62 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
63 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
65 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
66 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
68 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
69 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
71 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
72 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
74 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
75 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
77 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
78 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
80 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
81 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
82 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.extension |
|
82 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
83 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
85 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
86 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
88 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
89 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
91 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
92 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
94 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
101 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
102 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
104 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
107 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
108 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
110 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
111 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
113 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
114 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
116 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
119 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
122 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
123 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
125 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
126 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
128 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
129 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
131 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
132 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
134 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
135 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
137 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
138 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
140 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
141 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
143 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
146 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
149 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
150 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
153 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
154 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
156 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
157 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
159 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
160 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
162 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
163 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
165 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
166 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
168 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
169 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
171 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
172 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
174 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
175 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
177 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
178 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
180 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
181 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
183 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
184 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
186 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
187 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
189 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
190 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
192 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
193 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
195 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
196 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
198 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
199 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
201 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
202 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
204 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
205 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
207 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
208 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
210 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
211 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
213 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
214 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
216 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
217 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
219 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
220 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
222 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
223 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
225 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
226 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
228 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
229 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
231 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
232 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
234 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
235 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
237 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
238 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
240 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
241 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
243 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
244 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
246 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
247 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
249 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
250 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
252 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
253 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
255 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
256 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
258 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
259 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
261 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
262 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
271 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
272 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
274 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
275 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
283 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
284 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
286 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
287 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
289 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
290 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
292 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
293 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
295 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
296 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
298 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
299 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
301 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
302 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
304 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
305 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
307 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
308 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
310 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
311 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
313 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
314 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
316 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
317 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
319 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
320 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
322 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
323 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
325 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
326 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
328 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
329 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
331 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
332 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
334 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
335 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
337 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
338 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
339 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
340 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
342 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
343 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
345 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
346 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
348 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
349 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
351 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
352 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
354 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
355 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
356 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
358 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
359 |
0 |
Bad indentation. Found 5 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
361 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
362 |
0 |
Bad indentation. Found 5 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
364 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
365 |
0 |
Bad indentation. Found 5 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
367 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
368 |
0 |
Bad indentation. Found 5 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
370 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
371 |
0 |
Bad indentation. Found 5 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
373 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
374 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
376 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
377 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
379 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
380 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
382 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
383 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
385 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
386 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
388 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
389 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
391 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
392 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
394 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
395 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
397 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
398 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
400 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
401 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
403 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
404 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
406 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
407 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
409 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
410 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
412 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
413 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
415 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
416 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
418 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
419 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
421 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
422 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
424 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
425 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
427 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
428 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
430 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
431 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
433 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
434 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
436 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
437 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
439 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
440 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
442 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
443 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
445 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
446 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
448 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
449 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
451 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
452 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
454 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
455 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
457 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
458 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
460 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
461 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
463 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
464 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
466 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
467 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
469 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
470 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
472 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
473 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
475 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
476 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
478 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
479 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
481 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
482 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
484 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
485 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
487 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
488 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
490 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
491 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
493 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
494 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
496 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
497 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
499 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
500 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
502 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
503 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
505 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
506 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
508 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
509 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
511 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
512 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
514 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
515 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
517 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
518 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
520 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
521 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
523 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
524 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
526 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
527 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
529 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
530 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
532 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
533 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
535 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
536 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
538 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
539 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
541 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
542 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
544 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
545 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
547 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
548 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
550 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
551 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
553 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
554 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
556 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
557 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
559 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
560 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
562 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
563 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
565 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
566 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
568 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
569 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
571 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
572 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
574 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
575 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
577 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
578 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
580 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
581 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
583 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
584 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
586 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
587 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
589 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
590 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
592 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
593 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
595 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
596 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
598 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
599 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
601 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
602 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
604 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
605 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
607 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
608 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
610 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
611 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
613 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
614 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
616 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
617 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
619 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
620 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
622 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
623 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
625 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.extension |
|
626 |
0 |
Line too long (89/80) |
W |
madrona.common.feedvalidator.extension |
|
626 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
628 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
629 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
631 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
632 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
634 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
635 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
637 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
638 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
640 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
641 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
643 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
644 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
646 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
647 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
649 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
650 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
652 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
653 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
655 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
656 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
658 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
659 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
661 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
662 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
664 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
665 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
667 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
668 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
670 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
671 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
673 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
674 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
676 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
677 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
679 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
680 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
682 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
683 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
685 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
686 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
687 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
689 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
690 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
692 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
693 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
695 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
696 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
698 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
699 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
701 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
702 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
704 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
705 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
708 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
709 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
710 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
711 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
712 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
715 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
716 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
717 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
718 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
719 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
720 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
723 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
724 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
725 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
726 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
729 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
730 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
731 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
732 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
735 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
736 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
737 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
738 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
739 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
740 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
741 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
742 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
745 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
746 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
749 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
750 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
753 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
754 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
756 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
757 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
759 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
760 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
761 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.extension |
|
761 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
762 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
763 |
0 |
Line too long (91/80) |
W |
madrona.common.feedvalidator.extension |
|
763 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
767 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
768 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
769 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
770 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
771 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
774 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
775 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
778 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
779 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
781 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
783 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.extension |
|
784 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
785 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
786 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
787 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
788 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
789 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
790 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
791 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.extension |
|
794 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
795 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
798 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
799 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
802 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
803 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
806 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
807 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
808 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
809 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
812 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
813 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
815 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
816 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
818 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
819 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
821 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
822 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.extension |
|
822 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
823 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
824 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
831 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
832 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
834 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
835 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
837 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
838 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
840 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
841 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
843 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
844 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
846 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
847 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
849 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
850 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
852 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
853 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
855 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
856 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
858 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
859 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
861 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
862 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
864 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
865 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
872 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
873 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
875 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
876 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
878 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
879 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
882 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
883 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
884 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
885 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
886 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
887 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
888 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
889 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
892 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
893 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
894 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
898 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
899 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
900 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
901 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
903 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
904 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
905 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.extension |
|
906 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
907 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.extension |
|
916 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
917 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
918 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
919 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
920 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
921 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
922 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
923 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
925 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
926 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
929 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
930 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
937 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
938 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
939 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.extension |
|
939 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
940 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
942 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
943 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
945 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
946 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
948 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
949 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
951 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
952 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
954 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
955 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
957 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
958 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
960 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
961 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
963 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
964 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
966 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
967 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
969 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
970 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
972 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
973 |
0 |
Bad indentation. Found 5 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
975 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
976 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
978 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
979 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
980 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
982 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
983 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
984 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
986 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
987 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
989 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
990 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
992 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
993 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
995 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
996 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
998 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
999 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1001 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1002 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1004 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1005 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1006 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1008 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1009 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1010 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1012 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1013 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1014 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1016 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1017 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1018 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1020 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1021 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1023 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1024 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1026 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1027 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1028 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1030 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1031 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1033 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1034 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1037 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1038 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1039 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1040 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1041 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1044 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1045 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1048 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1049 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1061 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1062 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1063 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1064 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1065 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1066 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1067 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1068 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1069 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1070 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1080 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1081 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
1082 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.extension |
|
1082 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1083 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
1084 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.extension |
|
1084 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1087 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1088 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1089 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1090 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1091 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1094 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1095 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1096 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1097 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1098 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1099 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1102 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1104 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1108 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1109 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1110 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1114 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1115 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1116 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1120 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1121 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1122 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
1123 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.extension |
|
1123 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1127 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1128 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1131 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.extension |
|
1132 |
0 |
Line too long (91/80) |
W |
madrona.common.feedvalidator.extension |
|
1132 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1135 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1136 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1140 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1141 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1144 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1145 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1148 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1149 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1152 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1153 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1156 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1157 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1160 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1161 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1162 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1163 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1167 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1168 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1169 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1170 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1174 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1175 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1176 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1177 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1181 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1182 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1183 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1184 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1185 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1186 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1187 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1191 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1192 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1193 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1194 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1195 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1199 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1200 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1202 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1203 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1204 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1207 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1208 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1210 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1211 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1212 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1213 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1214 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1216 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1217 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1218 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1219 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1221 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1222 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1223 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1224 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1226 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1227 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.extension |
|
1228 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.extension |
|
1229 |
0 |
Line too long (118/80) |
W |
madrona.common.feedvalidator.extension |
|
1229 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.extension |
|
1230 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.extension |
|
1231 |
0 |
Line too long (121/80) |
W |
madrona.common.feedvalidator.extension |
|
1231 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.extension |
|
1238 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1240 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1241 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1242 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1244 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1245 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1246 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1248 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1249 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1250 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1252 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1253 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1254 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1256 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1257 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1258 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1260 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1261 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1263 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1264 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1266 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1267 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1268 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1270 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1271 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1273 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1274 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1276 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1277 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1278 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1280 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1281 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1282 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1284 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1285 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1286 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1288 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1289 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1290 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1292 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1293 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1295 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1296 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1297 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1299 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1300 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1301 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1303 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.extension |
|
1304 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.extension |
|
1305 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.extension |
|
1 |
0 |
Too many lines in module (1305) |
W |
madrona.common.feedvalidator.extension |
|
626 |
0 |
TODO: expressed in either two or three dimensions. |
W |
madrona.common.feedvalidator.extension |
|
928 |
0 |
XXX This should have duplicate semantics with link[@rel='related'] |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.extension |
|
8 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.extension |
|
8 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.extension |
extension_everywhere |
14 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
extension_everywhere |
14 |
0 |
Invalid name "extension_everywhere" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere |
14 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_title |
15 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_title |
15 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_description |
18 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_description |
18 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_publisher |
21 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_publisher |
22 |
22 |
Instance of 'extension_everywhere' has no 'children' member |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_publisher |
23 |
6 |
Instance of 'extension_everywhere' has no 'log' member |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_contributor |
26 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_contributor |
26 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_type |
29 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_type |
29 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_format |
32 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_format |
32 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_identifier |
35 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_identifier |
35 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_source |
38 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_source |
39 |
19 |
Instance of 'extension_everywhere' has no 'children' member |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_source |
40 |
6 |
Instance of 'extension_everywhere' has no 'log' member |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_language |
43 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_language |
44 |
21 |
Instance of 'extension_everywhere' has no 'children' member |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_language |
45 |
6 |
Instance of 'extension_everywhere' has no 'log' member |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_relation |
48 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_relation |
48 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_coverage |
51 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_coverage |
51 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_rights |
54 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_rights |
55 |
22 |
Instance of 'extension_everywhere' has no 'children' member |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dc_rights |
56 |
6 |
Instance of 'extension_everywhere' has no 'log' member |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_alternative |
59 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_alternative |
59 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_abstract |
62 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_abstract |
62 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_tableOfContents |
65 |
2 |
Invalid name "do_dcterms_tableOfContents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_tableOfContents |
65 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_tableOfContents |
65 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_created |
68 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_created |
68 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_valid |
71 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_valid |
71 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_available |
74 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_available |
74 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_issued |
77 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_issued |
77 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_modified |
80 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_modified |
81 |
26 |
Instance of 'extension_everywhere' has no 'children' member |
E |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_modified |
82 |
6 |
Instance of 'extension_everywhere' has no 'log' member |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateAccepted |
85 |
2 |
Invalid name "do_dcterms_dateAccepted" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateAccepted |
85 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateAccepted |
85 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateCopyrighted |
88 |
2 |
Invalid name "do_dcterms_dateCopyrighted" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateCopyrighted |
88 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateCopyrighted |
88 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateSubmitted |
91 |
2 |
Invalid name "do_dcterms_dateSubmitted" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateSubmitted |
91 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_dateSubmitted |
91 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_extent |
94 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_extent |
94 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isVersionOf |
101 |
2 |
Invalid name "do_dcterms_isVersionOf" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isVersionOf |
101 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isVersionOf |
101 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasVersion |
104 |
2 |
Invalid name "do_dcterms_hasVersion" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasVersion |
104 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasVersion |
104 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isReplacedBy |
107 |
2 |
Invalid name "do_dcterms_isReplacedBy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isReplacedBy |
107 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isReplacedBy |
107 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_replaces |
110 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_replaces |
110 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isRequiredBy |
113 |
2 |
Invalid name "do_dcterms_isRequiredBy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isRequiredBy |
113 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isRequiredBy |
113 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_requires |
116 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_requires |
116 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isPartOf |
119 |
2 |
Invalid name "do_dcterms_isPartOf" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isPartOf |
119 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isPartOf |
119 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasPart |
122 |
2 |
Invalid name "do_dcterms_hasPart" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasPart |
122 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasPart |
122 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isReferencedBy |
125 |
2 |
Invalid name "do_dcterms_isReferencedBy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isReferencedBy |
125 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isReferencedBy |
125 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_references |
128 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_references |
128 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isFormatOf |
131 |
2 |
Invalid name "do_dcterms_isFormatOf" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isFormatOf |
131 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_isFormatOf |
131 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasFormat |
134 |
2 |
Invalid name "do_dcterms_hasFormat" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasFormat |
134 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_hasFormat |
134 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_conformsTo |
137 |
2 |
Invalid name "do_dcterms_conformsTo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_conformsTo |
137 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_conformsTo |
137 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_spatial |
140 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_spatial |
140 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_temporal |
143 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_temporal |
143 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_audience |
146 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_audience |
146 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_mediator |
149 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_mediator |
149 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accessRights |
153 |
2 |
Invalid name "do_dcterms_accessRights" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accessRights |
153 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accessRights |
153 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualMethod |
156 |
2 |
Invalid name "do_dcterms_accrualMethod" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualMethod |
156 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualMethod |
156 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualPeriodicity |
159 |
2 |
Invalid name "do_dcterms_accrualPeriodicity" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualPeriodicity |
159 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualPeriodicity |
159 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualPolicy |
162 |
2 |
Invalid name "do_dcterms_accrualPolicy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualPolicy |
162 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_accrualPolicy |
162 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_bibliographicCitation |
165 |
2 |
Invalid name "do_dcterms_bibliographicCitation" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_bibliographicCitation |
165 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_bibliographicCitation |
165 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_educationLevel |
168 |
2 |
Invalid name "do_dcterms_educationLevel" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_educationLevel |
168 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_educationLevel |
168 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_instructionalMethod |
171 |
2 |
Invalid name "do_dcterms_instructionalMethod" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_instructionalMethod |
171 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_instructionalMethod |
171 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_license |
174 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_license |
174 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_provenance |
177 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_provenance |
177 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_rightsHolder |
180 |
2 |
Invalid name "do_dcterms_rightsHolder" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_rightsHolder |
180 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_dcterms_rightsHolder |
180 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdf_RDF |
183 |
2 |
Invalid name "do_rdf_RDF" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdf_RDF |
183 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdf_RDF |
183 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdf_type |
186 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdf_type |
186 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdf_Description |
189 |
2 |
Invalid name "do_rdf_Description" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdf_Description |
189 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdf_Description |
189 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdfs_seeAlso |
192 |
2 |
Invalid name "do_rdfs_seeAlso" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdfs_seeAlso |
192 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_rdfs_seeAlso |
192 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_Point |
195 |
2 |
Invalid name "do_geo_Point" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_Point |
195 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_Point |
195 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_lat |
198 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_lat |
198 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_long |
201 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_long |
201 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_alt |
204 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geo_alt |
204 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geourl_latitude |
207 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geourl_latitude |
207 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geourl_longitude |
210 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_geourl_longitude |
210 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_where |
213 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_where |
213 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_point |
216 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_point |
216 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_line |
219 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_line |
219 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_polygon |
222 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_polygon |
222 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_featuretypetag |
225 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_featuretypetag |
225 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_relationshiptag |
228 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_relationshiptag |
228 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_featurename |
231 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_featurename |
231 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_elev |
234 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_elev |
234 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_floor |
237 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_floor |
237 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_radius |
240 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_georss_radius |
240 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_icbm_latitude |
243 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_icbm_latitude |
243 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_icbm_longitude |
246 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_icbm_longitude |
246 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_dateCreated |
249 |
2 |
Invalid name "do_opml_dateCreated" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_dateCreated |
249 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_dateCreated |
249 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_dateModified |
252 |
2 |
Invalid name "do_opml_dateModified" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_dateModified |
252 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_dateModified |
252 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerName |
255 |
2 |
Invalid name "do_opml_ownerName" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerName |
255 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerName |
255 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerEmail |
258 |
2 |
Invalid name "do_opml_ownerEmail" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerEmail |
258 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerEmail |
258 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerId |
261 |
2 |
Invalid name "do_opml_ownerId" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerId |
261 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_everywhere.do_opml_ownerId |
261 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
extension_everywhere |
14 |
0 |
Too many public methods (78/20) |
W |
madrona.common.feedvalidator.extension |
|
269 |
0 |
Relative import 'media', should be 'madrona.common.feedvalidator.media' |
W |
madrona.common.feedvalidator.extension |
extension_channel_item |
270 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
extension_channel_item |
270 |
0 |
Invalid name "extension_channel_item" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
extension_channel_item |
270 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
extension_channel_item.do_taxo_topics |
271 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel_item.do_taxo_topics |
271 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel_item.do_l_link |
274 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel_item.do_l_link |
274 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
extension_channel_item |
270 |
0 |
Too many public methods (93/20) |
W |
madrona.common.feedvalidator.extension |
extension_item |
282 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
extension_item |
282 |
0 |
Invalid name "extension_item" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
extension_item |
282 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
extension_item.do_annotate_reference |
283 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_annotate_reference |
283 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ag_source |
286 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_ag_source |
286 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ag_sourceURL |
289 |
2 |
Invalid name "do_ag_sourceURL" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ag_sourceURL |
289 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_ag_sourceURL |
289 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ag_timestamp |
292 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_ag_timestamp |
292 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ev_startdate |
295 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_ev_startdate |
295 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ev_enddate |
298 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_ev_enddate |
298 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ev_location |
301 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_ev_location |
301 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ev_organizer |
304 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_ev_organizer |
304 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_ev_type |
307 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_ev_type |
307 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_feedburner_awareness |
310 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_feedburner_awareness |
310 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_feedburner_origEnclosureLink |
313 |
2 |
Invalid name "do_feedburner_origEnclosureLink" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_feedburner_origEnclosureLink |
313 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_feedburner_origEnclosureLink |
313 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_feedburner_origLink |
316 |
2 |
Invalid name "do_feedburner_origLink" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_feedburner_origLink |
316 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_feedburner_origLink |
316 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_foaf_maker |
319 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_foaf_maker |
319 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_foaf_primaryTopic |
322 |
2 |
Invalid name "do_foaf_primaryTopic" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_foaf_primaryTopic |
322 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_foaf_primaryTopic |
322 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_slash_comments |
325 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_slash_comments |
325 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_slash_section |
328 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_slash_section |
328 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_slash_department |
331 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_slash_department |
331 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_slash_hit_parade |
334 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_slash_hit_parade |
334 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_thr_children |
337 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
extension_item.do_thr_children |
338 |
7 |
Instance of 'extension_item' has no 'getFeedType' member |
C |
madrona.common.feedvalidator.extension |
extension_item.do_thr_children |
339 |
6 |
Comma not followed by a space
self.log(UndefinedElement({'parent':self.name,"element":"thr:children"}))
^^ |
E |
madrona.common.feedvalidator.extension |
extension_item.do_thr_children |
339 |
6 |
Instance of 'extension_item' has no 'log' member |
E |
madrona.common.feedvalidator.extension |
extension_item.do_thr_children |
339 |
42 |
Instance of 'extension_item' has no 'name' member |
C |
madrona.common.feedvalidator.extension |
extension_item.do_thr_total |
342 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_thr_total |
342 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_thr_in_reply_to |
345 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_thr_in_reply_to |
345 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_comment |
348 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_comment |
348 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_commentRss |
351 |
2 |
Invalid name "do_wfw_commentRss" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_commentRss |
351 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_commentRss |
351 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_commentRSS |
354 |
2 |
Invalid name "do_wfw_commentRSS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_commentRSS |
354 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_commentRSS |
355 |
4 |
Instance of 'extension_item' has no 'log' member |
E |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_commentRSS |
355 |
34 |
Instance of 'extension_item' has no 'parent' member |
E |
madrona.common.feedvalidator.extension |
extension_item.do_wfw_commentRSS |
355 |
62 |
Instance of 'extension_item' has no 'name' member |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_diff |
358 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_diff |
358 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_history |
361 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_history |
361 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_importance |
364 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_importance |
364 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_status |
367 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_status |
367 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_version |
370 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_wiki_version |
370 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_actor |
373 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_actor |
373 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_age |
376 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_age |
376 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_agent |
379 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_agent |
379 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_area |
382 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_area |
382 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_apparel_type |
385 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_apparel_type |
385 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_artist |
388 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_artist |
388 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_author |
391 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_author |
391 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_bathrooms |
394 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_bathrooms |
394 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_bedrooms |
397 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_bedrooms |
397 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_brand |
400 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_brand |
400 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_calories |
403 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_calories |
403 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_cholesterol |
406 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_cholesterol |
406 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_color |
409 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_color |
409 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_cooking_time |
412 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_cooking_time |
412 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_condition |
415 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_condition |
415 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_course |
418 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_course |
418 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_course_date_range |
421 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_course_date_range |
421 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_course_number |
424 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_course_number |
424 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_course_times |
427 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_course_times |
427 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_cuisine |
430 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_cuisine |
430 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_currency |
433 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_currency |
433 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_delivery_notes |
436 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_delivery_notes |
436 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_delivery_radius |
439 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_delivery_radius |
439 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_education |
442 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_education |
442 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_employer |
445 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_employer |
445 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_ethnicity |
448 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_ethnicity |
448 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_event_date_range |
451 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_event_date_range |
451 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_expiration_date |
454 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_expiration_date |
454 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_expiration_date_time |
457 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_expiration_date_time |
457 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_fiber |
460 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_fiber |
460 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_from_location |
463 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_from_location |
463 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_gender |
466 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_gender |
466 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_hoa_dues |
469 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_hoa_dues |
469 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_format |
472 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_format |
472 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_id |
475 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_id |
475 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_image_link |
478 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_image_link |
478 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_immigration_status |
481 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_immigration_status |
481 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_interested_in |
484 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_interested_in |
484 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_isbn |
487 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_isbn |
487 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_job_function |
490 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_job_function |
490 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_job_industry |
493 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_job_industry |
493 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_job_type |
496 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_job_type |
496 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_label |
499 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_label |
499 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_listing_type |
502 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_listing_type |
502 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_location |
505 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_location |
505 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_main_ingredient |
508 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_main_ingredient |
508 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_make |
511 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_make |
511 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_manufacturer |
514 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_manufacturer |
514 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_manufacturer_id |
517 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_manufacturer_id |
517 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_marital_status |
520 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_marital_status |
520 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_meal_type |
523 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_meal_type |
523 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_megapixels |
526 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_megapixels |
526 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_memory |
529 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_memory |
529 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_mileage |
532 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_mileage |
532 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_model |
535 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_model |
535 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_model_number |
538 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_model_number |
538 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_name_of_item_being_reviewed |
541 |
2 |
Invalid name "do_g_name_of_item_being_reviewed" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_name_of_item_being_reviewed |
541 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_name_of_item_being_reviewed |
541 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_news_source |
544 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_news_source |
544 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_occupation |
547 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_occupation |
547 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_payment_notes |
550 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_payment_notes |
550 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_pages |
553 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_pages |
553 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_payment_accepted |
556 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_payment_accepted |
556 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_pickup |
559 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_pickup |
559 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_preparation_time |
562 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_preparation_time |
562 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_price |
565 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_price |
565 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_price_type |
568 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_price_type |
568 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_processor_speed |
571 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_processor_speed |
571 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_product_type |
574 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_product_type |
574 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_property_type |
577 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_property_type |
577 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_protein |
580 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_protein |
580 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_publication_name |
583 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_publication_name |
583 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_publication_volume |
586 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_publication_volume |
586 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_publish_date |
589 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_publish_date |
589 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_quantity |
592 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_quantity |
592 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_rating |
595 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_rating |
595 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_review_type |
598 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_review_type |
598 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_reviewer_type |
601 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_reviewer_type |
601 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_salary |
604 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_salary |
604 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_salary_type |
607 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_salary_type |
607 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_saturated_fat |
610 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_saturated_fat |
610 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_school_district |
613 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_school_district |
613 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_service_type |
616 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_service_type |
616 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_servings |
619 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_servings |
619 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_sexual_orientation |
622 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_sexual_orientation |
622 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_size |
625 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_size |
625 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_shipping |
628 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_shipping |
628 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_sodium |
631 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_sodium |
631 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_subject |
634 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_subject |
634 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_subject_area |
637 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_subject_area |
637 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_tax_percent |
640 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_tax_percent |
640 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_tax_region |
643 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_tax_region |
643 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_to_location |
646 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_to_location |
646 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_total_carbs |
649 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_total_carbs |
649 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_total_fat |
652 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_total_fat |
652 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_travel_date_range |
655 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_travel_date_range |
655 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_university |
658 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_university |
658 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_upc |
661 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_upc |
661 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_url_of_item_being_reviewed |
664 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_url_of_item_being_reviewed |
664 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_vehicle_type |
667 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_vehicle_type |
667 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_vin |
670 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_vin |
670 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_weight |
673 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_weight |
673 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_g_year |
676 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_g_year |
676 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_media_group |
679 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_media_group |
679 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_media_content |
682 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_media_content |
682 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_sx_sync |
685 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
extension_item.do_sx_sync |
686 |
4 |
Relative import 'sse', should be 'madrona.common.feedvalidator.sse' |
R |
madrona.common.feedvalidator.extension |
extension_item.do_sx_sync |
685 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_introMilliseconds |
689 |
2 |
Invalid name "do_conversationsNetwork_introMilliseconds" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_introMilliseconds |
689 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_introMilliseconds |
689 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_image |
692 |
2 |
Invalid name "do_conversationsNetwork_image" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_image |
692 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_image |
692 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingAverage |
695 |
2 |
Invalid name "do_conversationsNetwork_ratingAverage" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingAverage |
695 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingAverage |
695 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingCount |
698 |
2 |
Invalid name "do_conversationsNetwork_ratingCount" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingCount |
698 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingCount |
698 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingIndividual |
701 |
2 |
Invalid name "do_conversationsNetwork_ratingIndividual" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingIndividual |
701 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingIndividual |
701 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingTimestamp |
704 |
2 |
Invalid name "do_conversationsNetwork_ratingTimestamp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingTimestamp |
704 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_item.do_conversationsNetwork_ratingTimestamp |
704 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
extension_item |
282 |
0 |
Too many public methods (233/20) |
C |
madrona.common.feedvalidator.extension |
heisen_uri |
707 |
0 |
Invalid name "heisen_uri" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
heisen_uri |
707 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
heisen_uri.validate |
708 |
2 |
Arguments number differs from overridden method |
R |
madrona.common.feedvalidator.extension |
heisen_uri |
707 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
feedFlare |
714 |
0 |
Invalid name "feedFlare" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
feedFlare |
714 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
feedFlare.getExpectedAttrNames |
715 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
feedFlare.getExpectedAttrNames |
716 |
4 |
Comma not followed by a space
return [(None,u'href'),(None,u'src')]
^^ |
R |
madrona.common.feedvalidator.extension |
feedFlare |
714 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.extension |
feedInfo |
722 |
0 |
Invalid name "feedInfo" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
feedInfo |
722 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
feedInfo.getExpectedAttrNames |
723 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
feedInfo.getExpectedAttrNames |
724 |
4 |
Comma not followed by a space
return [(None,u'uri')]
^^ |
R |
madrona.common.feedvalidator.extension |
feedInfo |
722 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
xmlView |
728 |
0 |
Invalid name "xmlView" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
xmlView |
728 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
xmlView.getExpectedAttrNames |
729 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
xmlView.getExpectedAttrNames |
730 |
4 |
Comma not followed by a space
return [(None,u'href')]
^^ |
R |
madrona.common.feedvalidator.extension |
xmlView |
728 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
georss_where |
734 |
0 |
Invalid name "georss_where" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
georss_where |
734 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Point |
735 |
2 |
Invalid name "do_gml_Point" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Point |
735 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Point |
735 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
georss_where.do_gml_LineString |
737 |
2 |
Invalid name "do_gml_LineString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
georss_where.do_gml_LineString |
737 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
georss_where.do_gml_LineString |
737 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Polygon |
739 |
2 |
Invalid name "do_gml_Polygon" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Polygon |
739 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Polygon |
739 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Envelope |
741 |
2 |
Invalid name "do_gml_Envelope" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Envelope |
741 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
georss_where.do_gml_Envelope |
741 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
georss_where |
734 |
0 |
Too many public methods (34/20) |
C |
madrona.common.feedvalidator.extension |
geo_srsName |
744 |
0 |
Invalid name "geo_srsName" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
geo_srsName |
744 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
geo_srsName.getExpectedAttrNames |
745 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.extension |
geo_srsName |
744 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
gml_point |
748 |
0 |
Invalid name "gml_point" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
gml_point |
748 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
gml_point.do_gml_pos |
749 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
gml_point.do_gml_pos |
749 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
gml_point |
748 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.extension |
geo_point |
752 |
0 |
Invalid name "geo_point" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
geo_point |
752 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
geo_point.do_geo_lat |
753 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
geo_point.do_geo_lat |
753 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
geo_point.do_geo_long |
756 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
geo_point.do_geo_long |
756 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
geo_point |
752 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.extension |
gml_pos |
766 |
0 |
Invalid name "gml_pos" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
gml_pos |
766 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
gml_pos |
766 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
gml_line |
773 |
0 |
Invalid name "gml_line" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
gml_line |
773 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
gml_line.do_gml_posList |
774 |
2 |
Invalid name "do_gml_posList" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
gml_line.do_gml_posList |
774 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
gml_line.do_gml_posList |
774 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
gml_line |
773 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.extension |
gml_posList |
777 |
0 |
Invalid name "gml_posList" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
gml_posList |
777 |
0 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
gml_posList.validate |
782 |
8 |
Using variable 'value' before assignment |
C |
madrona.common.feedvalidator.extension |
gml_posList.validate |
785 |
6 |
Operator not preceded by a space
self.value=self.value.replace(',',' ')
^ |
R |
madrona.common.feedvalidator.extension |
gml_posList |
777 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
gml_polygon |
793 |
0 |
Invalid name "gml_polygon" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
gml_polygon |
793 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
gml_polygon.do_gml_exterior |
794 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
gml_polygon.do_gml_exterior |
794 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
gml_polygon |
793 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.extension |
gml_exterior |
797 |
0 |
Invalid name "gml_exterior" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
gml_exterior |
797 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
gml_exterior.do_gml_LinearRing |
798 |
2 |
Invalid name "do_gml_LinearRing" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
gml_exterior.do_gml_LinearRing |
798 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
gml_exterior.do_gml_LinearRing |
798 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
gml_exterior |
797 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.extension |
gml_linearRing |
801 |
0 |
Invalid name "gml_linearRing" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
gml_linearRing |
801 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
gml_linearRing.do_gml_posList |
802 |
2 |
Invalid name "do_gml_posList" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
gml_linearRing.do_gml_posList |
802 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
gml_linearRing.do_gml_posList |
802 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
gml_linearRing |
801 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.extension |
gml_envelope |
805 |
0 |
Invalid name "gml_envelope" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
gml_envelope |
805 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
gml_envelope.do_gml_lowerCorner |
806 |
2 |
Invalid name "do_gml_lowerCorner" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
gml_envelope.do_gml_lowerCorner |
806 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
gml_envelope.do_gml_lowerCorner |
806 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
gml_envelope.do_gml_upperCorner |
808 |
2 |
Invalid name "do_gml_upperCorner" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
gml_envelope.do_gml_upperCorner |
808 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
gml_envelope.do_gml_upperCorner |
808 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
gml_envelope |
805 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.extension |
access_restriction |
811 |
0 |
Invalid name "access_restriction" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
access_restriction |
811 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
access_restriction.getExpectedAttrNames |
815 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
access_restriction.prevalidate |
824 |
6 |
Operator not preceded by a space
self.value=self.attrs.getValue((None,"relationship"))
^ |
R |
madrona.common.feedvalidator.extension |
access_restriction |
811 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.extension |
extension_rss20_item |
830 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item |
830 |
0 |
Invalid name "extension_rss20_item" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item |
830 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_trackback_ping |
831 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_trackback_ping |
831 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_trackback_about |
834 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_trackback_about |
834 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_dcterms_accessRights |
837 |
2 |
Invalid name "do_dcterms_accessRights" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_dcterms_accrualMethod |
840 |
2 |
Invalid name "do_dcterms_accrualMethod" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_dcterms_accrualPeriodicity |
843 |
2 |
Invalid name "do_dcterms_accrualPeriodicity" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_dcterms_accrualPolicy |
846 |
2 |
Invalid name "do_dcterms_accrualPolicy" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_dcterms_bibliographicCitation |
849 |
2 |
Invalid name "do_dcterms_bibliographicCitation" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_dcterms_educationLevel |
852 |
2 |
Invalid name "do_dcterms_educationLevel" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_dcterms_instructionalMethod |
855 |
2 |
Invalid name "do_dcterms_instructionalMethod" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_rss20_item.do_dcterms_rightsHolder |
864 |
2 |
Invalid name "do_dcterms_rightsHolder" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.extension |
extension_rss20_item |
830 |
0 |
Too many public methods (235/20) |
W |
madrona.common.feedvalidator.extension |
extension_rss10_item |
871 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
extension_rss10_item |
871 |
0 |
Invalid name "extension_rss10_item" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
extension_rss10_item |
871 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
extension_rss10_item.do_trackback_ping |
872 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_rss10_item.do_trackback_ping |
872 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_rss10_item.do_trackback_about |
875 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_rss10_item.do_trackback_about |
875 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_rss10_item.do_l_permalink |
878 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_rss10_item.do_l_permalink |
878 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
extension_rss10_item |
871 |
0 |
Too many public methods (236/20) |
C |
madrona.common.feedvalidator.extension |
l_permalink |
881 |
0 |
Invalid name "l_permalink" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
l_permalink |
881 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
l_permalink.getExpectedAttrNames |
883 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
l_permalink.validate |
887 |
6 |
Operator not preceded by a space
self.value=self.attrs.getValue((self.lNS, 'type'))
^ |
R |
madrona.common.feedvalidator.extension |
l_permalink |
881 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
l_link |
891 |
0 |
Invalid name "l_link" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
l_link |
891 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
l_link.getExpectedAttrNames |
893 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.extension |
l_link |
891 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.extension |
extension_entry |
915 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
extension_entry |
915 |
0 |
Invalid name "extension_entry" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
extension_entry |
915 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
extension_entry.do_dc_creator |
916 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_entry.do_dc_creator |
916 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_entry.do_dc_subject |
918 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_entry.do_dc_subject |
918 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_entry.do_dc_date |
920 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_entry.do_dc_date |
920 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_entry.do_creativeCommons_license |
922 |
2 |
Invalid name "do_creativeCommons_license" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_entry.do_creativeCommons_license |
922 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_entry.do_creativeCommons_license |
922 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_entry.do_trackback_ping |
925 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_entry.do_trackback_ping |
925 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_entry.do_trackback_about |
929 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_entry.do_trackback_about |
929 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
extension_entry |
915 |
0 |
Too many public methods (239/20) |
W |
madrona.common.feedvalidator.extension |
extension_channel |
936 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
extension_channel |
936 |
0 |
Invalid name "extension_channel" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
extension_channel |
936 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_admin_generatorAgent |
937 |
2 |
Invalid name "do_admin_generatorAgent" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_admin_generatorAgent |
937 |
2 |
Missing docstring |
E |
madrona.common.feedvalidator.extension |
extension_channel.do_admin_generatorAgent |
938 |
22 |
Instance of 'extension_channel' has no 'children' member |
E |
madrona.common.feedvalidator.extension |
extension_channel.do_admin_generatorAgent |
939 |
6 |
Instance of 'extension_channel' has no 'log' member |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_admin_errorReportsTo |
942 |
2 |
Invalid name "do_admin_errorReportsTo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_admin_errorReportsTo |
942 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_admin_errorReportsTo |
942 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_blogRoll |
945 |
2 |
Invalid name "do_blogChannel_blogRoll" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_blogRoll |
945 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_blogRoll |
945 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_mySubscriptions |
948 |
2 |
Invalid name "do_blogChannel_mySubscriptions" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_mySubscriptions |
948 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_mySubscriptions |
948 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_blink |
951 |
2 |
Invalid name "do_blogChannel_blink" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_blink |
951 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_blink |
951 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_changes |
954 |
2 |
Invalid name "do_blogChannel_changes" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_changes |
954 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_blogChannel_changes |
954 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updatePeriod |
957 |
2 |
Invalid name "do_sy_updatePeriod" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updatePeriod |
957 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updatePeriod |
957 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updateFrequency |
960 |
2 |
Invalid name "do_sy_updateFrequency" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updateFrequency |
960 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updateFrequency |
960 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updateBase |
963 |
2 |
Invalid name "do_sy_updateBase" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updateBase |
963 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_sy_updateBase |
963 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_foaf_maker |
966 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_foaf_maker |
966 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_cp_server |
969 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_cp_server |
969 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_wiki_interwiki |
972 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_wiki_interwiki |
972 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_thr_in_reply_to |
975 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_thr_in_reply_to |
975 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_cf_listinfo |
978 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
extension_channel.do_cf_listinfo |
979 |
4 |
Relative import 'cf', should be 'madrona.common.feedvalidator.cf' |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_cf_listinfo |
978 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_cf_treatAs |
982 |
2 |
Invalid name "do_cf_treatAs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_cf_treatAs |
982 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
extension_channel.do_cf_treatAs |
983 |
4 |
Relative import 'cf', should be 'madrona.common.feedvalidator.cf' |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_cf_treatAs |
982 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_awareness |
986 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_awareness |
986 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_browserFriendly |
989 |
2 |
Invalid name "do_feedburner_browserFriendly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_browserFriendly |
989 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_browserFriendly |
989 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_emailServiceId |
992 |
2 |
Invalid name "do_feedburner_emailServiceId" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_emailServiceId |
992 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_emailServiceId |
992 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_feedFlare |
995 |
2 |
Invalid name "do_feedburner_feedFlare" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_feedFlare |
995 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_feedFlare |
995 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_info |
998 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_info |
998 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_feedburnerHostname |
1001 |
2 |
Invalid name "do_feedburner_feedburnerHostname" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_feedburnerHostname |
1001 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_feedburner_feedburnerHostname |
1001 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_totalResults |
1004 |
2 |
Invalid name "do_opensearch_totalResults" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_totalResults |
1004 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_totalResults |
1004 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_startIndex |
1008 |
2 |
Invalid name "do_opensearch_startIndex" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_startIndex |
1008 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_startIndex |
1008 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_itemsPerPage |
1012 |
2 |
Invalid name "do_opensearch_itemsPerPage" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_itemsPerPage |
1012 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_itemsPerPage |
1012 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_Query |
1016 |
2 |
Invalid name "do_opensearch_Query" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_Query |
1016 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_Query |
1017 |
4 |
Relative import 'opensearch', should be 'madrona.common.feedvalidator.opensearch' |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_opensearch_Query |
1016 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_xhtml_div |
1020 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_xhtml_div |
1020 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_xhtml_meta |
1023 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_xhtml_meta |
1023 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_sx_sharing |
1026 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
extension_channel.do_sx_sharing |
1027 |
4 |
Relative import 'sse', should be 'madrona.common.feedvalidator.sse' |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_sx_sharing |
1026 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_fh_archive |
1030 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_fh_archive |
1030 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_channel.do_fh_complete |
1033 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_channel.do_fh_complete |
1033 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
extension_channel |
936 |
0 |
Too many public methods (123/20) |
C |
madrona.common.feedvalidator.extension |
xhtml_meta |
1036 |
0 |
Invalid name "xhtml_meta" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
xhtml_meta |
1036 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
xhtml_meta.getExpectedAttrNames |
1037 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.extension |
xhtml_meta |
1036 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
xhtmlMetaEnumeration |
1043 |
0 |
Invalid name "xhtmlMetaEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
xhtmlMetaEnumeration |
1043 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
xhtmlMetaEnumeration |
1043 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
robotsEnumeration |
1047 |
0 |
Invalid name "robotsEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
robotsEnumeration |
1047 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
robotsEnumeration |
1047 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.extension |
extension_feed |
1060 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
extension_feed |
1060 |
0 |
Invalid name "extension_feed" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
extension_feed |
1060 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
extension_feed.do_dc_creator |
1061 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_feed.do_dc_creator |
1061 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_feed.do_dc_subject |
1063 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_feed.do_dc_subject |
1063 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_feed.do_dc_date |
1065 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_feed.do_dc_date |
1065 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_feed.do_creativeCommons_license |
1067 |
2 |
Invalid name "do_creativeCommons_license" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.extension |
extension_feed.do_creativeCommons_license |
1067 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_feed.do_creativeCommons_license |
1067 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
extension_feed.do_access_restriction |
1069 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
extension_feed.do_access_restriction |
1069 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
extension_feed |
1060 |
0 |
Too many public methods (128/20) |
C |
madrona.common.feedvalidator.extension |
admin_generatorAgent |
1076 |
0 |
Invalid name "admin_generatorAgent" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
admin_generatorAgent |
1076 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
admin_generatorAgent |
1076 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.extension |
admin_generatorAgent |
1076 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
admin_errorReportsTo |
1077 |
0 |
Invalid name "admin_errorReportsTo" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
admin_errorReportsTo |
1077 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
admin_errorReportsTo |
1077 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.extension |
admin_errorReportsTo |
1077 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
sy_updatePeriod |
1079 |
0 |
Invalid name "sy_updatePeriod" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
sy_updatePeriod |
1079 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
sy_updatePeriod |
1079 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_complex_type |
1086 |
0 |
Invalid name "g_complex_type" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_complex_type |
1086 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
g_complex_type.getExpectedAttrNames |
1087 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.extension |
g_complex_type |
1086 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_shipping |
1093 |
0 |
Invalid name "g_shipping" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_shipping |
1093 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
g_shipping.do_g_service |
1094 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_shipping.do_g_service |
1094 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
g_shipping.do_g_country |
1096 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_shipping.do_g_country |
1096 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
g_shipping.do_g_price |
1098 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_shipping.do_g_price |
1098 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
g_shipping |
1093 |
0 |
Too many public methods (33/20) |
C |
madrona.common.feedvalidator.extension |
g_dateTimeRange |
1101 |
0 |
Invalid name "g_dateTimeRange" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_dateTimeRange |
1101 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
g_dateTimeRange.do_g_start |
1102 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_dateTimeRange.do_g_start |
1102 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
g_dateTimeRange.do_g_end |
1104 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_dateTimeRange.do_g_end |
1104 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
g_dateTimeRange |
1101 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.extension |
g_labelType |
1107 |
0 |
Invalid name "g_labelType" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_labelType |
1107 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_labelType |
1107 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_locationType |
1113 |
0 |
Invalid name "g_locationType" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_locationType |
1113 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
g_locationType.validate |
1115 |
4 |
Comma not followed by a space
if len(self.value.split(',')) not in [2,3]:
^^ |
R |
madrona.common.feedvalidator.extension |
g_locationType |
1113 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_full_locationType |
1119 |
0 |
Invalid name "g_full_locationType" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_full_locationType |
1119 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_full_locationType |
1119 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_genderEnumeration |
1126 |
0 |
Invalid name "g_genderEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_genderEnumeration |
1126 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_genderEnumeration |
1126 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_maritalStatusEnumeration |
1130 |
0 |
Invalid name "g_maritalStatusEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_maritalStatusEnumeration |
1130 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_maritalStatusEnumeration |
1130 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_paymentMethodEnumeration |
1134 |
0 |
Invalid name "g_paymentMethodEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_paymentMethodEnumeration |
1134 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_paymentMethodEnumeration |
1134 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_priceTypeEnumeration |
1139 |
0 |
Invalid name "g_priceTypeEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_priceTypeEnumeration |
1139 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_priceTypeEnumeration |
1139 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_ratingTypeEnumeration |
1143 |
0 |
Invalid name "g_ratingTypeEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_ratingTypeEnumeration |
1143 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_ratingTypeEnumeration |
1143 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_reviewerTypeEnumeration |
1147 |
0 |
Invalid name "g_reviewerTypeEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_reviewerTypeEnumeration |
1147 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_reviewerTypeEnumeration |
1147 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_salaryTypeEnumeration |
1151 |
0 |
Invalid name "g_salaryTypeEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_salaryTypeEnumeration |
1151 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_salaryTypeEnumeration |
1151 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_serviceTypeEnumeration |
1155 |
0 |
Invalid name "g_serviceTypeEnumeration" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_serviceTypeEnumeration |
1155 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
g_serviceTypeEnumeration |
1155 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_float |
1159 |
0 |
Invalid name "g_float" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_float |
1159 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
g_float.validate |
1161 |
4 |
Redefining name 're' from outer scope (line 7) |
R |
madrona.common.feedvalidator.extension |
g_float |
1159 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
floatUnit |
1166 |
0 |
Invalid name "floatUnit" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
floatUnit |
1166 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
floatUnit.validate |
1168 |
4 |
Redefining name 're' from outer scope (line 7) |
R |
madrona.common.feedvalidator.extension |
floatUnit |
1166 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
decimal |
1173 |
0 |
Invalid name "decimal" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
decimal |
1173 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
decimal.validate |
1175 |
4 |
Redefining name 're' from outer scope (line 7) |
R |
madrona.common.feedvalidator.extension |
decimal |
1173 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_year |
1180 |
0 |
Invalid name "g_year" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_year |
1180 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
g_year.validate |
1182 |
4 |
Redefining name 'time' from outer scope (line 7) |
W |
madrona.common.feedvalidator.extension |
g_year.validate |
1186 |
4 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.extension |
g_year.validate |
1185 |
54 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.extension |
g_year.validate |
1185 |
54 |
Exception doesn't inherit from standard "Exception" class |
R |
madrona.common.feedvalidator.extension |
g_year |
1180 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
g_intUnit |
1190 |
0 |
Invalid name "g_intUnit" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
g_intUnit |
1190 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
g_intUnit.validate |
1194 |
4 |
No exception type(s) specified |
C |
madrona.common.feedvalidator.extension |
g_intUnit.validate |
1193 |
60 |
More than one statement on a single line |
W |
madrona.common.feedvalidator.extension |
g_intUnit.validate |
1193 |
60 |
Exception doesn't inherit from standard "Exception" class |
R |
madrona.common.feedvalidator.extension |
g_intUnit |
1190 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
maxten |
1198 |
0 |
Invalid name "maxten" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
maxten |
1198 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
maxten.textOK |
1199 |
2 |
Invalid name "textOK" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.extension |
maxten |
1198 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.extension |
in_reply_to |
1206 |
0 |
Invalid name "in_reply_to" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.extension |
in_reply_to |
1206 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
in_reply_to |
1206 |
0 |
Too many ancestors (8/7) |
C |
madrona.common.feedvalidator.extension |
in_reply_to.getExpectedAttrNames |
1207 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.extension |
in_reply_to |
1206 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.extension |
Questionable |
1237 |
0 |
Class has no __init__ method |
C |
madrona.common.feedvalidator.extension |
Questionable |
1237 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_author |
1240 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_author |
1241 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_author |
1240 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_category |
1244 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_category |
1245 |
4 |
Relative import 'category', should be 'madrona.common.feedvalidator.category' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_category |
1244 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_content |
1248 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_content |
1249 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_content |
1248 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_contributor |
1252 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_contributor |
1253 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_contributor |
1252 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_generator |
1256 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_generator |
1257 |
4 |
Relative import 'generator', should be 'madrona.common.feedvalidator.generator' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_generator |
1256 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_icon |
1260 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_icon |
1260 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_id |
1263 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_id |
1263 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_link |
1266 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_link |
1267 |
4 |
Relative import 'link', should be 'madrona.common.feedvalidator.link' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_link |
1266 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_logo |
1270 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_logo |
1270 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_published |
1273 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_published |
1273 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_rights |
1276 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_rights |
1277 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_rights |
1276 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_subtitle |
1280 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_subtitle |
1281 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_subtitle |
1280 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_summary |
1284 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_summary |
1285 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_summary |
1284 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_title |
1288 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_atom_title |
1289 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_title |
1288 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_atom_updated |
1292 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.extension |
Questionable.do_atom_updated |
1292 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_app_workspace |
1295 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_app_workspace |
1296 |
4 |
Relative import 'service', should be 'madrona.common.feedvalidator.service' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_app_workspace |
1295 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_app_collection |
1299 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_app_collection |
1300 |
4 |
Relative import 'service', should be 'madrona.common.feedvalidator.service' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_app_collection |
1299 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.extension |
Questionable.do_app_categories |
1303 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.extension |
Questionable.do_app_categories |
1304 |
4 |
Relative import 'categories', should be 'madrona.common.feedvalidator.categories' |
R |
madrona.common.feedvalidator.extension |
Questionable.do_app_categories |
1303 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.extension |
Questionable |
1237 |
0 |
Too many public methods (96/20) |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.extension |
|
7 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.item |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.item |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
19 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
21 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
22 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
23 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
24 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
25 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.item |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
27 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.item |
|
27 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
28 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
32 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
33 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
35 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
38 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
39 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
40 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
41 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
42 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
43 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
46 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
47 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
48 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
49 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
50 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
52 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
53 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
55 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
56 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
57 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
60 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
62 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
63 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
65 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
66 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
67 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
69 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
70 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
71 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
73 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
74 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
75 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
77 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
78 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
79 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
81 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
82 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
83 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
85 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
86 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
87 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
89 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
90 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
91 |
0 |
Line too long (82/80) |
W |
madrona.common.feedvalidator.item |
|
91 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
92 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
94 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
97 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
98 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
99 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
100 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
102 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
104 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
107 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
108 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
109 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
110 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
112 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
113 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
114 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.item |
|
114 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
115 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
117 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
118 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
119 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.item |
|
119 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
123 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
124 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
126 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
127 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
129 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
130 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
131 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
132 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
133 |
0 |
Line too long (82/80) |
W |
madrona.common.feedvalidator.item |
|
133 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
134 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
136 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
137 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
138 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
139 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
141 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
142 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
143 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
146 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
148 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
149 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
151 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
152 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
153 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
154 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
157 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
158 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
159 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
160 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
161 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
163 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
164 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
166 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
167 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
169 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
170 |
0 |
Bad indentation. Found 6 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
172 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
173 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
174 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
175 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
176 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
177 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.item |
|
178 |
0 |
Line too long (92/80) |
W |
madrona.common.feedvalidator.item |
|
178 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
179 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
180 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
187 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
189 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
190 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
192 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
193 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
194 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
195 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
197 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
198 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
199 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
200 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
203 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
204 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
207 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
208 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
212 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
213 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
216 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
217 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
218 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
219 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
220 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
223 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
224 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
225 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
226 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
227 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
228 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
229 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
230 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.item |
|
231 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.item |
|
232 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.item |
|
232 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.item |
|
233 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.item |
|
234 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.item |
|
234 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
235 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
236 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.item |
|
236 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
237 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
238 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.item |
|
238 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
240 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
241 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.item |
|
242 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.item |
|
242 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
243 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.item |
|
244 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.item |
|
244 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
245 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
246 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.item |
|
246 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
248 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
249 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
250 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
251 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
253 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
256 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
257 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
259 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
260 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
261 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
262 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
263 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.item |
|
264 |
0 |
Line too long (113/80) |
W |
madrona.common.feedvalidator.item |
|
264 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
265 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.item |
|
266 |
0 |
Line too long (111/80) |
W |
madrona.common.feedvalidator.item |
|
266 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
267 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
268 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
269 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
270 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
271 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
272 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
273 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
274 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
275 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.item |
|
276 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.item |
|
276 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.item |
|
277 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.item |
|
278 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.item |
|
279 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.item |
|
280 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.item |
|
281 |
0 |
Line too long (107/80) |
W |
madrona.common.feedvalidator.item |
|
281 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
282 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
283 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
284 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
285 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.item |
|
288 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
289 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
292 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
293 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
296 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
297 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
300 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
301 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
302 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
303 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
304 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.item |
|
305 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.item |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.item |
|
9 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.item |
|
9 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.item |
|
10 |
0 |
Relative import 'itunes', should be 'madrona.common.feedvalidator.itunes' |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Wildcard import extension |
C |
madrona.common.feedvalidator.item |
item |
16 |
0 |
Invalid name "item" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
item |
16 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
item |
16 |
0 |
Too many ancestors (8/7) |
C |
madrona.common.feedvalidator.item |
item.validate |
23 |
8 |
Operator not preceded by a space
while rss and rss.name!='rss': rss=rss.parent
^^ |
C |
madrona.common.feedvalidator.item |
item.validate |
23 |
39 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.item |
item.validate |
30 |
20 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.item |
item.do_link |
32 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
item.do_link |
32 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_title |
35 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
item.do_title |
35 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_description |
38 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_description |
41 |
6 |
Operator not preceded by a space
while rss and rss.name!='rss': rss=rss.parent
^^ |
C |
madrona.common.feedvalidator.item |
item.do_description |
41 |
37 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.item |
item.do_content_encoded |
46 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_content_items |
52 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
item.do_content_items |
52 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_xhtml_body |
55 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_xhtml_body |
58 |
4 |
Comma not followed by a space
return htmlEater().setElement('xhtml:body',{},self)
^^ |
C |
madrona.common.feedvalidator.item |
item.do_atom_id |
60 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_atom_id |
63 |
4 |
Comma not followed by a space
return rfc2396_full(), noduplicates(), unique('atom_id',self.parent)
^^ |
C |
madrona.common.feedvalidator.item |
item.do_atom_link |
65 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.item |
item.do_atom_link |
66 |
4 |
Relative import 'link', should be 'madrona.common.feedvalidator.link' |
R |
madrona.common.feedvalidator.item |
item.do_atom_link |
65 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_atom_title |
69 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.item |
item.do_atom_title |
70 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.item |
item.do_atom_title |
69 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_atom_summary |
73 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.item |
item.do_atom_summary |
74 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.item |
item.do_atom_summary |
73 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_atom_author |
77 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.item |
item.do_atom_author |
78 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.item |
item.do_atom_author |
77 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_atom_contributor |
81 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.item |
item.do_atom_contributor |
82 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
R |
madrona.common.feedvalidator.item |
item.do_atom_contributor |
81 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_atom_content |
85 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.item |
item.do_atom_content |
86 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
R |
madrona.common.feedvalidator.item |
item.do_atom_content |
85 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_atom_published |
89 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_atom_updated |
94 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
item.do_atom_updated |
94 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
item.do_dc_creator |
97 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_dc_subject |
102 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_dc_date |
107 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_cc_license |
112 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
item.do_creativeCommons_license |
117 |
2 |
Invalid name "do_creativeCommons_license" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
item.do_creativeCommons_license |
117 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
item |
16 |
0 |
Too many public methods (293/20) |
C |
madrona.common.feedvalidator.item |
rss20Item |
122 |
0 |
Invalid name "rss20Item" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
rss20Item |
122 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
rss20Item |
122 |
0 |
Too many ancestors (10/7) |
C |
madrona.common.feedvalidator.item |
rss20Item.do_comments |
123 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
rss20Item.do_comments |
123 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
rss20Item.do_enclosure |
126 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
rss20Item.do_enclosure |
126 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
rss20Item.do_pubDate |
129 |
2 |
Invalid name "do_pubDate" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
rss20Item.do_pubDate |
129 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
rss20Item.do_author |
136 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
rss20Item.do_category |
141 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
rss20Item.do_guid |
146 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
rss20Item.do_guid |
149 |
4 |
Comma not followed by a space
return guid(), noduplicates(), unique('guid',self.parent)
^^ |
C |
madrona.common.feedvalidator.item |
rss20Item.do_source |
151 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
rss20Item |
122 |
0 |
Too many public methods (302/20) |
C |
madrona.common.feedvalidator.item |
rss10Item |
156 |
0 |
Invalid name "rss10Item" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
rss10Item |
156 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
rss10Item |
156 |
0 |
Too many ancestors (10/7) |
C |
madrona.common.feedvalidator.item |
rss10Item.getExpectedAttrNames |
163 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
rss10Item.do_rdfs_label |
166 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
rss10Item.do_rdfs_label |
166 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
rss10Item.do_rdfs_comment |
169 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
rss10Item.do_rdfs_comment |
169 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.item |
rss10Item |
156 |
0 |
Too many public methods (298/20) |
C |
madrona.common.feedvalidator.item |
items |
186 |
0 |
Invalid name "items" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
items |
186 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.item |
items |
187 |
2 |
Relative import 'root', should be 'madrona.common.feedvalidator.root' |
C |
madrona.common.feedvalidator.item |
items.getExpectedAttrNames |
189 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
items.do_item |
192 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
items.do_item |
194 |
6 |
Comma not followed by a space
self.log(UndefinedElement({"element":"item","parent":"items"}))
^^ |
C |
madrona.common.feedvalidator.item |
items.do_rdf_Seq |
197 |
2 |
Invalid name "do_rdf_Seq" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
items.do_rdf_Seq |
197 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
items.do_rdf_Seq |
199 |
6 |
Comma not followed by a space
self.log(UndefinedElement({"element":"rdf:Seq","parent":"items"}))
^^ |
R |
madrona.common.feedvalidator.item |
items |
186 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.item |
rdfSeq |
202 |
0 |
Invalid name "rdfSeq" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
rdfSeq |
202 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
rdfSeq.do_rdf_li |
203 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
rdfSeq.do_rdf_li |
203 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.item |
rdfSeq |
202 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.item |
rdfLi |
206 |
0 |
Invalid name "rdfLi" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
rdfLi |
206 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
rdfLi.getExpectedAttrNames |
207 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
rdfLi.getExpectedAttrNames |
208 |
4 |
Comma not followed by a space
return [(None,u'resource'),
^^
(u'http://www.w3.org/1999/02/22-rdf-syntax-ns#', u'resource')] |
R |
madrona.common.feedvalidator.item |
rdfLi |
206 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.item |
category |
211 |
0 |
Invalid name "category" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
category |
211 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
category.getExpectedAttrNames |
212 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.item |
category |
211 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.item |
source |
215 |
0 |
Invalid name "source" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
source |
215 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
source.getExpectedAttrNames |
216 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.item |
source |
215 |
0 |
Too many public methods (32/20) |
C |
madrona.common.feedvalidator.item |
enclosure |
222 |
0 |
Invalid name "enclosure" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
enclosure |
222 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.item |
enclosure |
223 |
2 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.item |
enclosure.getExpectedAttrNames |
224 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
enclosure.prevalidate |
249 |
4 |
Comma not followed by a space
if self.attrs.has_key((None,u"url")):
^^ |
R |
madrona.common.feedvalidator.item |
enclosure |
222 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.item |
guid |
255 |
0 |
Invalid name "guid" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.item |
guid |
255 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
guid.getExpectedAttrNames |
256 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.item |
guid.validate |
259 |
2 |
Arguments number differs from overridden method |
C |
madrona.common.feedvalidator.item |
guid.validate |
260 |
4 |
Invalid name "isPermalink" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
guid.validate |
262 |
6 |
Invalid name "isPermalinkStr" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
guid.validate |
267 |
6 |
Invalid name "isPermalink" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
guid.validate |
274 |
8 |
Invalid name "lu" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.item |
guid |
255 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.item |
ContentItems |
287 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
ContentItems.do_rdf_Bag |
288 |
2 |
Invalid name "do_rdf_Bag" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.item |
ContentItems.do_rdf_Bag |
288 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
ContentItems.do_rdf_Bag |
288 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.item |
ContentItems |
287 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.item |
ContentBag |
291 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
ContentBag.do_rdf_li |
292 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
ContentBag.do_rdf_li |
292 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.item |
ContentBag |
291 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.item |
ContentLi |
295 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
ContentLi.do_content_item |
296 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
ContentLi.do_content_item |
296 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.item |
ContentLi |
295 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.item |
ContentItem |
299 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.item |
ContentItem.do_content_format |
300 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
ContentItem.do_content_format |
300 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
ContentItem.do_content_encoding |
302 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
ContentItem.do_content_encoding |
302 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.item |
ContentItem.do_rdf_value |
304 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.item |
ContentItem.do_rdf_value |
304 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.item |
ContentItem |
299 |
0 |
Too many public methods (33/20) |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_maritalStatusEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import in_reply_to from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_labelType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_year from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import extension_channel from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import maxten from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import access_restriction from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import Questionable from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import geo_point from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import gml_posList from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import georss_where from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_locationType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import extension_everywhere from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import gml_linearRing from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import gml_line from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_ratingTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_genderEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_shipping from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import media_group from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import extension_feed from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import gml_polygon from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import xmlView from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import heisen_uri from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import extension_entry from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import xhtmlMetaEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import media_elements from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import sy_updatePeriod from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_full_locationType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_intUnit from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import gml_point from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import geo_srsName from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_complex_type from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_paymentMethodEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import feedInfo from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import admin_errorReportsTo from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import decimal from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import xhtml_meta from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_salaryTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import admin_generatorAgent from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_priceTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import gml_envelope from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import gml_pos from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_float from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import robotsEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import l_link from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import gml_exterior from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_serviceTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import floatUnit from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import extension_channel_item from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_dateTimeRange from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import g_reviewerTypeEnumeration from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import l_permalink from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import media_content from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.item |
|
11 |
0 |
Unused import feedFlare from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.item |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.categories |
|
7 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.categories |
|
8 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.categories |
|
10 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.categories |
|
11 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.categories |
|
13 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.categories |
|
14 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.categories |
|
15 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.categories |
|
16 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.categories |
|
17 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.categories |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.categories |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.categories |
|
21 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.categories |
|
23 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.categories |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.categories |
|
1 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.categories |
|
1 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.categories |
|
2 |
0 |
Relative import 'category', should be 'madrona.common.feedvalidator.category' |
W |
madrona.common.feedvalidator.categories |
|
3 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.categories |
|
4 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.categories |
categories |
6 |
0 |
Invalid name "categories" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.categories |
categories |
6 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.categories |
categories.getExpectedAttrNames |
7 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.categories |
categories.getExpectedAttrNames |
8 |
4 |
Comma not followed by a space
return [(None,u'scheme'),(None,u'fixed'),(None,u'href')]
^^ |
C |
madrona.common.feedvalidator.categories |
categories.do_atom_category |
23 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.categories |
categories.do_atom_category |
23 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.categories |
categories |
6 |
0 |
Too many public methods (31/20) |
C |
madrona.common.feedvalidator.__init__ |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.__init__ |
|
9 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
10 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
12 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
13 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
14 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.__init__ |
|
28 |
0 |
Line too long (105/80) |
W |
madrona.common.feedvalidator.__init__ |
|
29 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
31 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
32 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.__init__ |
|
35 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.__init__ |
|
35 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
38 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
40 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
43 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
44 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
46 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
47 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
49 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
50 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
51 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
54 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
57 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.__init__ |
|
59 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.__init__ |
|
59 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
60 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
60 |
0 |
Use of the <> operator |
W |
madrona.common.feedvalidator.__init__ |
|
61 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
63 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
64 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
65 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
66 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
67 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
68 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
69 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
70 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
71 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
73 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
74 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
75 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
76 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
77 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
80 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
82 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
83 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
84 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
85 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
87 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
88 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
89 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
91 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
92 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
94 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
97 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
98 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
99 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
100 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
102 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
104 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
106 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
107 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
108 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
109 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
111 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
112 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
113 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
115 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
116 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
117 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
118 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
119 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
120 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
121 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
122 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
123 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
125 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
126 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
127 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
128 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
129 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
130 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
131 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
133 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
136 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
138 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
139 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
140 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
141 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
143 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
144 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.__init__ |
|
145 |
0 |
Line too long (112/80) |
W |
madrona.common.feedvalidator.__init__ |
|
145 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.__init__ |
|
147 |
0 |
Line too long (101/80) |
W |
madrona.common.feedvalidator.__init__ |
|
147 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.__init__ |
|
150 |
0 |
Line too long (104/80) |
W |
madrona.common.feedvalidator.__init__ |
|
150 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
152 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.__init__ |
|
153 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.__init__ |
|
153 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
155 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
158 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
159 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.__init__ |
|
160 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.__init__ |
|
160 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
161 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
162 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
164 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.__init__ |
|
165 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.__init__ |
|
165 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.__init__ |
|
166 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.__init__ |
|
166 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
167 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
168 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
171 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
172 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
173 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
174 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
175 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
176 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
177 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
178 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
179 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
180 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
181 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.__init__ |
|
182 |
0 |
Line too long (116/80) |
W |
madrona.common.feedvalidator.__init__ |
|
182 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
185 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
185 |
0 |
Use of the <> operator |
W |
madrona.common.feedvalidator.__init__ |
|
186 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
187 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
188 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
189 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
190 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
191 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
192 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
192 |
0 |
Use of the <> operator |
W |
madrona.common.feedvalidator.__init__ |
|
193 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.__init__ |
|
195 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
196 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
198 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
199 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
200 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
201 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
202 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
203 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
204 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
205 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
206 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
207 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
208 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
209 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
210 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
211 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
212 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
213 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.__init__ |
|
214 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.__init__ |
|
214 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
215 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
216 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
219 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
220 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
222 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
223 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
224 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
225 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
226 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
227 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
228 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.__init__ |
|
229 |
0 |
Line too long (112/80) |
W |
madrona.common.feedvalidator.__init__ |
|
229 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
230 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
232 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
233 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
234 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
235 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
236 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
237 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
238 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.__init__ |
|
239 |
0 |
Line too long (115/80) |
W |
madrona.common.feedvalidator.__init__ |
|
239 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
240 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.__init__ |
|
242 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.__init__ |
|
242 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
243 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
244 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
245 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
246 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
247 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
248 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
249 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
250 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
251 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.__init__ |
|
252 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.__init__ |
|
253 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
254 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
255 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
256 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
257 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.__init__ |
|
258 |
0 |
Line too long (85/80) |
W |
madrona.common.feedvalidator.__init__ |
|
258 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
259 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
261 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
262 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
265 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
266 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
267 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
270 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
271 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
272 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.__init__ |
|
274 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
275 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
276 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
279 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
280 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
281 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
282 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
283 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
284 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
286 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
287 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
288 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
290 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.__init__ |
|
292 |
0 |
Line too long (103/80) |
W |
madrona.common.feedvalidator.__init__ |
|
292 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
294 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
295 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
297 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.__init__ |
|
298 |
0 |
Line too long (119/80) |
W |
madrona.common.feedvalidator.__init__ |
|
298 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
301 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.__init__ |
|
302 |
0 |
Line too long (92/80) |
W |
madrona.common.feedvalidator.__init__ |
|
302 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.__init__ |
|
304 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.__init__ |
|
304 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
305 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
306 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
307 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
309 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.__init__ |
|
310 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
311 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.__init__ |
|
312 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.__init__ |
|
313 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator |
|
18 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator |
|
18 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator |
|
18 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator |
|
10 |
2 |
Invalid name "Timeout" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator |
|
12 |
2 |
Relative import 'timeoutsocket', should be 'madrona.common.feedvalidator.timeoutsocket' |
C |
madrona.common.feedvalidator |
|
14 |
2 |
Invalid name "Timeout" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator |
|
17 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator |
|
18 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator |
|
18 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator |
|
22 |
0 |
Relative import 'xmlEncoding', should be 'madrona.common.feedvalidator.xmlEncoding' |
W |
madrona.common.feedvalidator |
|
23 |
0 |
Relative import 'mediaTypes', should be 'madrona.common.feedvalidator.mediaTypes' |
W |
madrona.common.feedvalidator |
_validate |
32 |
2 |
Redefining name 'UnicodeError' from outer scope (line 18) |
C |
madrona.common.feedvalidator |
_validate |
28 |
0 |
Invalid name "aString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
28 |
0 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
28 |
0 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
28 |
0 |
Invalid name "selfURIs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
28 |
0 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator |
_validate |
28 |
0 |
Too many arguments (7/5) |
R |
madrona.common.feedvalidator |
_validate |
28 |
0 |
Too many local variables (27/15) |
C |
madrona.common.feedvalidator |
_validate |
28 |
14 |
Invalid name "aString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
28 |
23 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
28 |
44 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
28 |
74 |
Invalid name "selfURIs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
28 |
89 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator |
_validate |
31 |
2 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
C |
madrona.common.feedvalidator |
_validate |
35 |
2 |
Comma not followed by a space
if re.match("^\s+<\?xml",aString) and re.search("<generator.*wordpress.*</generator>",aString):
^^ |
C |
madrona.common.feedvalidator |
_validate |
36 |
4 |
Invalid name "lt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
36 |
28 |
More than one statement on a single line |
C |
madrona.common.feedvalidator |
_validate |
36 |
28 |
Invalid name "gt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
38 |
6 |
Comma not followed by a space
loggedEvents.append(logging.WPBlankLine({'line':1,'column':1}))
^^ |
C |
madrona.common.feedvalidator |
_validate |
40 |
6 |
Invalid name "aString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
_validate |
59 |
2 |
Comma not followed by a space
xmlver = re.match("^<\?\s*xml\s+version\s*=\s*['\"]([-a-zA-Z0-9_.:]*)['\"]",aString)
^^ |
W |
madrona.common.feedvalidator |
_validate |
70 |
2 |
No exception type(s) specified |
C |
madrona.common.feedvalidator |
_validate.fake_dtd_parser |
65 |
4 |
Invalid name "fake_dtd_parser" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator |
_validate.fake_dtd_parser |
65 |
4 |
Missing docstring |
R |
madrona.common.feedvalidator |
_validate.fake_dtd_parser |
65 |
4 |
Too many public methods (35/20) |
W |
madrona.common.feedvalidator |
_validate |
80 |
4 |
Access to a protected member _ns_stack of a client class |
E |
madrona.common.feedvalidator |
_validate |
80 |
4 |
Instance of 'fake_dtd_parser' has no '_ns_stack' member (but some types could not be inferred) |
W |
madrona.common.feedvalidator |
_validate.xmlvalidate |
91 |
4 |
Redefining built-in 'input' |
C |
madrona.common.feedvalidator |
_validate.xmlvalidate |
82 |
2 |
Missing docstring |
F |
madrona.common.feedvalidator |
_validate.xmlvalidate |
83 |
4 |
Unable to import 'libxml2' |
C |
madrona.common.feedvalidator |
_validate.xmlvalidate |
87 |
4 |
Operator not preceded by a space
prefix="...%s..." % str(random()).replace('0.','')
^ |
C |
madrona.common.feedvalidator |
_validate.xmlvalidate |
88 |
4 |
Operator not preceded by a space
msg=[]
^ |
C |
madrona.common.feedvalidator |
_validate.xmlvalidate |
89 |
4 |
Comma not followed by a space
libxml2.registerErrorHandler(lambda msg,str: msg.append(str), msg)
^^ |
C |
madrona.common.feedvalidator |
_validate.xmlvalidate |
95 |
20 |
More than one statement on a single line |
C |
madrona.common.feedvalidator |
_validate.xmlvalidate |
97 |
4 |
Operator not preceded by a space
msg=''.join(msg)
^ |
C |
madrona.common.feedvalidator |
_validate.xmlvalidate |
99 |
6 |
Comma not followed by a space
if line.startswith(prefix): log(line.split(':',4)[-1].strip())
^^ |
C |
madrona.common.feedvalidator |
_validate.xmlvalidate |
99 |
34 |
More than one statement on a single line |
C |
madrona.common.feedvalidator |
_validate |
100 |
2 |
Operator not preceded by a space
validator.xmlvalidator=xmlvalidate
^ |
W |
madrona.common.feedvalidator |
_validate |
130 |
4 |
No exception type(s) specified |
F |
madrona.common.feedvalidator |
_validate |
113 |
6 |
Unable to import 'rdflib.syntax.parsers.RDFXMLHandler' |
C |
madrona.common.feedvalidator |
_validate.Handler |
115 |
6 |
Missing docstring |
C |
madrona.common.feedvalidator |
_validate.Handler.add |
118 |
8 |
Missing docstring |
C |
madrona.common.feedvalidator |
_validate.Handler.add |
118 |
31 |
More than one statement on a single line |
C |
madrona.common.feedvalidator |
_validate.Handler.__init__ |
121 |
10 |
Operator not preceded by a space
self.dispatcher=dispatcher
^ |
C |
madrona.common.feedvalidator |
_validate.Handler.error |
122 |
8 |
Missing docstring |
W |
madrona.common.feedvalidator |
_validate |
108 |
4 |
Unused variable 'exctype' |
R |
madrona.common.feedvalidator |
_validate |
28 |
0 |
Too many branches (21/12) |
C |
madrona.common.feedvalidator |
validateStream |
135 |
0 |
Invalid name "validateStream" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
135 |
0 |
Invalid name "aFile" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
135 |
0 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
135 |
0 |
Invalid name "contentType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
135 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator |
validateStream |
135 |
19 |
Invalid name "aFile" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
135 |
26 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
135 |
49 |
Invalid name "contentType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
136 |
2 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
139 |
5 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateStream |
141 |
5 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator |
validateStream |
145 |
4 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateString |
157 |
0 |
Invalid name "validateString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateString |
157 |
0 |
Invalid name "aString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateString |
157 |
0 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateString |
157 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator |
validateString |
157 |
19 |
Invalid name "aString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateString |
157 |
28 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateString |
158 |
2 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateString |
160 |
14 |
Invalid name "aString" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
170 |
0 |
Invalid name "validateURL" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
170 |
0 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
170 |
0 |
Invalid name "wantRawData" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator |
validateURL |
170 |
0 |
Too many local variables (40/15) |
C |
madrona.common.feedvalidator |
validateURL |
170 |
21 |
Invalid name "firstOccurrenceOnly" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
170 |
44 |
Invalid name "wantRawData" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
172 |
2 |
Invalid name "loggedEvents" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator |
validateURL |
182 |
8 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateURL |
187 |
8 |
Operator not preceded by a space
spliturl=url.split('/',3)
^ |
C |
madrona.common.feedvalidator |
validateURL |
188 |
8 |
Operator not preceded by a space
if spliturl[0]=="http:":
^^ |
C |
madrona.common.feedvalidator |
validateURL |
189 |
10 |
Operator not preceded by a space
conn=HTTPConnection(spliturl[2])
^ |
C |
madrona.common.feedvalidator |
validateURL |
190 |
10 |
Comma not followed by a space
conn.request("GET",'/'+spliturl[3].split("#",1)[0])
^^ |
C |
madrona.common.feedvalidator |
validateURL |
191 |
10 |
Operator not preceded by a space
resp=conn.getresponse()
^ |
C |
madrona.common.feedvalidator |
validateURL |
192 |
10 |
Operator not preceded by a space
if resp.status<>301:
^ |
W |
madrona.common.feedvalidator |
validateURL |
196 |
6 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateURL |
204 |
8 |
Operator not preceded by a space
rawdata=re.sub('<!--.*?-->','',rawdata)
^ |
C |
madrona.common.feedvalidator |
validateURL |
206 |
8 |
Comma not followed by a space
if lastline in ['</rss>','</feed>','</rdf:RDF>', '</kml>']:
^^ |
W |
madrona.common.feedvalidator |
validateURL |
210 |
10 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateURL |
211 |
29 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator |
validateURL |
212 |
6 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateURL |
213 |
20 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator |
validateURL |
214 |
6 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateURL |
215 |
22 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator |
validateURL |
216 |
6 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateURL |
229 |
8 |
Operator not preceded by a space
event=logging.IOError({"message": 'Server response declares Content-Encoding: gzip', "exception":value})
^ |
W |
madrona.common.feedvalidator |
validateURL |
230 |
8 |
Exception doesn't inherit from standard "Exception" class |
W |
madrona.common.feedvalidator |
validateURL |
237 |
8 |
Reimport 'sys' (imported line 227) |
C |
madrona.common.feedvalidator |
validateURL |
239 |
8 |
Operator not preceded by a space
event=logging.IOError({"message": 'Server response declares Content-Encoding: deflate', "exception":value})
^ |
W |
madrona.common.feedvalidator |
validateURL |
240 |
8 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateURL |
245 |
9 |
Invalid name "fd" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator |
validateURL |
256 |
8 |
Reimport 'sys' (imported line 227) |
C |
madrona.common.feedvalidator |
validateURL |
258 |
8 |
Operator not preceded by a space
event=logging.IOError({"message": 'Problem decoding KMZ', "exception":value})
^ |
W |
madrona.common.feedvalidator |
validateURL |
259 |
8 |
Exception doesn't inherit from standard "Exception" class |
C |
madrona.common.feedvalidator |
validateURL |
261 |
4 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
265 |
4 |
Invalid name "contentType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
267 |
7 |
Invalid name "mediaType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
270 |
9 |
Invalid name "h" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
270 |
12 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
274 |
4 |
Invalid name "selfURIs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
275 |
4 |
Invalid name "baseURI" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
276 |
32 |
More than one statement on a single line |
C |
madrona.common.feedvalidator |
validateURL |
281 |
6 |
Operator not preceded by a space
baseURI=urljoin(baseURI,usock.headers.get('content-location', ""))
^ |
C |
madrona.common.feedvalidator |
validateURL |
281 |
6 |
Invalid name "baseURI" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
284 |
6 |
Operator not preceded by a space
baseURI=urljoin(baseURI,usock.headers.get('location', ""))
^ |
C |
madrona.common.feedvalidator |
validateURL |
284 |
6 |
Invalid name "baseURI" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator |
validateURL |
286 |
32 |
More than one statement on a single line |
W |
madrona.common.feedvalidator |
validateURL |
312 |
4 |
No exception type(s) specified |
C |
madrona.common.feedvalidator |
validateURL |
311 |
16 |
More than one statement on a single line |
W |
madrona.common.feedvalidator |
validateURL |
228 |
8 |
Unused variable 'exctype' |
W |
madrona.common.feedvalidator |
validateURL |
270 |
12 |
Unused variable 'v' |
R |
madrona.common.feedvalidator |
validateURL |
170 |
0 |
Too many branches (36/12) |
R |
madrona.common.feedvalidator |
validateURL |
170 |
0 |
Too many statements (120/50) |
C |
madrona.common.feedvalidator.logging |
|
3 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.logging |
|
22 |
0 |
Line too long (238/80) |
C |
madrona.common.feedvalidator.logging |
|
24 |
0 |
Line too long (276/80) |
W |
madrona.common.feedvalidator.logging |
|
31 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.logging |
|
32 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.logging |
|
40 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.logging |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.logging |
|
42 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.logging |
IOError |
136 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.logging |
Warning |
36 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.logging |
UnicodeError |
48 |
0 |
Redefining built-in 'UnicodeError' |
C |
madrona.common.feedvalidator.logging |
LoggedEvent |
30 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.logging |
LoggedEvent |
30 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
Info |
33 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
Info |
33 |
25 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
Info |
33 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
Message |
35 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
Message |
35 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
Message |
35 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
Warning |
36 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
Warning |
36 |
24 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
Warning |
36 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
Error |
37 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
Error |
37 |
22 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
Error |
37 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidationFailure |
39 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.logging |
ValidationFailure.__init__ |
41 |
4 |
__init__ method from a non direct base class 'LoggedEvent' is called |
W |
madrona.common.feedvalidator.logging |
ValidationFailure.__init__ |
40 |
2 |
__init__ method from base class 'Error' is not called |
R |
madrona.common.feedvalidator.logging |
ValidationFailure |
39 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SAXError |
46 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SAXError |
46 |
23 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SAXError |
46 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
WPBlankLine |
47 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
WPBlankLine |
47 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
WPBlankLine |
47 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnicodeError |
48 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnicodeError |
48 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnicodeError |
48 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingNamespace |
49 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingNamespace |
49 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingNamespace |
49 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotInANamespace |
50 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotInANamespace |
50 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotInANamespace |
50 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UseOfExtensionAttr |
51 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UseOfExtensionAttr |
51 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UseOfExtensionAttr |
51 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UndefinedNamedEntity |
52 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UndefinedNamedEntity |
52 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UndefinedNamedEntity |
52 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidRSSVersion |
54 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidRSSVersion |
54 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidRSSVersion |
54 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UndefinedElement |
55 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UndefinedElement |
55 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UndefinedElement |
55 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NoBlink |
56 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NoBlink |
56 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NoBlink |
56 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NoThrWhen |
57 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NoThrWhen |
57 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NoThrWhen |
57 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingAttribute |
58 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingAttribute |
58 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingAttribute |
58 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnexpectedAttribute |
59 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnexpectedAttribute |
59 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnexpectedAttribute |
59 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateElement |
60 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateElement |
60 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateElement |
60 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotEnoughHoursInTheDay |
61 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotEnoughHoursInTheDay |
61 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotEnoughHoursInTheDay |
61 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
EightDaysAWeek |
62 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
EightDaysAWeek |
62 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
EightDaysAWeek |
62 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidValue |
64 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidValue |
64 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidValue |
64 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidContact |
65 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidContact |
65 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidContact |
65 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnknownHost |
66 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnknownHost |
66 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnknownHost |
66 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidAddrSpec |
67 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidAddrSpec |
67 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidAddrSpec |
67 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidLink |
68 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidLink |
68 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidLink |
68 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UriNotIri |
69 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UriNotIri |
69 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UriNotIri |
69 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidIRI |
70 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidIRI |
70 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidIRI |
70 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidFullLink |
71 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidFullLink |
71 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidFullLink |
71 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidUriChar |
72 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidUriChar |
72 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidUriChar |
72 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidISO8601Date |
73 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidISO8601Date |
73 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidISO8601Date |
73 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidISO8601DateTime |
74 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidISO8601DateTime |
74 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidISO8601DateTime |
74 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidW3CDTFDate |
75 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidW3CDTFDate |
75 |
45 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidW3CDTFDate |
75 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidRFC2822Date |
76 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidRFC2822Date |
76 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidRFC2822Date |
76 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
IncorrectDOW |
77 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
IncorrectDOW |
77 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
IncorrectDOW |
77 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidRFC3339Date |
78 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidRFC3339Date |
78 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidRFC3339Date |
78 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidURIAttribute |
79 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidURIAttribute |
79 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidURIAttribute |
79 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidURLAttribute |
80 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidURLAttribute |
80 |
48 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidURLAttribute |
80 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidIntegerAttribute |
81 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidIntegerAttribute |
81 |
45 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidIntegerAttribute |
81 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidBooleanAttribute |
82 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidBooleanAttribute |
82 |
45 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidBooleanAttribute |
82 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMIMEAttribute |
83 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMIMEAttribute |
83 |
42 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMIMEAttribute |
83 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidInteger |
84 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidInteger |
84 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidInteger |
84 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidPercentage |
85 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidPercentage |
85 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidPercentage |
85 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidNonNegativeInteger |
86 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidNonNegativeInteger |
86 |
49 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidNonNegativeInteger |
86 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidPositiveInteger |
87 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidPositiveInteger |
87 |
46 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidPositiveInteger |
87 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidAlphanum |
88 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidAlphanum |
88 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidAlphanum |
88 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidWidth |
89 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidWidth |
89 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidWidth |
89 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidHeight |
90 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidHeight |
90 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidHeight |
90 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidHour |
91 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidHour |
91 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidHour |
91 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidDay |
92 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidDay |
92 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidDay |
92 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidHttpGUID |
93 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidHttpGUID |
93 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidHttpGUID |
93 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidLanguage |
94 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidLanguage |
94 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidLanguage |
94 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidUpdatePeriod |
95 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidUpdatePeriod |
95 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidUpdatePeriod |
95 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidItunesCategory |
96 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidItunesCategory |
96 |
43 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidItunesCategory |
96 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ObsoleteItunesCategory |
97 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ObsoleteItunesCategory |
97 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ObsoleteItunesCategory |
97 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidYesNo |
98 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidYesNo |
98 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidYesNo |
98 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidYesNoClean |
99 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidYesNoClean |
99 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidYesNoClean |
99 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidDuration |
100 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidDuration |
100 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidDuration |
100 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
TooLong |
101 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
TooLong |
101 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
TooLong |
101 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidKeywords |
102 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidKeywords |
102 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidKeywords |
102 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidTextType |
103 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidTextType |
103 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidTextType |
103 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidCommaSeparatedIntegers |
104 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidCommaSeparatedIntegers |
104 |
51 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidCommaSeparatedIntegers |
104 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UndeterminableVocabulary |
105 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UndeterminableVocabulary |
105 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UndeterminableVocabulary |
105 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidFormComponentName |
106 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidFormComponentName |
106 |
46 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidFormComponentName |
106 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidAccessRestrictionRel |
107 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidAccessRestrictionRel |
107 |
49 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidAccessRestrictionRel |
107 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotURLEncoded |
108 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotURLEncoded |
108 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotURLEncoded |
108 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidLocalRole |
109 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidLocalRole |
109 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidLocalRole |
109 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidEncoding |
110 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidEncoding |
110 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidEncoding |
110 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidSyndicationRight |
111 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidSyndicationRight |
111 |
45 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidSyndicationRight |
111 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidLocalParameter |
112 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidLocalParameter |
112 |
43 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidLocalParameter |
112 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingElement |
114 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingElement |
114 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingElement |
114 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingDescription |
115 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingDescription |
115 |
42 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingDescription |
115 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingLink |
116 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingLink |
116 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingLink |
116 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingTitle |
117 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingTitle |
117 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingTitle |
117 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ItemMustContainTitleOrDescription |
118 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ItemMustContainTitleOrDescription |
118 |
57 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ItemMustContainTitleOrDescription |
118 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingXhtmlDiv |
119 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingXhtmlDiv |
119 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingXhtmlDiv |
119 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingContentOrAlternate |
120 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingContentOrAlternate |
120 |
49 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingContentOrAlternate |
120 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
FatalSecurityRisk |
122 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
FatalSecurityRisk |
122 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
FatalSecurityRisk |
122 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ContainsSystemEntity |
123 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ContainsSystemEntity |
123 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ContainsSystemEntity |
123 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateValue |
125 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateValue |
125 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateValue |
125 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidDoctype |
127 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidDoctype |
127 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidDoctype |
127 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
BadXmlVersion |
128 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
BadXmlVersion |
128 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
BadXmlVersion |
128 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateAtomLink |
130 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateAtomLink |
130 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateAtomLink |
130 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingHref |
131 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingHref |
131 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingHref |
131 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
AtomLinkNotEmpty |
132 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
AtomLinkNotEmpty |
132 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
AtomLinkNotEmpty |
132 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnregisteredAtomLinkRel |
133 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnregisteredAtomLinkRel |
133 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnregisteredAtomLinkRel |
133 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
HttpError |
135 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
HttpError |
135 |
24 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
HttpError |
135 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
IOError |
136 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
IOError |
136 |
22 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
IOError |
136 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnknownEncoding |
137 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnknownEncoding |
137 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnknownEncoding |
137 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnexpectedText |
139 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnexpectedText |
139 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnexpectedText |
139 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnexpectedWhitespace |
140 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnexpectedWhitespace |
140 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnexpectedWhitespace |
140 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidatorLimit |
142 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidatorLimit |
142 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidatorLimit |
142 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
HttpProtocolError |
144 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
HttpProtocolError |
144 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
HttpProtocolError |
144 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidRDF |
146 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidRDF |
146 |
25 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidRDF |
146 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidLatitude |
148 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidLatitude |
148 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidLatitude |
148 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidLongitude |
149 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidLongitude |
149 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidLongitude |
149 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MisplacedMetadata |
151 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MisplacedMetadata |
151 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MisplacedMetadata |
151 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidPermalink |
153 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidPermalink |
153 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidPermalink |
153 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidCreditRole |
155 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidCreditRole |
155 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidCreditRole |
155 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaTextType |
157 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaTextType |
157 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaTextType |
157 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaHash |
158 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaHash |
158 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaHash |
158 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRating |
159 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRating |
159 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaRating |
159 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidNPTTime |
160 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidNPTTime |
160 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidNPTTime |
160 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRestriction |
161 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRestriction |
161 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaRestriction |
161 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRestrictionRel |
162 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRestrictionRel |
162 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaRestrictionRel |
162 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRestrictionType |
163 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRestrictionType |
163 |
42 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaRestrictionType |
163 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaMedium |
164 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaMedium |
164 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaMedium |
164 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaExpression |
165 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaExpression |
165 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaExpression |
165 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DeprecatedMediaAdult |
166 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DeprecatedMediaAdult |
166 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DeprecatedMediaAdult |
166 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MediaGroupWithoutAlternatives |
167 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MediaGroupWithoutAlternatives |
167 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MediaGroupWithoutAlternatives |
167 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidSseType |
169 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidSseType |
169 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidSseType |
169 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidNSS |
170 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidNSS |
170 |
25 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidNSS |
170 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
IntegerOverflow |
171 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
IntegerOverflow |
171 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
IntegerOverflow |
171 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SinceAfterUntil |
172 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SinceAfterUntil |
172 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SinceAfterUntil |
172 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingByAndWhenAttrs |
173 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingByAndWhenAttrs |
173 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingByAndWhenAttrs |
173 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateSemantics |
177 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateSemantics |
177 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateSemantics |
177 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateItemSemantics |
178 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateItemSemantics |
178 |
50 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateItemSemantics |
178 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateDescriptionSemantics |
179 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateDescriptionSemantics |
179 |
57 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateDescriptionSemantics |
179 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ImageLinkDoesntMatch |
181 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ImageLinkDoesntMatch |
181 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ImageLinkDoesntMatch |
181 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ImageUrlFormat |
182 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ImageUrlFormat |
182 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ImageUrlFormat |
182 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ContainsRelRef |
184 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ContainsRelRef |
184 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ContainsRelRef |
184 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ReservedPrefix |
186 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ReservedPrefix |
186 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ReservedPrefix |
186 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MediaRssNamespace |
187 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MediaRssNamespace |
187 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MediaRssNamespace |
187 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotSufficientlyUnique |
189 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotSufficientlyUnique |
189 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotSufficientlyUnique |
189 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ImplausibleDate |
190 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ImplausibleDate |
190 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ImplausibleDate |
190 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ProblematicalRFC822Date |
191 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ProblematicalRFC822Date |
191 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ProblematicalRFC822Date |
191 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SecurityRisk |
193 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SecurityRisk |
193 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SecurityRisk |
193 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SecurityRiskAttr |
194 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SecurityRiskAttr |
194 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SecurityRiskAttr |
194 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DangerousStyleAttr |
195 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DangerousStyleAttr |
195 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DangerousStyleAttr |
195 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
BadCharacters |
197 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
BadCharacters |
197 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
BadCharacters |
197 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ObscureEncoding |
198 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ObscureEncoding |
198 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ObscureEncoding |
198 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnexpectedContentType |
199 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnexpectedContentType |
199 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnexpectedContentType |
199 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
EncodingMismatch |
200 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
EncodingMismatch |
200 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
EncodingMismatch |
200 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NonSpecificMediaType |
201 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NonSpecificMediaType |
201 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NonSpecificMediaType |
201 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NonCanonicalURI |
203 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NonCanonicalURI |
203 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NonCanonicalURI |
203 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SameDocumentReference |
204 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SameDocumentReference |
204 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SameDocumentReference |
204 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ContainsEmail |
206 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ContainsEmail |
206 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ContainsEmail |
206 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ContainsHTML |
208 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ContainsHTML |
208 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ContainsHTML |
208 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ContainsUndeclaredHTML |
209 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ContainsUndeclaredHTML |
209 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ContainsUndeclaredHTML |
209 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingSelf |
211 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingSelf |
211 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingSelf |
211 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SelfDoesntMatchLocation |
212 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SelfDoesntMatchLocation |
212 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SelfDoesntMatchLocation |
212 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
RelativeSelf |
213 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
RelativeSelf |
213 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
RelativeSelf |
213 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingSourceElement |
215 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingSourceElement |
215 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingSourceElement |
215 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingTypeAttr |
216 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingTypeAttr |
216 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingTypeAttr |
216 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateIds |
218 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateIds |
218 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateIds |
218 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateEntries |
219 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateEntries |
219 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateEntries |
219 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateUpdated |
220 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateUpdated |
220 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateUpdated |
220 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotBlank |
222 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotBlank |
222 |
25 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotBlank |
222 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
AttrNotBlank |
223 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
AttrNotBlank |
223 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
AttrNotBlank |
223 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingSummary |
224 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingSummary |
224 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingSummary |
224 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingTextualContent |
225 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingTextualContent |
225 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingTextualContent |
225 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotUTF8 |
227 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotUTF8 |
227 |
24 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotUTF8 |
227 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingItunesElement |
228 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingItunesElement |
228 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingItunesElement |
228 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingItunesEmail |
229 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingItunesEmail |
229 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingItunesEmail |
229 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnsupportedItunesFormat |
230 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnsupportedItunesFormat |
230 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnsupportedItunesFormat |
230 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SelfNotAtom |
232 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SelfNotAtom |
232 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SelfNotAtom |
232 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DuplicateEnclosure |
233 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DuplicateEnclosure |
233 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DuplicateEnclosure |
233 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingGuid |
235 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingGuid |
235 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingGuid |
235 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ObsoleteWikiNamespace |
237 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ObsoleteWikiNamespace |
237 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ObsoleteWikiNamespace |
237 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
CommentRSS |
238 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
CommentRSS |
238 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
CommentRSS |
238 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ShouldIncludeExample |
240 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ShouldIncludeExample |
240 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ShouldIncludeExample |
240 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidAdultContent |
241 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidAdultContent |
241 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidAdultContent |
241 |
0 |
Too few public methods (0/2) |
E |
madrona.common.feedvalidator.logging |
InvalidSyndicationRight |
242 |
0 |
class already defined line 111 |
C |
madrona.common.feedvalidator.logging |
InvalidSyndicationRight |
242 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidSyndicationRight |
242 |
45 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidSyndicationRight |
242 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UndeclaredPrefix |
243 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UndeclaredPrefix |
243 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UndeclaredPrefix |
243 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MisplacedXHTMLContent |
245 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MisplacedXHTMLContent |
245 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MisplacedXHTMLContent |
245 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SchemeNotIANARegistered |
246 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SchemeNotIANARegistered |
246 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SchemeNotIANARegistered |
246 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
AvoidNamespacePrefix |
247 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
AvoidNamespacePrefix |
247 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
AvoidNamespacePrefix |
247 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UnknownNamespace |
248 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UnknownNamespace |
248 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UnknownNamespace |
248 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingRecommendedAttribute |
250 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingRecommendedAttribute |
250 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingRecommendedAttribute |
250 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
QuestionableUsage |
252 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
QuestionableUsage |
252 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
QuestionableUsage |
252 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
BestPractices |
256 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
BestPractices |
256 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
BestPractices |
256 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingRecommendedElement |
258 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingRecommendedElement |
258 |
48 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingRecommendedElement |
258 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingDCLanguage |
259 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingDCLanguage |
259 |
52 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingDCLanguage |
259 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NonstdPrefix |
261 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NonstdPrefix |
261 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NonstdPrefix |
261 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NonstdEncoding |
263 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NonstdEncoding |
263 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NonstdEncoding |
263 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingEncoding |
264 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingEncoding |
264 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingEncoding |
264 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
TempRedirect |
266 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
TempRedirect |
266 |
26 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
TempRedirect |
266 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
TextXml |
267 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
TextXml |
267 |
21 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
TextXml |
267 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
Uncompressed |
268 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
Uncompressed |
268 |
26 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
Uncompressed |
268 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ObsoleteVersion |
271 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ObsoleteVersion |
271 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ObsoleteVersion |
271 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ObsoleteNamespace |
272 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ObsoleteNamespace |
272 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ObsoleteNamespace |
272 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ConflictingCatAttr |
274 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ConflictingCatAttr |
274 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ConflictingCatAttr |
274 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ConflictingCatChildren |
275 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ConflictingCatChildren |
275 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ConflictingCatChildren |
275 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRange |
276 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMediaRange |
276 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMediaRange |
276 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UndefinedParam |
277 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UndefinedParam |
277 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UndefinedParam |
277 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidURI |
279 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidURI |
279 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidURI |
279 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidURN |
280 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidURN |
280 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidURN |
280 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidUUID |
281 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidUUID |
281 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidUUID |
281 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidTAG |
282 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidTAG |
282 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidTAG |
282 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidContentMode |
283 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidContentMode |
283 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidContentMode |
283 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMIMEType |
284 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMIMEType |
284 |
43 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMIMEType |
284 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidNamespace |
285 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidNamespace |
285 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidNamespace |
285 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotEscaped |
286 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotEscaped |
286 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotEscaped |
286 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotBase64 |
287 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotBase64 |
287 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotBase64 |
287 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotInline |
288 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotInline |
288 |
26 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotInline |
288 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NotHtml |
289 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NotHtml |
289 |
24 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NotHtml |
289 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
HtmlFragment |
290 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
HtmlFragment |
290 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
HtmlFragment |
290 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
FeedHistoryRelInEntry |
292 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
FeedHistoryRelInEntry |
292 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
FeedHistoryRelInEntry |
292 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
FeedRelInCompleteFeed |
293 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
FeedRelInCompleteFeed |
293 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
FeedRelInCompleteFeed |
293 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
CurrentNotSelfInCompleteFeed |
294 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
CurrentNotSelfInCompleteFeed |
294 |
43 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
CurrentNotSelfInCompleteFeed |
294 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
LinkPastEnd |
295 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
LinkPastEnd |
295 |
26 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
LinkPastEnd |
295 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingCurrentInArchive |
296 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingCurrentInArchive |
296 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingCurrentInArchive |
296 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ArchiveIncomplete |
297 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ArchiveIncomplete |
297 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ArchiveIncomplete |
297 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
Success |
301 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
Success |
301 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
Success |
301 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidValue |
303 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidValue |
303 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidValue |
303 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidCloud |
304 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidCloud |
304 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidCloud |
304 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidURI |
306 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidURI |
306 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidURI |
306 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidHttpGUID |
307 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidHttpGUID |
307 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidHttpGUID |
307 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidURLAttribute |
308 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidURLAttribute |
308 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidURLAttribute |
308 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidURN |
309 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidURN |
309 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidURN |
309 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidTAG |
310 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidTAG |
310 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidTAG |
310 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidTitle |
311 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidTitle |
311 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidTitle |
311 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidDate |
313 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidDate |
313 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidDate |
313 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidW3CDTFDate |
314 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidW3CDTFDate |
314 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidW3CDTFDate |
314 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidRFC2822Date |
315 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidRFC2822Date |
315 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidRFC2822Date |
315 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidAttributeValue |
317 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidAttributeValue |
317 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidAttributeValue |
317 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidBooleanAttribute |
318 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidBooleanAttribute |
318 |
50 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidBooleanAttribute |
318 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidLanguage |
320 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidLanguage |
320 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidLanguage |
320 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidHeight |
321 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidHeight |
321 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidHeight |
321 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidWidth |
322 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidWidth |
322 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidWidth |
322 |
0 |
Too few public methods (0/2) |
E |
madrona.common.feedvalidator.logging |
ValidTitle |
323 |
0 |
class already defined line 311 |
C |
madrona.common.feedvalidator.logging |
ValidTitle |
323 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidTitle |
323 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidTitle |
323 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidContact |
324 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidContact |
324 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidContact |
324 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidIntegerAttribute |
325 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidIntegerAttribute |
325 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidIntegerAttribute |
325 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidMIMEAttribute |
326 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidMIMEAttribute |
326 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidMIMEAttribute |
326 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidDay |
327 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidDay |
327 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidDay |
327 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidHour |
328 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidHour |
328 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidHour |
328 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidInteger |
329 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidInteger |
329 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidInteger |
329 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidPercentage |
330 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidPercentage |
330 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidPercentage |
330 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidUpdatePeriod |
331 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidUpdatePeriod |
331 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidUpdatePeriod |
331 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidContentMode |
332 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidContentMode |
332 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidContentMode |
332 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidElement |
333 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidElement |
333 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidElement |
333 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidCopyright |
334 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidCopyright |
334 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidCopyright |
334 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidGeneratorName |
335 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidGeneratorName |
335 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidGeneratorName |
335 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
OptionalValueMissing |
336 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
OptionalValueMissing |
336 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
OptionalValueMissing |
336 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidDoctype |
337 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidDoctype |
337 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidDoctype |
337 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DeprecatedDTD |
338 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DeprecatedDTD |
338 |
28 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DeprecatedDTD |
338 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidHtml |
339 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidHtml |
339 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidHtml |
339 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidAtomLinkRel |
340 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidAtomLinkRel |
340 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidAtomLinkRel |
340 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidLatitude |
341 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidLatitude |
341 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidLatitude |
341 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidLongitude |
342 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidLongitude |
342 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidLongitude |
342 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidNPTTime |
343 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidNPTTime |
343 |
32 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidNPTTime |
343 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidOPMLVersion |
347 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidOPMLVersion |
347 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidOPMLVersion |
347 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingXmlURL |
348 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingXmlURL |
348 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingXmlURL |
348 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidOutlineVersion |
349 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidOutlineVersion |
349 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidOutlineVersion |
349 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidOutlineType |
350 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidOutlineType |
350 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidOutlineType |
350 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidExpansionState |
351 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidExpansionState |
351 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidExpansionState |
351 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidTrueFalse |
352 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidTrueFalse |
352 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidTrueFalse |
352 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingOutlineType |
353 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingOutlineType |
353 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingOutlineType |
353 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingTitleAttr |
354 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingTitleAttr |
354 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingTitleAttr |
354 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingUrlAttr |
355 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingUrlAttr |
355 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingUrlAttr |
355 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidCountryCode |
359 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidCountryCode |
359 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidCountryCode |
359 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidCurrencyUnit |
360 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidCurrencyUnit |
360 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidCurrencyUnit |
360 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidFloat |
361 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidFloat |
361 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidFloat |
361 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidFloatUnit |
362 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidFloatUnit |
362 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidFloatUnit |
362 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidFullLocation |
363 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidFullLocation |
363 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidFullLocation |
363 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidGender |
364 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidGender |
364 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidGender |
364 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidIntUnit |
365 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidIntUnit |
365 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidIntUnit |
365 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidLabel |
366 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidLabel |
366 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidLabel |
366 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidLocation |
367 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidLocation |
367 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidLocation |
367 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMaritalStatus |
368 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMaritalStatus |
368 |
42 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMaritalStatus |
368 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidPaymentMethod |
369 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidPaymentMethod |
369 |
42 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidPaymentMethod |
369 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidPriceType |
370 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidPriceType |
370 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidPriceType |
370 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidRatingType |
371 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidRatingType |
371 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidRatingType |
371 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidReviewerType |
372 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidReviewerType |
372 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidReviewerType |
372 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidSalaryType |
373 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidSalaryType |
373 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidSalaryType |
373 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidServiceType |
374 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidServiceType |
374 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidServiceType |
374 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidYear |
375 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidYear |
375 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidYear |
375 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
TooMany |
376 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
TooMany |
376 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
TooMany |
376 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidCoord |
380 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidCoord |
380 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidCoord |
380 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidCoordList |
381 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidCoordList |
381 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidCoordList |
381 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
CoordComma |
382 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
CoordComma |
382 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
CoordComma |
382 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMetaName |
386 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMetaName |
386 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMetaName |
386 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidMetaContent |
387 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidMetaContent |
387 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidMetaContent |
387 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
Deprecated |
391 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
Deprecated |
391 |
27 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
Deprecated |
391 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
DeprecatedRootHref |
392 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
DeprecatedRootHref |
392 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
DeprecatedRootHref |
392 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidAltitudeMode |
393 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidAltitudeMode |
393 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidAltitudeMode |
393 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidAngle |
394 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidAngle |
394 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidAngle |
394 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidColor |
395 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidColor |
395 |
34 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidColor |
395 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidColorMode |
396 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidColorMode |
396 |
38 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidColorMode |
396 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidItemIconState |
397 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidItemIconState |
397 |
42 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidItemIconState |
397 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidListItemType |
398 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidListItemType |
398 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidListItemType |
398 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidKmlCoordList |
399 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidKmlCoordList |
399 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidKmlCoordList |
399 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidKmlLatitude |
400 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidKmlLatitude |
400 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidKmlLatitude |
400 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidKmlLongitude |
401 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidKmlLongitude |
401 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidKmlLongitude |
401 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidKmlMediaType |
402 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidKmlMediaType |
402 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidKmlMediaType |
402 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidKmlUnits |
403 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidKmlUnits |
403 |
37 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidKmlUnits |
403 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidRefreshMode |
404 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidRefreshMode |
404 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidRefreshMode |
404 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidSchemaFieldType |
405 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidSchemaFieldType |
405 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidSchemaFieldType |
405 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidStyleState |
406 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidStyleState |
406 |
39 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidStyleState |
406 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidViewRefreshMode |
407 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidViewRefreshMode |
407 |
44 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidViewRefreshMode |
407 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
InvalidZeroOne |
408 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
InvalidZeroOne |
408 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
InvalidZeroOne |
408 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingId |
409 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingId |
409 |
26 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingId |
409 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ValidAngle |
410 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ValidAngle |
410 |
30 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ValidAngle |
410 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
RSS20Profile |
414 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
RSS20Profile |
414 |
29 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
RSS20Profile |
414 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
CharacterData |
415 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
CharacterData |
415 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
CharacterData |
415 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
EmailFormat |
416 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
EmailFormat |
416 |
33 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
EmailFormat |
416 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingRealName |
417 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingRealName |
417 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingRealName |
417 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MisplacedItem |
418 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MisplacedItem |
418 |
35 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MisplacedItem |
418 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
ImageTitleDoesntMatch |
419 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
ImageTitleDoesntMatch |
419 |
43 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
ImageTitleDoesntMatch |
419 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
AvoidTextInput |
420 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
AvoidTextInput |
420 |
36 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
AvoidTextInput |
420 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
NeedDescriptionBeforeContent |
421 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
NeedDescriptionBeforeContent |
421 |
50 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
NeedDescriptionBeforeContent |
421 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
SlashDate |
422 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
SlashDate |
422 |
31 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
SlashDate |
422 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UseZeroForMidnight |
423 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UseZeroForMidnight |
423 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UseZeroForMidnight |
423 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
MissingAtomSelfLink |
424 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
MissingAtomSelfLink |
424 |
40 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
MissingAtomSelfLink |
424 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.logging |
UseZeroForUnknown |
425 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.logging |
UseZeroForUnknown |
425 |
52 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.logging |
UseZeroForUnknown |
425 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.opml |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.opml |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
20 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
23 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.opml |
|
24 |
0 |
Line too long (124/80) |
W |
madrona.common.feedvalidator.opml |
|
24 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opml |
|
25 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.opml |
|
26 |
0 |
Line too long (100/80) |
W |
madrona.common.feedvalidator.opml |
|
26 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
29 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
32 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
34 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
35 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
37 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
38 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
40 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
44 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
45 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
47 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
48 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
50 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
51 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
53 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
54 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
56 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
57 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
59 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
60 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
62 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
63 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
65 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
66 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
68 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
69 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
71 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
72 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
74 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
75 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
77 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
78 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
81 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
82 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
83 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.opml |
|
84 |
0 |
Line too long (107/80) |
W |
madrona.common.feedvalidator.opml |
|
84 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
88 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
89 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
90 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
92 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
96 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
98 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
99 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
115 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.opml |
|
118 |
0 |
Line too long (97/80) |
W |
madrona.common.feedvalidator.opml |
|
118 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
121 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
123 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.opml |
|
124 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.opml |
|
124 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.opml |
|
125 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.opml |
|
126 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.opml |
|
126 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.opml |
|
128 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
130 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.opml |
|
131 |
0 |
Line too long (84/80) |
W |
madrona.common.feedvalidator.opml |
|
131 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.opml |
|
133 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.opml |
|
135 |
0 |
Line too long (121/80) |
W |
madrona.common.feedvalidator.opml |
|
135 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opml |
|
137 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
138 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.opml |
|
139 |
0 |
Line too long (127/80) |
W |
madrona.common.feedvalidator.opml |
|
139 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opml |
|
141 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
142 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.opml |
|
143 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.opml |
|
144 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.opml |
|
144 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.opml |
|
145 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.opml |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
148 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
149 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
150 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
151 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
152 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
153 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
154 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
155 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
157 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
158 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
159 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
C |
madrona.common.feedvalidator.opml |
|
160 |
0 |
Line too long (81/80) |
W |
madrona.common.feedvalidator.opml |
|
160 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opml |
|
161 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.opml |
|
163 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.opml |
|
164 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.opml |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.opml |
|
9 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.opml |
|
9 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.opml |
|
10 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
C |
madrona.common.feedvalidator.opml |
opml |
16 |
0 |
Invalid name "opml" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.opml |
opml |
16 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opml |
opml.getExpectedAttrNames |
34 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opml.do_head |
37 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opml.do_head |
37 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opml.do_body |
40 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opml.do_body |
40 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.opml |
opml |
16 |
0 |
Too many public methods (110/20) |
C |
madrona.common.feedvalidator.opml |
opmlHead |
43 |
0 |
Invalid name "opmlHead" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.opml |
opmlHead |
43 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_title |
44 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_title |
44 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_dateCreated |
47 |
2 |
Invalid name "do_dateCreated" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_dateCreated |
47 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_dateCreated |
47 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_dateModified |
50 |
2 |
Invalid name "do_dateModified" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_dateModified |
50 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_dateModified |
50 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerName |
53 |
2 |
Invalid name "do_ownerName" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerName |
53 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerName |
53 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerEmail |
56 |
2 |
Invalid name "do_ownerEmail" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerEmail |
56 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerEmail |
56 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerId |
59 |
2 |
Invalid name "do_ownerId" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerId |
59 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_ownerId |
59 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_expansionState |
62 |
2 |
Invalid name "do_expansionState" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_expansionState |
62 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_expansionState |
62 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_vertScrollState |
65 |
2 |
Invalid name "do_vertScrollState" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_vertScrollState |
65 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_vertScrollState |
65 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_windowTop |
68 |
2 |
Invalid name "do_windowTop" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_windowTop |
68 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_windowTop |
68 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_windowLeft |
71 |
2 |
Invalid name "do_windowLeft" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_windowLeft |
71 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_windowLeft |
71 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_windowBottom |
74 |
2 |
Invalid name "do_windowBottom" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_windowBottom |
74 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_windowBottom |
74 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_windowRight |
77 |
2 |
Invalid name "do_windowRight" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlHead.do_windowRight |
77 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlHead.do_windowRight |
77 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.opml |
opmlHead |
43 |
0 |
Too many public methods (120/20) |
C |
madrona.common.feedvalidator.opml |
commaSeparatedLines |
80 |
0 |
Invalid name "commaSeparatedLines" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.opml |
commaSeparatedLines |
80 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opml |
commaSeparatedLines |
81 |
2 |
Operator not preceded by a space
linenumbers_re=re.compile('^(\d+(,\s*\d+)*)?$')
^ |
R |
madrona.common.feedvalidator.opml |
commaSeparatedLines |
80 |
0 |
Too many public methods (30/20) |
C |
madrona.common.feedvalidator.opml |
opmlBody |
86 |
0 |
Invalid name "opmlBody" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.opml |
opmlBody |
86 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opml |
opmlBody.do_outline |
92 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlBody.do_outline |
92 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.opml |
opmlBody |
86 |
0 |
Too many public methods (109/20) |
C |
madrona.common.feedvalidator.opml |
opmlOutline |
95 |
0 |
Invalid name "opmlOutline" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.opml |
opmlOutline |
95 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.opml |
opmlOutline.getExpectedAttrNames |
98 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.opml |
opmlOutline.validate |
141 |
4 |
Comma not followed by a space
if len(self.attrs)>1 and not (None,u'type') in self.attrs.getNames():
^^ |
R |
madrona.common.feedvalidator.opml |
opmlOutline.validate |
115 |
2 |
Too many branches (13/12) |
C |
madrona.common.feedvalidator.opml |
opmlOutline.characters |
160 |
8 |
Comma not followed by a space
self.log(UnexpectedText({"element":self.name,"parent":self.parent.name}))
^^ |
C |
madrona.common.feedvalidator.opml |
opmlOutline.do_outline |
163 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.opml |
opmlOutline.do_outline |
163 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.opml |
opmlOutline |
95 |
0 |
Too many public methods (109/20) |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import nonhtml from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import rfc2396 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import nows from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import rfc3339 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import canonicaluri from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import yesno from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.opml |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.uri |
|
40 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
43 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
48 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
49 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
51 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
52 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
54 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
56 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
57 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
58 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
60 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
63 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
64 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
68 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
70 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
71 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
72 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
73 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
74 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
75 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
76 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
77 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
78 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
80 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
82 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
88 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
89 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
91 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
92 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
94 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
95 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
97 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
98 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
101 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
102 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
104 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
106 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
109 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
110 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
111 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
112 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
113 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
114 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
115 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
116 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
119 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
121 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
122 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
125 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
126 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
127 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
128 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
129 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
130 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
131 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
132 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
133 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
134 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
135 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
136 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
137 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
138 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
139 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
140 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
141 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
142 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
143 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
145 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
146 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
148 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
154 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
155 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
156 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
159 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
160 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
161 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
162 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
164 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
165 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
167 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
170 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
171 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
173 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
175 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
176 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
177 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
178 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
179 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.uri |
|
180 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
181 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
182 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
183 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
184 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
185 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
186 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.uri |
|
187 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
188 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
189 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
190 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
191 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
192 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
193 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.uri |
|
195 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
196 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
198 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
199 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
201 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
202 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
203 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
205 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
206 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
208 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
209 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
210 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
211 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
212 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
213 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
216 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
218 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
219 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
220 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
222 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
223 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
225 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
226 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
228 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
229 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.uri |
|
232 |
0 |
Line too long (106/80) |
W |
madrona.common.feedvalidator.uri |
|
232 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
233 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
234 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
235 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
236 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
237 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.uri |
|
238 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.uri |
|
174 |
0 |
XXX From RFC 2368, mailto equivalence needs to be subtler than this |
W |
madrona.common.feedvalidator.uri |
|
5 |
-1 |
String statement has no effect |
C |
madrona.common.feedvalidator.uri |
|
19 |
1 |
Invalid name "enc" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.uri |
|
19 |
6 |
Invalid name "dec" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.uri |
|
21 |
0 |
Operator not preceded by a space
SUBDELIMS='!$&\'()*+,;='
^ |
C |
madrona.common.feedvalidator.uri |
|
22 |
0 |
Operator not preceded by a space
PCHAR='-._~' + SUBDELIMS + ':@'
^ |
C |
madrona.common.feedvalidator.uri |
|
23 |
0 |
Operator not preceded by a space
GENDELIMS=':/?#[]@'
^ |
C |
madrona.common.feedvalidator.uri |
|
24 |
0 |
Operator not preceded by a space
RESERVED=GENDELIMS + SUBDELIMS
^ |
C |
madrona.common.feedvalidator.uri |
|
26 |
0 |
Invalid name "default_port" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.uri |
BadUri |
39 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.uri |
_n |
42 |
0 |
Invalid name "_n" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_n |
42 |
0 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_n |
42 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.uri |
_n |
42 |
7 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
|
45 |
0 |
Invalid name "octetRe" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.uri |
asOctets |
47 |
0 |
Invalid name "asOctets" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
asOctets |
47 |
0 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
asOctets |
47 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.uri |
asOctets |
47 |
13 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
asOctets |
49 |
4 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
asOctets |
54 |
4 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
asOctets |
60 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_qnu |
62 |
0 |
Comma not followed by a space
def _qnu(s,safe=''):
^^ |
C |
madrona.common.feedvalidator.uri |
_qnu |
62 |
0 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_qnu |
62 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.uri |
_qnu |
62 |
9 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_qnu |
68 |
2 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_qnu |
71 |
2 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_qnu |
72 |
2 |
Comma not followed by a space
for (c,x) in asOctets(s):
^^ |
C |
madrona.common.feedvalidator.uri |
_qnu |
72 |
7 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_qnu |
72 |
9 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_qnu |
75 |
6 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_qnu |
78 |
6 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
|
85 |
0 |
Invalid name "portRe" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
87 |
0 |
Comma not followed by a space
def _normPort(netloc,defPort):
^^ |
C |
madrona.common.feedvalidator.uri |
_normPort |
87 |
0 |
Invalid name "_normPort" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
87 |
0 |
Invalid name "defPort" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
87 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.uri |
_normPort |
87 |
21 |
Invalid name "defPort" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
88 |
2 |
Invalid name "nl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
89 |
2 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
91 |
2 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
94 |
6 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
95 |
4 |
Invalid name "nl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
98 |
4 |
Invalid name "nl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPort |
105 |
4 |
Invalid name "nl" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normAuth |
108 |
0 |
Comma not followed by a space
def _normAuth(auth,port):
^^ |
C |
madrona.common.feedvalidator.uri |
_normAuth |
108 |
0 |
Invalid name "_normAuth" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normAuth |
108 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.uri |
_normAuth |
111 |
4 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normAuth |
113 |
6 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normAuth |
114 |
4 |
Invalid name "h" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normAuth |
116 |
4 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normAuth |
117 |
4 |
Invalid name "h" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normAuth |
120 |
4 |
Comma not followed by a space
return c + '@' + _normPort(h,port)
^^ |
C |
madrona.common.feedvalidator.uri |
_normAuth |
122 |
4 |
Comma not followed by a space
return _normPort(h,port)
^^ |
C |
madrona.common.feedvalidator.uri |
_normPath |
124 |
0 |
Invalid name "_normPath" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPath |
124 |
0 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPath |
124 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.uri |
_normPath |
124 |
14 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPath |
125 |
2 |
Invalid name "l" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPath |
130 |
4 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_normPath |
147 |
4 |
Invalid name "l" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
|
151 |
0 |
Invalid name "uriRe" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
153 |
0 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
153 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.uri |
_canonical |
153 |
15 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
154 |
2 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
167 |
4 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
180 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
188 |
4 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
189 |
4 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
191 |
6 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
193 |
6 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
201 |
2 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
203 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
206 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
208 |
2 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
210 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
_canonical |
212 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.uri |
_canonical |
153 |
0 |
Too many branches (17/12) |
C |
madrona.common.feedvalidator.uri |
Uri.__init__ |
219 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
Uri.__init__ |
220 |
4 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
Uri.__init__ |
218 |
2 |
Comma not followed by a space
def __init__(self,s):
^^ |
C |
madrona.common.feedvalidator.uri |
Uri.__init__ |
218 |
2 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
Uri.__init__ |
218 |
20 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
Uri.__eq__ |
228 |
2 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
Uri.__eq__ |
228 |
19 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.uri |
Uri |
215 |
0 |
Too few public methods (0/2) |
C |
madrona.common.feedvalidator.uri |
canonicalForm |
231 |
0 |
Invalid name "canonicalForm" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
canonicalForm |
231 |
0 |
Invalid name "u" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.uri |
canonicalForm |
231 |
18 |
Invalid name "u" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.uri |
|
11 |
0 |
Unused import urljoin |
W |
madrona.common.feedvalidator.uri |
|
12 |
0 |
Unused import quote_plus |
W |
madrona.common.feedvalidator.uri |
|
12 |
0 |
Unused import unquote_plus |
C |
madrona.common.feedvalidator.root |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.root |
|
26 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
29 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
32 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
34 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
35 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
36 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
37 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.root |
|
38 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.root |
|
38 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
39 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
42 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
43 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
44 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
45 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
46 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
47 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
48 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
49 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
50 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
51 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
52 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
53 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
54 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
55 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
56 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
57 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
58 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
59 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.root |
|
60 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.root |
|
61 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
62 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.root |
|
63 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.root |
|
64 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
65 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
65 |
0 |
Use of the <> operator |
W |
madrona.common.feedvalidator.root |
|
66 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
C |
madrona.common.feedvalidator.root |
|
67 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.root |
|
67 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.root |
|
68 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.root |
|
70 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
71 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
72 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
73 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
74 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
75 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.root |
|
76 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.root |
|
76 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
77 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
78 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
79 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
80 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
82 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
83 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
84 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
85 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
86 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
87 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
88 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
89 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
90 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
91 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
92 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
93 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
94 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
95 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.root |
|
96 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.root |
|
96 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
97 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
98 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
99 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
100 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
101 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
104 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
105 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
106 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
107 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
108 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
109 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
110 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
111 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
112 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
114 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
115 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
116 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
117 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
118 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
119 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
120 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
121 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
122 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
123 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
124 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
125 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.root |
|
127 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
129 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
130 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
131 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
132 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
133 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
134 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
135 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
136 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
138 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
139 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
141 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
142 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
143 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
145 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
146 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
148 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
149 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.root |
|
150 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
152 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
153 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
154 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
156 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
157 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
158 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
159 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
160 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
162 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
163 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
164 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
165 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
166 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
168 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
169 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
170 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
172 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
173 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
174 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
176 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
177 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
178 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
180 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
181 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
183 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
184 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
185 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
186 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
187 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
188 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
190 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
191 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
192 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
194 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
195 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
196 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
197 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
199 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
200 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
201 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
203 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
204 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
206 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
207 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
208 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
210 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
211 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
213 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.root |
|
214 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
215 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
216 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
217 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.root |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
C |
madrona.common.feedvalidator.root |
|
9 |
0 |
Operator not preceded by a space
rss11_namespace='http://purl.org/net/rss1.1#'
^ |
C |
madrona.common.feedvalidator.root |
|
9 |
0 |
Invalid name "rss11_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
10 |
0 |
Operator not preceded by a space
purl1_namespace='http://purl.org/rss/1.0/'
^ |
C |
madrona.common.feedvalidator.root |
|
10 |
0 |
Invalid name "purl1_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
11 |
0 |
Operator not preceded by a space
soap_namespace='http://feeds.archive.org/validator/'
^ |
C |
madrona.common.feedvalidator.root |
|
11 |
0 |
Invalid name "soap_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
12 |
0 |
Operator not preceded by a space
pie_namespace='http://purl.org/atom/ns#'
^ |
C |
madrona.common.feedvalidator.root |
|
12 |
0 |
Invalid name "pie_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
13 |
0 |
Operator not preceded by a space
atom_namespace='http://www.w3.org/2005/Atom'
^ |
C |
madrona.common.feedvalidator.root |
|
13 |
0 |
Invalid name "atom_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
14 |
0 |
Operator not preceded by a space
opensearch_namespace='http://a9.com/-/spec/opensearch/1.1/'
^ |
C |
madrona.common.feedvalidator.root |
|
14 |
0 |
Invalid name "opensearch_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
15 |
0 |
Operator not preceded by a space
xrds_namespace='xri://$xrds'
^ |
C |
madrona.common.feedvalidator.root |
|
15 |
0 |
Invalid name "xrds_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
16 |
0 |
Operator not preceded by a space
kml20_namespace='http://earth.google.com/kml/2.0'
^ |
C |
madrona.common.feedvalidator.root |
|
16 |
0 |
Invalid name "kml20_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
17 |
0 |
Operator not preceded by a space
kml21_namespace='http://earth.google.com/kml/2.1'
^ |
C |
madrona.common.feedvalidator.root |
|
17 |
0 |
Invalid name "kml21_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
|
18 |
0 |
Operator not preceded by a space
kml22_namespace='http://www.opengis.net/kml/2.2'
^ |
C |
madrona.common.feedvalidator.root |
|
18 |
0 |
Invalid name "kml22_namespace" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.root |
root |
24 |
0 |
Invalid name "root" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.root |
root.__init__ |
31 |
4 |
Invalid name "xmlBase" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.__init__ |
32 |
4 |
Invalid name "xmlLang" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root |
24 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
34 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.root |
root.startElementNS |
34 |
2 |
Too many local variables (16/15) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
35 |
4 |
Operator not preceded by a space
if name=='rss':
^^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
37 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
41 |
4 |
Operator not preceded by a space
if name=='feed' or name=='entry':
^^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
43 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
46 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
46 |
8 |
Reimport 'AvoidNamespacePrefix' (imported line 43) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
48 |
6 |
Operator not preceded by a space
if qname==pie_namespace:
^^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
49 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
52 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
55 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
58 |
8 |
Operator not preceded by a space
if name=='feed':
^^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
59 |
10 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
62 |
10 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
65 |
8 |
Operator not preceded by a space
if qname<>atom_namespace:
^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
66 |
10 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
66 |
10 |
Reimport 'InvalidNamespace' (imported line 37) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
70 |
4 |
Operator not preceded by a space
if name=='Channel':
^^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
72 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
72 |
8 |
Reimport 'MissingNamespace' (imported line 55) |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
75 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
75 |
8 |
Reimport 'InvalidNamespace' (imported line 37) |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
79 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
82 |
4 |
Operator not preceded by a space
if name=='kml':
^^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
83 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
86 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
86 |
8 |
Reimport 'MissingNamespace' (imported line 55) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
89 |
8 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
91 |
8 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
93 |
8 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
95 |
8 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
97 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
97 |
8 |
Reimport 'InvalidNamespace' (imported line 37) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
100 |
8 |
Invalid name "feedType" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
103 |
4 |
Operator not preceded by a space
if name=='OpenSearchDescription':
^^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
105 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
105 |
8 |
Reimport 'MissingNamespace' (imported line 55) |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
109 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
109 |
8 |
Reimport 'InvalidNamespace' (imported line 37) |
C |
madrona.common.feedvalidator.root |
root.startElementNS |
114 |
4 |
Operator not preceded by a space
if name=='XRDS':
^^ |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
115 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
118 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
118 |
8 |
Reimport 'MissingNamespace' (imported line 55) |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
122 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.startElementNS |
122 |
8 |
Reimport 'InvalidNamespace' (imported line 37) |
R |
madrona.common.feedvalidator.root |
root.startElementNS |
34 |
2 |
Too many branches (27/12) |
R |
madrona.common.feedvalidator.root |
root.startElementNS |
34 |
2 |
Too many statements (88/50) |
W |
madrona.common.feedvalidator.root |
root.unknown_starttag |
138 |
4 |
Redefining built-in 'any' |
C |
madrona.common.feedvalidator.root |
root.unknown_starttag |
130 |
4 |
Comma not followed by a space
from logging import ObsoleteNamespace,InvalidNamespace,UndefinedElement
^^ |
W |
madrona.common.feedvalidator.root |
root.unknown_starttag |
130 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.root |
root.unknown_starttag |
133 |
9 |
Operator not preceded by a space
elif name=='feed':
^^ |
W |
madrona.common.feedvalidator.root |
root.unknown_starttag |
138 |
4 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.root |
root.do_rss |
141 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_rss |
142 |
4 |
Relative import 'rss', should be 'madrona.common.feedvalidator.rss' |
R |
madrona.common.feedvalidator.root |
root.do_rss |
141 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.root |
root.do_feed |
145 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_feed |
146 |
4 |
Relative import 'feed', should be 'madrona.common.feedvalidator.feed' |
W |
madrona.common.feedvalidator.root |
root.do_feed |
148 |
6 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.root |
root.do_entry |
152 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_entry |
153 |
4 |
Relative import 'entry', should be 'madrona.common.feedvalidator.entry' |
R |
madrona.common.feedvalidator.root |
root.do_entry |
152 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.root |
root.do_app_categories |
156 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_app_categories |
157 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.do_app_categories |
159 |
4 |
Relative import 'categories', should be 'madrona.common.feedvalidator.categories' |
C |
madrona.common.feedvalidator.root |
root.do_app_service |
162 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_app_service |
163 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.do_app_service |
165 |
4 |
Relative import 'service', should be 'madrona.common.feedvalidator.service' |
C |
madrona.common.feedvalidator.root |
root.do_kml |
168 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_kml |
169 |
4 |
Relative import 'kml', should be 'madrona.common.feedvalidator.kml' |
R |
madrona.common.feedvalidator.root |
root.do_kml |
168 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.root |
root.do_opml |
172 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_opml |
173 |
4 |
Relative import 'opml', should be 'madrona.common.feedvalidator.opml' |
R |
madrona.common.feedvalidator.root |
root.do_opml |
172 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.root |
root.do_outlineDocument |
176 |
2 |
Invalid name "do_outlineDocument" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.do_outlineDocument |
176 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_outlineDocument |
177 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.do_outlineDocument |
180 |
4 |
Relative import 'opml', should be 'madrona.common.feedvalidator.opml' |
C |
madrona.common.feedvalidator.root |
root.do_opensearch_OpenSearchDescription |
183 |
2 |
Invalid name "do_opensearch_OpenSearchDescription" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.do_opensearch_OpenSearchDescription |
183 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_opensearch_OpenSearchDescription |
184 |
4 |
Relative import 'opensearch', should be 'madrona.common.feedvalidator.opensearch' |
W |
madrona.common.feedvalidator.root |
root.do_opensearch_OpenSearchDescription |
186 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.root |
root.do_xrds_XRDS |
190 |
2 |
Invalid name "do_xrds_XRDS" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.do_xrds_XRDS |
190 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_xrds_XRDS |
191 |
4 |
Relative import 'xrd', should be 'madrona.common.feedvalidator.xrd' |
R |
madrona.common.feedvalidator.root |
root.do_xrds_XRDS |
190 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.root |
root.do_rdf_RDF |
194 |
2 |
Invalid name "do_rdf_RDF" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.do_rdf_RDF |
194 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_rdf_RDF |
195 |
4 |
Relative import 'rdf', should be 'madrona.common.feedvalidator.rdf' |
C |
madrona.common.feedvalidator.root |
root.do_Channel |
199 |
2 |
Invalid name "do_Channel" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.do_Channel |
199 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_Channel |
200 |
4 |
Relative import 'channel', should be 'madrona.common.feedvalidator.channel' |
R |
madrona.common.feedvalidator.root |
root.do_Channel |
199 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.root |
root.do_soap_Envelope |
203 |
2 |
Invalid name "do_soap_Envelope" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.do_soap_Envelope |
203 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.root |
root.do_soap_Body |
206 |
2 |
Invalid name "do_soap_Body" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.root |
root.do_soap_Body |
206 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.root |
root.do_request |
210 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.root |
root.do_xhtml_html |
213 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.root |
root.do_xhtml_html |
214 |
4 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.root |
root.do_xhtml_html |
216 |
4 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
R |
madrona.common.feedvalidator.root |
root |
24 |
0 |
Too many public methods (46/20) |
C |
madrona.common.feedvalidator.rdf |
|
3 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.rdf |
|
16 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.rdf |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.rdf |
|
22 |
0 |
Line too long (86/80) |
W |
madrona.common.feedvalidator.rdf |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
25 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
29 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
C |
madrona.common.feedvalidator.rdf |
|
30 |
0 |
Line too long (88/80) |
W |
madrona.common.feedvalidator.rdf |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
32 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
33 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
34 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
35 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
36 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
38 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
39 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
42 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
46 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
47 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
49 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
50 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
52 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
53 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
55 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
56 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
58 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
59 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
61 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
62 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.rdf |
|
63 |
0 |
Line too long (90/80) |
W |
madrona.common.feedvalidator.rdf |
|
63 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
68 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
69 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
70 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
71 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
72 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
73 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
74 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
76 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
77 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
78 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
80 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
81 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
83 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
84 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
86 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
87 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
89 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
90 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
92 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
94 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
96 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
97 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
103 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
104 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
106 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
108 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
109 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
111 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
112 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
114 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
115 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
120 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
121 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rdf |
|
122 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rdf |
|
125 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
126 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rdf |
|
127 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rdf |
|
128 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.rdf |
|
129 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rdf |
|
130 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.rdf |
|
132 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rdf |
|
133 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.rdf |
|
135 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
137 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
138 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
140 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
142 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
143 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
145 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
147 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
148 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
149 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
152 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
153 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.rdf |
|
154 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rdf |
|
155 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.rdf |
|
158 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
159 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
161 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.rdf |
|
162 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.rdf |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.rdf |
|
9 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.rdf |
|
10 |
0 |
Relative import 'root', should be 'madrona.common.feedvalidator.root' |
W |
madrona.common.feedvalidator.rdf |
|
11 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
C |
madrona.common.feedvalidator.rdf |
|
13 |
0 |
Invalid name "rdfNS" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.rdf |
rdf |
18 |
0 |
Comma not followed by a space
class rdf(validatorBase,object):
^^ |
C |
madrona.common.feedvalidator.rdf |
rdf |
18 |
0 |
Invalid name "rdf" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.rdf |
rdf |
18 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.rdf |
rdf.do_rss090_channel |
20 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.rdf |
rdf.do_rss090_channel |
21 |
4 |
Relative import 'channel', should be 'madrona.common.feedvalidator.channel' |
C |
madrona.common.feedvalidator.rdf |
rdf.do_channel |
25 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.rdf |
rdf.do_channel |
26 |
4 |
Relative import 'channel', should be 'madrona.common.feedvalidator.channel' |
R |
madrona.common.feedvalidator.rdf |
rdf.do_channel |
25 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rdf._is_090 |
29 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.rdf |
rdf._withAbout |
32 |
2 |
Comma not followed by a space
def _withAbout(self,v):
^^ |
C |
madrona.common.feedvalidator.rdf |
rdf._withAbout |
32 |
2 |
Invalid name "_withAbout" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.rdf |
rdf._withAbout |
32 |
2 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.rdf |
rdf._withAbout |
32 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.rdf |
rdf._withAbout |
32 |
22 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.rdf |
rdf.do_item |
38 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.rdf |
rdf.do_item |
39 |
4 |
Relative import 'item', should be 'madrona.common.feedvalidator.item' |
C |
madrona.common.feedvalidator.rdf |
rdf.do_textinput |
42 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.rdf |
rdf.do_textinput |
43 |
4 |
Relative import 'textInput', should be 'madrona.common.feedvalidator.textInput' |
C |
madrona.common.feedvalidator.rdf |
rdf.do_image |
46 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.rdf |
rdf.do_cc_License |
49 |
2 |
Invalid name "do_cc_License" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.rdf |
rdf.do_cc_License |
49 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.rdf |
rdf.do_cc_License |
49 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rdf.do_taxo_topic |
52 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.rdf |
rdf.do_taxo_topic |
52 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rdf.do_rdf_Description |
55 |
2 |
Invalid name "do_rdf_Description" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.rdf |
rdf.do_rdf_Description |
55 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.rdf |
rdf.do_rdf_Description |
55 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.rdf |
rdf |
18 |
0 |
Too many public methods (38/20) |
W |
madrona.common.feedvalidator.rdf |
|
65 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
C |
madrona.common.feedvalidator.rdf |
rss10Image |
67 |
0 |
Invalid name "rss10Image" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.rdf |
rss10Image |
67 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.rdf |
rss10Image.do_title |
76 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.rdf |
rss10Image.do_title |
77 |
4 |
Relative import 'image', should be 'madrona.common.feedvalidator.image' |
R |
madrona.common.feedvalidator.rdf |
rss10Image.do_title |
76 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rss10Image.do_link |
80 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.rdf |
rss10Image.do_link |
80 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rss10Image.do_url |
83 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.rdf |
rss10Image.do_url |
83 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rss10Image.do_dc_creator |
86 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.rdf |
rss10Image.do_dc_creator |
86 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rss10Image.do_dc_subject |
89 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.rdf |
rss10Image.do_dc_subject |
89 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rss10Image.do_dc_date |
92 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.rdf |
rss10Image.do_dc_date |
93 |
4 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
R |
madrona.common.feedvalidator.rdf |
rss10Image.do_dc_date |
92 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.rdf |
rss10Image.do_cc_license |
96 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.rdf |
rss10Image.do_cc_license |
96 |
2 |
Method could be a function |
R |
madrona.common.feedvalidator.rdf |
rss10Image |
67 |
0 |
Too many public methods (115/20) |
C |
madrona.common.feedvalidator.rdf |
rdfExtension |
102 |
0 |
Invalid name "rdfExtension" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.rdf |
rdfExtension |
102 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.__init__ |
105 |
4 |
Operator not preceded by a space
self.qname=qname
^ |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.__init__ |
106 |
4 |
Operator not preceded by a space
self.literal=literal
^ |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.textOK |
108 |
2 |
Invalid name "textOK" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.rdf |
rdfExtension.setElement |
121 |
8 |
Redefining name 'UndefinedElement' from outer scope (line 8) |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.setElement |
111 |
2 |
Invalid name "setElement" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.setElement |
115 |
50 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.setElement |
120 |
6 |
Operator not preceded by a space
if self.qname==rss11_ns:
^^ |
W |
madrona.common.feedvalidator.rdf |
rdfExtension.setElement |
121 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.getExpectedAttrNames |
135 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.getExpectedAttrNames |
137 |
39 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.getExpectedAttrNames |
138 |
4 |
Comma not followed by a space
return [(ns,n) for ns,n in self.attrs.keys() if ns!=rss11_ns]
^^ |
W |
madrona.common.feedvalidator.rdf |
rdfExtension.startElementNS |
148 |
6 |
Redefining name 'MissingNamespace' from outer scope (line 8) |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.startElementNS |
145 |
2 |
Invalid name "startElementNS" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.feedvalidator.rdf |
rdfExtension.startElementNS |
148 |
6 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.startElementNS |
152 |
4 |
Comma not followed by a space
for (namespace,attr) in attrs.keys():
^^ |
W |
madrona.common.feedvalidator.rdf |
rdfExtension.startElementNS |
154 |
8 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.rdf |
rdfExtension.startElementNS |
154 |
8 |
Reimport 'MissingNamespace' (imported line 148) |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.startElementNS |
158 |
4 |
Comma not followed by a space
self.children.append((qname,name))
^^ |
C |
madrona.common.feedvalidator.rdf |
rdfExtension.characters |
162 |
25 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.rdf |
rdfExtension |
102 |
0 |
Too many public methods (30/20) |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.rdf |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
C |
madrona.common.feedvalidator.feed |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.feed |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.feed |
|
22 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.feed |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
24 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
25 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
29 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
31 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
32 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
33 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
34 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
35 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
38 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
39 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
40 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
41 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.feed |
|
42 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.feed |
|
43 |
0 |
Bad indentation. Found 14 spaces, expected 28 |
W |
madrona.common.feedvalidator.feed |
|
44 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.feed |
|
45 |
0 |
Bad indentation. Found 12 spaces, expected 24 |
W |
madrona.common.feedvalidator.feed |
|
48 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
49 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
50 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
51 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
52 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.feed |
|
54 |
0 |
Line too long (87/80) |
W |
madrona.common.feedvalidator.feed |
|
54 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
56 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
57 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
58 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
59 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
60 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
61 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
64 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
65 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
66 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.feed |
|
67 |
0 |
Bad indentation. Found 14 spaces, expected 24 |
W |
madrona.common.feedvalidator.feed |
|
68 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
69 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
70 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.feed |
|
71 |
0 |
Bad indentation. Found 14 spaces, expected 24 |
W |
madrona.common.feedvalidator.feed |
|
74 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
75 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
76 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
77 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
C |
madrona.common.feedvalidator.feed |
|
78 |
0 |
Line too long (121/80) |
W |
madrona.common.feedvalidator.feed |
|
78 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.feed |
|
79 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
80 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.feed |
|
81 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
82 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
84 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
86 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
87 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
90 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
91 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
93 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
95 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
96 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
97 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
99 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
100 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
101 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
102 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
103 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
104 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.feed |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
106 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
107 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
111 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
112 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
114 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
115 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
116 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
117 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
119 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
120 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
121 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
122 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
124 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
125 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
126 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
127 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
129 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
130 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
131 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
132 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
134 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
135 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
136 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
138 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
139 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
140 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
142 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
143 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
144 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
145 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
146 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
148 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
149 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
150 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
152 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
153 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
154 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
155 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
157 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
158 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
159 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
160 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
162 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
163 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
164 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
165 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
167 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
168 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
169 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
171 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
172 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
173 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.feed |
|
174 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
175 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
177 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.feed |
|
178 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
179 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Redefining built-in 'any' |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.feed |
|
7 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.base' |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Relative import 'validators', should be 'madrona.common.feedvalidator.validators' |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Wildcard import validators |
W |
madrona.common.feedvalidator.feed |
|
9 |
0 |
Relative import 'logging', should be 'madrona.common.feedvalidator.logging' |
W |
madrona.common.feedvalidator.feed |
|
9 |
0 |
Wildcard import logging |
W |
madrona.common.feedvalidator.feed |
|
10 |
0 |
Relative import 'itunes', should be 'madrona.common.feedvalidator.itunes' |
W |
madrona.common.feedvalidator.feed |
|
11 |
0 |
Relative import 'extension', should be 'madrona.common.feedvalidator.extension' |
C |
madrona.common.feedvalidator.feed |
feed |
16 |
0 |
Invalid name "feed" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.feedvalidator.feed |
feed |
16 |
0 |
Missing docstring |
R |
madrona.common.feedvalidator.feed |
feed |
16 |
0 |
Too many ancestors (9/7) |
C |
madrona.common.feedvalidator.feed |
feed.getExpectedAttrNames |
17 |
2 |
Invalid name "getExpectedAttrNames" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.feed |
feed.missingElement |
24 |
2 |
Invalid name "missingElement" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.feed |
feed.missingElement |
24 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
29 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
50 |
8 |
Operator not preceded by a space
if link.rel=='self': break
^^ |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
50 |
29 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
56 |
4 |
Operator not preceded by a space
types={}
^ |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
57 |
4 |
Operator not preceded by a space
archive=False
^ |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
58 |
4 |
Operator not preceded by a space
current=False
^ |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
60 |
32 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
61 |
55 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
74 |
6 |
Operator not preceded by a space
if not link.rel=='alternate': continue
^^ |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
74 |
36 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
75 |
6 |
Operator not preceded by a space
if not link.type in types: types[link.type]={}
^ |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
75 |
33 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
93 |
20 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.feed |
feed.validate_metadata |
29 |
2 |
Too many branches (32/12) |
C |
madrona.common.feedvalidator.feed |
feed.metadata |
95 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.feed |
feed.validate |
103 |
6 |
Comma not followed by a space
if isinstance(event,DuplicateEntries):
^^ |
C |
madrona.common.feedvalidator.feed |
feed.validate |
104 |
8 |
Comma not followed by a space
dups += event.params.get('msgcount',1)
^^ |
C |
madrona.common.feedvalidator.feed |
feed.do_author |
114 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_author |
116 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
C |
madrona.common.feedvalidator.feed |
feed.do_category |
119 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_category |
121 |
4 |
Relative import 'category', should be 'madrona.common.feedvalidator.category' |
C |
madrona.common.feedvalidator.feed |
feed.do_contributor |
124 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_contributor |
126 |
4 |
Relative import 'author', should be 'madrona.common.feedvalidator.author' |
C |
madrona.common.feedvalidator.feed |
feed.do_generator |
129 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_generator |
131 |
4 |
Relative import 'generator', should be 'madrona.common.feedvalidator.generator' |
C |
madrona.common.feedvalidator.feed |
feed.do_id |
134 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.feed |
feed.do_icon |
138 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.feed |
feed.do_link |
142 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_link |
144 |
4 |
Relative import 'link', should be 'madrona.common.feedvalidator.link' |
C |
madrona.common.feedvalidator.feed |
feed.do_logo |
148 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.feed |
feed.do_title |
152 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_title |
154 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
C |
madrona.common.feedvalidator.feed |
feed.do_subtitle |
157 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_subtitle |
159 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
C |
madrona.common.feedvalidator.feed |
feed.do_rights |
162 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_rights |
164 |
4 |
Relative import 'content', should be 'madrona.common.feedvalidator.content' |
C |
madrona.common.feedvalidator.feed |
feed.do_updated |
167 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.feed |
feed.do_entry |
171 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_entry |
174 |
4 |
Relative import 'entry', should be 'madrona.common.feedvalidator.entry' |
C |
madrona.common.feedvalidator.feed |
feed.do_app_collection |
177 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.feed |
feed.do_app_collection |
178 |
4 |
Relative import 'service', should be 'madrona.common.feedvalidator.service' |
R |
madrona.common.feedvalidator.feed |
feed.do_app_collection |
177 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.feed |
feed.prevalidate |
21 |
4 |
Attribute 'links' defined outside __init__ |
R |
madrona.common.feedvalidator.feed |
feed |
16 |
0 |
Too many public methods (187/20) |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import text from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import datetime from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import keywords from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import rfc2396_full from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import mime_re from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import re from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import positiveInteger from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import implausible_822 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import nonhtml from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import urljoin from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import formname from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import rfc3987_full from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import checkStyle from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import percentType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import safeHtml from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import alphanumeric from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import longitude from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import parsedate_tz from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import iso639 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import email from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import caseinsensitive_enumeration from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import mktime_tz from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import parsedate from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import AddressList from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import addr_spec from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import HTMLParseError from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import truefalsestrict from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import iso3166 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Charset from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import nonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import iso4217 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import lengthLimitedText from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import rfc822 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import name2codepoint from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import rfc3987 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import iso639_validate from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import rdfResourceURI from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import enumeration from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import decodehtml from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import truefalse from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import latitude from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import iana_schemes from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import rdfAbout from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import implausible_8601 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import duration from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MediaRange from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UINT31 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import safeHtmlMixin from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import unique from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import HTMLValidator from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import htmlEater from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import email_with_name from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import rdfNS from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import HTMLParser from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Integer from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import iso8601_date from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import xmlbase from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import absUrlMixin from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import unbounded_iso8601 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import httpURL from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import commaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import any from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MimeType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import canonicalForm from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import nonemail from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import eater from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import unbounded_w3cdtf from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import iso8601 from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import Float from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import time from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.feed |
|
8 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.formatter.base |
|
3 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.formatter.base |
|
12 |
0 |
Line too long (99/80) |
W |
madrona.common.feedvalidator.formatter.base |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
18 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
20 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
21 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
23 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
24 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
26 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
27 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
28 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
32 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
34 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
35 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
38 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
40 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
42 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
43 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
46 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
47 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
48 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
49 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.base |
|
50 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.base |
|
51 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.base |
|
52 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.base |
|
53 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
55 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
56 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
57 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
58 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.base |
|
59 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.base |
|
60 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.formatter.base |
|
61 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.base |
|
62 |
0 |
Bad indentation. Found 10 spaces, expected 20 |
W |
madrona.common.feedvalidator.formatter.base |
|
63 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.base |
|
64 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.base |
|
65 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
67 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.base |
|
68 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
69 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.base |
|
14 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.formatter.base |
|
7 |
0 |
String statement has no effect |
C |
madrona.common.feedvalidator.formatter.base |
|
12 |
0 |
Invalid name "lang" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter |
16 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getErrors |
20 |
2 |
Invalid name "getErrors" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getErrors |
20 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getErrors |
21 |
4 |
Comma not followed by a space
return [self.format(msg) for msg in self.data if isinstance(msg,Error)]
^^ |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getWarnings |
23 |
2 |
Invalid name "getWarnings" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getWarnings |
23 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getWarnings |
24 |
4 |
Comma not followed by a space
return [self.format(msg) for msg in self.data if isinstance(msg,Warning)]
^^ |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getLine |
26 |
2 |
Invalid name "getLine" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getLine |
26 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getLine |
27 |
41 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getLine |
26 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getColumn |
30 |
2 |
Invalid name "getColumn" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getColumn |
30 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getColumn |
31 |
43 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getColumn |
30 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getLineAndColumn |
34 |
2 |
Invalid name "getLineAndColumn" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getLineAndColumn |
34 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getLineAndColumn |
36 |
17 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getCount |
40 |
2 |
Invalid name "getCount" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getCount |
40 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getCount |
41 |
45 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getCount |
43 |
19 |
More than one statement on a single line |
R |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getCount |
40 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getMessageClass |
46 |
2 |
Invalid name "getMessageClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getMessageClass |
46 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getMessageClass |
46 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getMessage |
55 |
2 |
Invalid name "getMessage" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getMessage |
55 |
2 |
Missing docstring |
W |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getMessage |
61 |
8 |
No exception type(s) specified |
R |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.getMessage |
55 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.format |
69 |
11 |
Use of the `` operator |
R |
madrona.common.feedvalidator.formatter.base |
BaseFormatter.format |
67 |
2 |
Method could be a function |
W |
madrona.common.feedvalidator.formatter.base |
|
14 |
0 |
Unused import Info |
C |
madrona.common.feedvalidator.formatter.text_xml |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
14 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
15 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
16 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
17 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
18 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
19 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
22 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
25 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
26 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
29 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
30 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
31 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
32 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
33 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
38 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
39 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
40 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
41 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
45 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
46 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
47 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
48 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
49 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
50 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
51 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
52 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
53 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
55 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
7 |
0 |
String statement has no effect |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
9 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.formatter.base' |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Wildcard import madrona.common.feedvalidator.logging |
C |
madrona.common.feedvalidator.formatter.text_xml |
xmlEncode |
13 |
0 |
Invalid name "xmlEncode" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_xml |
xmlEncode |
13 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.text_xml |
Formatter |
21 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
30 |
4 |
Comma not followed by a space
if isinstance(event,Info): level = 'info'
^^ |
C |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
30 |
31 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
31 |
4 |
Comma not followed by a space
if isinstance(event,Warning): level = 'warning'
^^ |
C |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
31 |
34 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
32 |
4 |
Comma not followed by a space
if isinstance(event,Error): level = 'error'
^^ |
C |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
32 |
32 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
41 |
8 |
Comma not followed by a space
order.insert(0,key)
^^ |
W |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
47 |
6 |
Unused variable 'pub_key' |
W |
madrona.common.feedvalidator.formatter.text_xml |
Formatter.format |
49 |
8 |
Unused variable 'pubkey' |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TooLong from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidValue from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidLabel from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NoBlink from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import BadXmlVersion from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidUUID from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ObsoleteVersion from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import AttrNotBlank from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidLink from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidatorLimit from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingSummary from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidEncoding from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import CurrentNotSelfInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidGender from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MisplacedMetadata from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NonSpecificMediaType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidYesNoClean from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaMedium from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingItunesElement from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidFullLocation from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateElement from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ImageUrlFormat from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NoThrWhen from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidPaymentMethod from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotEnoughHoursInTheDay from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingTextualContent from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidIRI from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import LinkPastEnd from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import EmailFormat from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidZeroOne from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotUTF8 from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidLatitude from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidListItemType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateDescriptionSemantics from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateEntries from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ObsoleteWikiNamespace from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidAddrSpec from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaHash from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MediaRssNamespace from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidHour from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidURIAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TempRedirect from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidAlphanum from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UndefinedParam from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidStyleState from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateSemantics from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidLanguage from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidCurrencyUnit from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidPermalink from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidTAG from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotEscaped from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ContainsUndeclaredHTML from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DeprecatedRootHref from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidWidth from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingAtomSelfLink from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidOutlineType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingRealName from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import EightDaysAWeek from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateUpdated from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnregisteredAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingXmlURL from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotInANamespace from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import CoordComma from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidURN from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SAXError from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidUriChar from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import WPBlankLine from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotSufficientlyUnique from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import RelativeSelf from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidCoord from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingRecommendedAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidLocation from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidCountryCode from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidKmlCoordList from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import FeedHistoryRelInEntry from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidServiceType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NonstdEncoding from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ObscureEncoding from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ContainsSystemEntity from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SlashDate from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ProblematicalRFC822Date from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidKmlLongitude from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidRatingType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingHref from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidNSS from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidYesNo from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DeprecatedMediaAdult from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MisplacedItem from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidLocalParameter from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidOutlineVersion from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingItunesEmail from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ConflictingCatAttr from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidFloat from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidIntUnit from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import HtmlFragment from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ContainsHTML from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ArchiveIncomplete from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ShouldIncludeExample from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMIMEType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import HttpProtocolError from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ObsoleteNamespace from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidTextType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateEnclosure from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import HttpError from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NonCanonicalURI from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingOutlineType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidTrueFalse from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NeedDescriptionBeforeContent from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaRating from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidExpansionState from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import FeedRelInCompleteFeed from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DangerousStyleAttr from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidLocalRole from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import AvoidTextInput from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import AtomLinkNotEmpty from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidHeight from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ConflictingCatChildren from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TextXml from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import Uncompressed from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import EncodingMismatch from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingTitleAttr from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import BadCharacters from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SelfDoesntMatchLocation from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidSseType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UriNotIri from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import IOError from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingXhtmlDiv from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotBase64 from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateAtomLink from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnknownHost from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidDuration from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidOPMLVersion from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingId from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidKmlLatitude from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidReviewerType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidSchemaFieldType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidPercentage from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidDoctype from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingSelf from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaExpression from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnexpectedWhitespace from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidISO8601Date from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidFloatUnit from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingCurrentInArchive from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ImageLinkDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidDay from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UseZeroForUnknown from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidColor from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidLongitude from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidCreditRole from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MisplacedXHTMLContent from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingContentOrAlternate from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidContact from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingElement from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ImplausibleDate from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotInline from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MediaGroupWithoutAlternatives from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotURLEncoded from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SchemeNotIANARegistered from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaRestrictionType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidContentMode from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotHtml from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidSalaryType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingEncoding from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ContainsRelRef from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SelfNotAtom from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidRSSVersion from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMaritalStatus from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DeprecatedDTD from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidRDF from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidKmlUnits from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SecurityRiskAttr from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidYear from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import CommentRSS from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidAltitudeMode from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
11 |
0 |
Unused import feedvalidator |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ItemMustContainTitleOrDescription from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidISO8601DateTime from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidAngle from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateValue from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidCommaSeparatedIntegers from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NotBlank from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TooMany from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import NonstdPrefix from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnicodeError from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidKeywords from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidNamespace from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ContainsEmail from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingTypeAttr from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidInteger from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import AvoidNamespacePrefix from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateIds from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaRestriction from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidURI from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidMediaTextType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnexpectedAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import Deprecated from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UseOfExtensionAttr from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingByAndWhenAttrs from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SameDocumentReference from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidPriceType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UseZeroForMidnight from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnknownEncoding from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidPositiveInteger from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidColorMode from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingUrlAttr from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ObsoleteItunesCategory from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingRecommendedElement from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingSourceElement from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnknownNamespace from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import SinceAfterUntil from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnexpectedContentType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidFormComponentName from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UndefinedElement from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidNonNegativeInteger from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidAdultContent from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import IncorrectDOW from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidItemIconState from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UndeclaredPrefix from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import CharacterData from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ImageTitleDoesntMatch from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidRFC3339Date from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import QuestionableUsage from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import DuplicateItemSemantics from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidCoordList from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnsupportedItunesFormat from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingGuid from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidKmlMediaType from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import IntegerOverflow from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingAttribute from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UndeterminableVocabulary from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UndefinedNamedEntity from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ReservedPrefix from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidViewRefreshMode from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import MissingNamespace from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import UnexpectedText from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidFullLink from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import ValidContentMode from wildcard import |
W |
madrona.common.feedvalidator.formatter.text_xml |
|
10 |
0 |
Unused import InvalidHttpGUID from wildcard import |
C |
madrona.common.feedvalidator.formatter.text_html |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.formatter.text_html |
|
18 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
21 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
22 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
23 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
24 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
25 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
26 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
27 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
28 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
30 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
33 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
35 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
36 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
37 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
39 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
40 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
41 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
42 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
43 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
44 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
45 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
47 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
48 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
49 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
50 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
52 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
53 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
55 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
56 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
57 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
58 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
59 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
60 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
61 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
62 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
63 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
65 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
66 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
68 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
69 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
71 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
72 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
73 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
74 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
79 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
80 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
81 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
82 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
83 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
84 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
85 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
86 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
87 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
88 |
0 |
Bad indentation. Found 8 spaces, expected 16 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
89 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
90 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
91 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
92 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
94 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
96 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
97 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
98 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
99 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
100 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
101 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.formatter.text_html |
|
102 |
0 |
Line too long (142/80) |
W |
madrona.common.feedvalidator.formatter.text_html |
|
102 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
103 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.formatter.text_html |
|
104 |
0 |
Line too long (83/80) |
W |
madrona.common.feedvalidator.formatter.text_html |
|
104 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
105 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
C |
madrona.common.feedvalidator.formatter.text_html |
|
106 |
0 |
Line too long (116/80) |
W |
madrona.common.feedvalidator.formatter.text_html |
|
106 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
107 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
108 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
109 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
110 |
0 |
Bad indentation. Found 6 spaces, expected 12 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
111 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
112 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_html |
|
13 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.formatter.text_html |
|
7 |
0 |
String statement has no effect |
W |
madrona.common.feedvalidator.formatter.text_html |
|
9 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.formatter.base' |
F |
madrona.common.feedvalidator.formatter.text_html |
|
15 |
0 |
Unable to import 'config' |
C |
madrona.common.feedvalidator.formatter.text_html |
escapeAndMark |
17 |
0 |
Invalid name "escapeAndMark" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
escapeAndMark |
17 |
0 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
escapeAndMark |
17 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.text_html |
escapeAndMark |
17 |
18 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
escapeAndMark |
21 |
2 |
Comma not followed by a space
for i in range(len(html)-1,-1,-1):
^^ |
C |
madrona.common.feedvalidator.formatter.text_html |
escapeAndMark |
22 |
4 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
escapeAndMark |
25 |
8 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
escapeAndMark |
27 |
8 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter |
32 |
0 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getRootClass |
39 |
2 |
Invalid name "getRootClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getRootClass |
39 |
2 |
Invalid name "aClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getRootClass |
39 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getRootClass |
39 |
25 |
Invalid name "aClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getRootClass |
41 |
24 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getHelpURL |
47 |
2 |
Invalid name "getHelpURL" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getHelpURL |
47 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getHelpURL |
48 |
4 |
Invalid name "rootClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getHelpURL |
49 |
4 |
Invalid name "rootClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getHelpURL |
50 |
4 |
Invalid name "rootClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.getHelpURL |
52 |
4 |
Invalid name "messageClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
55 |
2 |
Invalid name "mostSeriousClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
55 |
2 |
Missing docstring |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
56 |
4 |
Operator not preceded by a space
ms=0
^ |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
56 |
4 |
Invalid name "ms" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
59 |
6 |
Comma not followed by a space
if isinstance(event,Info): level = 1
^^ |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
59 |
33 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
60 |
6 |
Comma not followed by a space
if isinstance(event,Warning): level = 2
^^ |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
60 |
36 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
61 |
6 |
Comma not followed by a space
if isinstance(event,Error): level = 3
^^ |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
61 |
34 |
More than one statement on a single line |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.mostSeriousClass |
62 |
6 |
Invalid name "ms" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.header |
65 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.formatter.text_html |
Formatter.header |
65 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.footer |
68 |
2 |
Missing docstring |
R |
madrona.common.feedvalidator.formatter.text_html |
Formatter.footer |
68 |
2 |
Method could be a function |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
79 |
8 |
Comma not followed by a space
line = event.params['line'] = event.params.get('backupline',0)
^^ |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
80 |
8 |
Comma not followed by a space
column = event.params['column'] = event.params.get('backupcolumn',0)
^^ |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
82 |
6 |
Invalid name "codeFragment" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
83 |
6 |
Invalid name "markerColumn" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
85 |
8 |
Invalid name "codeFragment" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
86 |
8 |
Invalid name "markerColumn" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
88 |
8 |
Invalid name "codeFragment" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
90 |
6 |
Invalid name "codeFragment" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
92 |
6 |
Invalid name "markerColumn" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
96 |
4 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
98 |
6 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
99 |
6 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
100 |
6 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
102 |
6 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
104 |
6 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
105 |
4 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
106 |
4 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
107 |
4 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
109 |
6 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
110 |
6 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.feedvalidator.formatter.text_html |
Formatter.format |
111 |
4 |
Invalid name "rc" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.common.feedvalidator.formatter.text_html |
Formatter |
32 |
0 |
Too many public methods (23/20) |
W |
madrona.common.feedvalidator.formatter.text_html |
|
10 |
0 |
Unused import madrona |
C |
madrona.common.feedvalidator.formatter.text_plain |
|
3 |
0 |
Line too long (94/80) |
W |
madrona.common.feedvalidator.formatter.text_plain |
|
13 |
0 |
Bad indentation. Found 2 spaces, expected 4 |
W |
madrona.common.feedvalidator.formatter.text_plain |
|
14 |
0 |
Bad indentation. Found 4 spaces, expected 8 |
W |
madrona.common.feedvalidator.formatter.text_plain |
|
7 |
0 |
String statement has no effect |
W |
madrona.common.feedvalidator.formatter.text_plain |
|
9 |
0 |
Relative import 'base', should be 'madrona.common.feedvalidator.formatter.base' |
C |
madrona.common.feedvalidator.formatter.text_plain |
Formatter |
12 |
0 |
Missing docstring |
W |
madrona.common.feedvalidator.formatter.text_plain |
|
10 |
0 |
Unused import feedvalidator |
C |
madrona.common.feedvalidator.formatter.__init__ |
|
3 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
3 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
24 |
0 |
Line too long (85/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
25 |
0 |
Line too long (87/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
26 |
0 |
Line too long (93/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
27 |
0 |
Line too long (82/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
28 |
0 |
Line too long (93/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
32 |
0 |
Line too long (115/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
40 |
0 |
Line too long (92/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
41 |
0 |
Line too long (91/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
43 |
0 |
Line too long (87/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
45 |
0 |
Line too long (84/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
46 |
0 |
Line too long (82/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
47 |
0 |
Line too long (85/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
48 |
0 |
Line too long (96/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
49 |
0 |
Line too long (105/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
65 |
0 |
Line too long (83/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
67 |
0 |
Line too long (90/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
68 |
0 |
Line too long (89/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
69 |
0 |
Line too long (89/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
70 |
0 |
Line too long (85/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
73 |
0 |
Line too long (103/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
74 |
0 |
Line too long (82/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
78 |
0 |
Line too long (84/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
83 |
0 |
Line too long (83/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
91 |
0 |
Line too long (83/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
92 |
0 |
Line too long (92/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
93 |
0 |
Line too long (87/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
95 |
0 |
Line too long (90/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
102 |
0 |
Line too long (98/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
103 |
0 |
Line too long (97/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
104 |
0 |
Line too long (123/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
109 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
113 |
0 |
Line too long (82/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
114 |
0 |
Line too long (116/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
119 |
0 |
Line too long (104/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
120 |
0 |
Line too long (103/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
121 |
0 |
Line too long (86/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
142 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
143 |
0 |
Line too long (103/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
144 |
0 |
Line too long (155/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
145 |
0 |
Line too long (96/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
146 |
0 |
Line too long (89/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
148 |
0 |
Line too long (179/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
151 |
0 |
Line too long (94/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
152 |
0 |
Line too long (88/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
173 |
0 |
Line too long (84/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
174 |
0 |
Line too long (92/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
198 |
0 |
Line too long (89/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
200 |
0 |
Line too long (81/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
201 |
0 |
Line too long (84/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
205 |
0 |
Line too long (83/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
209 |
0 |
Line too long (95/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
210 |
0 |
Line too long (81/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
217 |
0 |
Line too long (81/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
218 |
0 |
Line too long (84/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
225 |
0 |
Line too long (259/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
226 |
0 |
Line too long (113/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
227 |
0 |
Line too long (118/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
228 |
0 |
Line too long (153/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
235 |
0 |
Line too long (140/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
236 |
0 |
Line too long (86/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
244 |
0 |
Line too long (85/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
245 |
0 |
Line too long (85/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
247 |
0 |
Line too long (102/80) |
C |
madrona.common.feedvalidator.i18n.en |
|
254 |
0 |
Line too long (89/80) |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Redefining built-in 'IOError' |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Redefining built-in 'Warning' |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Redefining built-in 'UnicodeError' |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Wildcard import madrona.common.feedvalidator.logging |
C |
madrona.common.feedvalidator.i18n.en |
|
10 |
0 |
Invalid name "line" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.i18n.en |
|
11 |
0 |
Invalid name "column" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.i18n.en |
|
12 |
0 |
Invalid name "occurances" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.feedvalidator.i18n.en |
|
14 |
0 |
Invalid name "messages" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidTAG from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidLatitude from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidURLAttribute from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidTitle from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import Info from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import LoggedEvent from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidCloud from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidGeneratorName from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_OPML from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_OPENSEARCH from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import InvalidAccessRestrictionRel from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidURN from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidURI from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import MissingLink from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidContact from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import BestPractices from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidAttributeValue from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidDay from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidWidth from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidCopyright from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import InvalidMediaRange from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidDoctype from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidBooleanAttribute from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import InvalidMetaName from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import MissingDescription from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import OptionalValueMissing from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidAngle from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import VALIDFEEDGRAPHIC from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidElement from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import MissingDCLanguage from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_XRD from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import MissingTitle from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import Warning from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import InvalidMetaContent from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidIntegerAttribute from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidW3CDTFDate from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidPercentage from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_UNKNOWN from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_APP_CATEGORIES from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidHour from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
7 |
0 |
Unused import feedvalidator |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidHttpGUID from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import Message from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import RSS20Profile from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import InvalidSyndicationRight from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_KML21 from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_KML20 from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidValue from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidInteger from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidAtomLinkRel from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidationFailure from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_ATOM from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidLongitude from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidLanguage from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidUpdatePeriod from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import Error from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import FEEDTYPEDISPLAY from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidDate from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidNPTTime from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_KML22 from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import FatalSecurityRisk from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidHeight from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import Success from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_RSS2 from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_RSS1 from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_ATOM_ENTRY from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidMIMEAttribute from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidHtml from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import TYPE_APP_SERVICE from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidRFC2822Date from wildcard import |
W |
madrona.common.feedvalidator.i18n.en |
|
8 |
0 |
Unused import ValidContentMode from wildcard import |
C |
madrona.common.feedvalidator.i18n.__init__ |
|
3 |
0 |
Line too long (94/80) |
C |
madrona.common.templatetags.order_by |
|
1 |
0 |
Missing docstring |
C |
madrona.common.templatetags.order_by |
|
4 |
0 |
Invalid name "register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.templatetags.order_by |
order_by |
7 |
0 |
Missing docstring |
W |
madrona.common.templatetags.order_by |
order_by |
9 |
11 |
Used * or ** magic |
C |
madrona.common.templatetags.appname |
|
1 |
0 |
Missing docstring |
C |
madrona.common.templatetags.appname |
|
4 |
0 |
Invalid name "register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.templatetags.appname |
appname |
7 |
0 |
Missing docstring |
C |
madrona.common.templatetags.appname |
help_email |
15 |
0 |
Missing docstring |
W |
madrona.common.templatetags.appname |
|
2 |
0 |
Unused import Node |
C |
madrona.common.templatetags.absurl |
|
1 |
0 |
Missing docstring |
C |
madrona.common.templatetags.absurl |
|
6 |
0 |
Invalid name "register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.templatetags.absurl |
AbsoluteURLNode |
8 |
0 |
Missing docstring |
R |
madrona.common.templatetags.absurl |
AbsoluteURLNode.__init__ |
9 |
4 |
Too many arguments (6/5) |
W |
madrona.common.templatetags.absurl |
AbsoluteURLNode.render |
20 |
8 |
Redefining name 'url' from outer scope (line 3) |
C |
madrona.common.templatetags.absurl |
|
37 |
0 |
Invalid name "absurl" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.templatetags.absolute_media_url |
|
1 |
0 |
Missing docstring |
W |
madrona.common.templatetags.absolute_media_url |
|
1 |
0 |
Wildcard import urlparse |
C |
madrona.common.templatetags.absolute_media_url |
|
7 |
0 |
Invalid name "register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.templatetags.absolute_media_url |
do_absolute_media_url |
10 |
34 |
Unused argument 'token' |
W |
madrona.common.templatetags.absolute_media_url |
do_absolute_media_url |
10 |
26 |
Unused argument 'parser' |
C |
madrona.common.templatetags.absolute_media_url |
AbsoluteMediaUrlNode |
15 |
0 |
Missing docstring |
W |
madrona.common.templatetags.absolute_media_url |
AbsoluteMediaUrlNode.__init__ |
16 |
4 |
__init__ method from base class 'Node' is not called |
C |
madrona.common.templatetags.absolute_media_url |
AbsoluteMediaUrlNode.render |
20 |
8 |
Invalid name "o" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.templatetags.absolute_media_url |
|
1 |
0 |
Unused import urldefrag from wildcard import |
W |
madrona.common.templatetags.absolute_media_url |
|
1 |
0 |
Unused import urlsplit from wildcard import |
W |
madrona.common.templatetags.absolute_media_url |
|
1 |
0 |
Unused import parse_qs from wildcard import |
W |
madrona.common.templatetags.absolute_media_url |
|
1 |
0 |
Unused import urlunsplit from wildcard import |
W |
madrona.common.templatetags.absolute_media_url |
|
1 |
0 |
Unused import urlunparse from wildcard import |
W |
madrona.common.templatetags.absolute_media_url |
|
1 |
0 |
Unused import parse_qsl from wildcard import |
C |
madrona.common.templatetags.set_var |
|
25 |
0 |
Line too long (113/80) |
C |
madrona.common.templatetags.set_var |
|
1 |
0 |
Missing docstring |
C |
madrona.common.templatetags.set_var |
|
3 |
0 |
Invalid name "register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.templatetags.set_var |
SetVarNode |
5 |
0 |
Missing docstring |
W |
madrona.common.templatetags.set_var |
SetVarNode.__init__ |
7 |
4 |
__init__ method from base class 'Node' is not called |
W |
madrona.common.templatetags.set_var |
set_var |
19 |
12 |
Unused argument 'parser' |
C |
madrona.common.templatetags.layout_tags |
|
21 |
0 |
Line too long (114/80) |
C |
madrona.common.templatetags.layout_tags |
|
36 |
0 |
Line too long (87/80) |
C |
madrona.common.templatetags.layout_tags |
|
40 |
0 |
Line too long (160/80) |
C |
madrona.common.templatetags.layout_tags |
|
46 |
0 |
Line too long (160/80) |
C |
madrona.common.templatetags.layout_tags |
|
98 |
0 |
Line too long (142/80) |
C |
madrona.common.templatetags.layout_tags |
|
110 |
0 |
Line too long (81/80) |
C |
madrona.common.templatetags.layout_tags |
|
150 |
0 |
Line too long (145/80) |
C |
madrona.common.templatetags.layout_tags |
|
162 |
0 |
Line too long (81/80) |
C |
madrona.common.templatetags.layout_tags |
|
196 |
0 |
Line too long (140/80) |
C |
madrona.common.templatetags.layout_tags |
|
209 |
0 |
Line too long (81/80) |
C |
madrona.common.templatetags.layout_tags |
|
1 |
0 |
Missing docstring |
C |
madrona.common.templatetags.layout_tags |
|
3 |
0 |
Invalid name "register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.common.templatetags.layout_tags |
do_home_link |
6 |
17 |
Unused argument 'parser' |
C |
madrona.common.templatetags.layout_tags |
HomeLinkNode |
24 |
0 |
Missing docstring |
W |
madrona.common.templatetags.layout_tags |
HomeLinkNode.__init__ |
25 |
4 |
__init__ method from base class 'Node' is not called |
E |
madrona.common.templatetags.layout_tags |
do_back_link |
52 |
17 |
Using variable 'tab_id' before assignment |
W |
madrona.common.templatetags.layout_tags |
do_back_link |
35 |
17 |
Unused argument 'parser' |
C |
madrona.common.templatetags.layout_tags |
BackLinkNode |
57 |
0 |
Missing docstring |
W |
madrona.common.templatetags.layout_tags |
BackLinkNode.__init__ |
58 |
4 |
__init__ method from base class 'Node' is not called |
W |
madrona.common.templatetags.layout_tags |
do_footer |
73 |
22 |
Unused argument 'token' |
C |
madrona.common.templatetags.layout_tags |
FooterNode |
80 |
0 |
Missing docstring |
W |
madrona.common.templatetags.layout_tags |
FooterNode.__init__ |
81 |
4 |
__init__ method from base class 'Node' is not called |
W |
madrona.common.templatetags.layout_tags |
do_panel |
96 |
8 |
Unused variable 'tag_name' |
C |
madrona.common.templatetags.layout_tags |
PanelNode |
104 |
0 |
Missing docstring |
W |
madrona.common.templatetags.layout_tags |
PanelNode.__init__ |
105 |
4 |
__init__ method from base class 'Node' is not called |
W |
madrona.common.templatetags.layout_tags |
do_printable |
128 |
25 |
Unused argument 'token' |
W |
madrona.common.templatetags.layout_tags |
do_printable |
128 |
17 |
Unused argument 'parser' |
C |
madrona.common.templatetags.layout_tags |
PrintableNode |
135 |
0 |
Missing docstring |
W |
madrona.common.templatetags.layout_tags |
do_tabpanel |
148 |
8 |
Unused variable 'tag_name' |
C |
madrona.common.templatetags.layout_tags |
TabPanelNode |
155 |
0 |
Missing docstring |
W |
madrona.common.templatetags.layout_tags |
TabPanelNode.__init__ |
156 |
4 |
__init__ method from base class 'Node' is not called |
W |
madrona.common.templatetags.layout_tags |
do_tab |
194 |
8 |
Unused variable 'tag_name' |
C |
madrona.common.templatetags.layout_tags |
TabNode |
202 |
0 |
Missing docstring |
W |
madrona.common.templatetags.layout_tags |
TabNode.__init__ |
203 |
4 |
__init__ method from base class 'Node' is not called |
C |
madrona.common.templatetags |
|
1 |
0 |
Missing docstring |
C |
madrona.common.templatetags.percentage |
|
1 |
0 |
Missing docstring |
C |
madrona.common.templatetags.percentage |
|
3 |
0 |
Invalid name "register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.templatetags.percentage |
percentage |
5 |
0 |
Missing docstring |
C |
madrona.common.migrations.0001_initial |
|
13 |
0 |
Line too long (83/80) |
C |
madrona.common.migrations.0001_initial |
|
14 |
0 |
Line too long (95/80) |
C |
madrona.common.migrations.0001_initial |
|
15 |
0 |
Line too long (83/80) |
C |
madrona.common.migrations.0001_initial |
|
27 |
0 |
Line too long (85/80) |
C |
madrona.common.migrations.0001_initial |
|
28 |
0 |
Line too long (102/80) |
C |
madrona.common.migrations.0001_initial |
|
29 |
0 |
Line too long (84/80) |
C |
madrona.common.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.common.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.common.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.common.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.common.migrations.0001_initial |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.common.migrations.0001_initial |
Migration.backwards |
19 |
4 |
Missing docstring |
W |
madrona.common.migrations.0001_initial |
Migration.backwards |
19 |
24 |
Unused argument 'orm' |
R |
madrona.common.migrations.0001_initial |
Migration.backwards |
19 |
4 |
Method could be a function |
W |
madrona.common.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.common.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.common.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.common.uaparser.regexes |
|
76 |
0 |
Line too long (100/80) |
W |
madrona.common.uaparser.regexes |
|
19 |
0 |
Relative import 'parser', should be 'madrona.common.uaparser.parser' |
C |
madrona.common.uaparser.regexes |
|
22 |
0 |
Invalid name "browser_slash_v123_names" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.uaparser.regexes |
|
29 |
0 |
Invalid name "browser_slash_v12_names" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.uaparser.parser |
|
65 |
0 |
Line too long (88/80) |
C |
madrona.common.uaparser.parser |
|
104 |
0 |
Line too long (90/80) |
C |
madrona.common.uaparser.parser |
|
113 |
0 |
Line too long (84/80) |
W |
madrona.common.uaparser.parser |
|
20 |
0 |
Relative import 'regexes', should be 'madrona.common.uaparser.regexes' |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
36 |
8 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
37 |
8 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
38 |
8 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent |
22 |
0 |
Missing docstring |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
27 |
20 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
27 |
24 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
27 |
28 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
33 |
23 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
33 |
27 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.__init__ |
33 |
31 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.common.uaparser.parser |
UserAgent.__init__ |
33 |
36 |
Undefined variable 'cls' |
W |
madrona.common.uaparser.parser |
UserAgent.__init__ |
33 |
12 |
Unused variable 'cf_family' |
C |
madrona.common.uaparser.parser |
UserAgent.pretty |
40 |
4 |
Missing docstring |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
52 |
8 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
52 |
12 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
52 |
16 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
58 |
12 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
61 |
16 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
63 |
16 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
66 |
20 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
66 |
24 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
68 |
20 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.uaparser.parser |
UserAgent.parse_pretty |
53 |
16 |
Unused variable 'sep' |
C |
madrona.common.uaparser.parser |
UserAgent.pretty_print |
72 |
4 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.pretty_print |
72 |
4 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.pretty_print |
72 |
4 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.pretty_print |
72 |
29 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.pretty_print |
72 |
38 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgent.pretty_print |
72 |
47 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser |
85 |
0 |
Missing docstring |
C |
madrona.common.uaparser.parser |
UserAgentParser.MatchSpans |
99 |
4 |
Invalid name "MatchSpans" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser.MatchSpans |
99 |
4 |
Missing docstring |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
107 |
4 |
Invalid name "Parse" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
107 |
4 |
Missing docstring |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
108 |
16 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
108 |
20 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
108 |
24 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
120 |
16 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
122 |
16 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
124 |
16 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.parser |
UserAgentParser.Parse |
126 |
20 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser.tests |
|
1 |
0 |
Missing docstring |
C |
madrona.common.uaparser.tests |
|
3 |
0 |
Invalid name "fh" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.uaparser.__init__ |
|
23 |
0 |
Line too long (88/80) |
C |
madrona.common.uaparser |
|
1 |
0 |
Missing docstring |
W |
madrona.common.uaparser |
|
1 |
0 |
Relative import 'regexes', should be 'madrona.common.uaparser.regexes' |
W |
madrona.common.uaparser |
|
2 |
0 |
Relative import 'parser', should be 'madrona.common.uaparser.parser' |
W |
madrona.common.uaparser |
|
3 |
0 |
Relative import 'clientos', should be 'madrona.common.uaparser.clientos' |
C |
madrona.common.uaparser |
int_or_zero |
5 |
0 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser |
int_or_zero |
5 |
0 |
Missing docstring |
C |
madrona.common.uaparser |
int_or_zero |
5 |
16 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.uaparser |
int_or_zero |
8 |
4 |
No exception type(s) specified |
C |
madrona.common.uaparser |
browser_platform |
11 |
0 |
Invalid name "browser_platform" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.common.uaparser |
browser_platform.__init__ |
16 |
8 |
Invalid name "v1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser |
browser_platform.__init__ |
17 |
8 |
Invalid name "v2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser |
browser_platform.__init__ |
18 |
8 |
Invalid name "v3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser |
browser_platform |
11 |
0 |
Missing docstring |
C |
madrona.common.uaparser |
browser_platform.__init__ |
12 |
4 |
Comma not followed by a space
def __init__(self,ua):
^^ |
C |
madrona.common.uaparser |
browser_platform.__init__ |
12 |
4 |
Invalid name "ua" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser |
browser_platform.__init__ |
12 |
22 |
Invalid name "ua" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser |
browser_platform.__init__ |
13 |
8 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser |
browser_platform.__init__ |
14 |
8 |
Invalid name "b" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.uaparser |
browser_platform.__repr__ |
23 |
8 |
Comma not followed by a space
return "%s %d.%d.%d on %s" % (self.family,self.v1,self.v2,self.v3,self.platform)
^^ |
R |
madrona.common.uaparser |
browser_platform |
11 |
0 |
Too few public methods (0/2) |
C |
madrona.common.uaparser.clientos |
|
22 |
0 |
Line too long (87/80) |
C |
madrona.common.registration_backend.forms |
|
15 |
0 |
Line too long (124/80) |
C |
madrona.common.registration_backend.forms |
|
1 |
0 |
Missing docstring |
C |
madrona.common.registration_backend.forms |
|
5 |
0 |
Invalid name "attrs_dict" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.common.registration_backend.forms |
MadronaRegistrationForm |
10 |
0 |
Missing docstring |
C |
madrona.common.registration_backend.__init__ |
|
26 |
0 |
Line too long (108/80) |
C |
madrona.common.registration_backend.__init__ |
|
32 |
0 |
Line too long (100/80) |
C |
madrona.common.registration_backend.__init__ |
|
39 |
0 |
Line too long (91/80) |
C |
madrona.common.registration_backend |
|
1 |
0 |
Missing docstring |
C |
madrona.common.registration_backend |
CustomRegistrationForm |
11 |
0 |
Missing docstring |
C |
madrona.common.registration_backend |
LingcodBackend |
15 |
0 |
Missing docstring |
W |
madrona.common.registration_backend |
LingcodBackend.register |
28 |
11 |
Access to a protected member _meta of a client class |
E |
madrona.common.registration_backend |
LingcodBackend.register |
28 |
11 |
Class 'Site' has no '_meta' member |
C |
madrona.common.registration_backend.urls |
|
13 |
0 |
Line too long (84/80) |
C |
madrona.common.registration_backend.urls |
|
14 |
0 |
Line too long (81/80) |
C |
madrona.common.registration_backend.urls |
|
29 |
0 |
Line too long (86/80) |
C |
madrona.common.registration_backend.urls |
|
32 |
0 |
Line too long (84/80) |
W |
madrona.common.registration_backend.urls |
|
5 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.common.registration_backend.urls |
|
11 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
E |
madrona.common.registration_backend.urls |
|
13 |
8 |
No value passed for parameter 'cls' in function call |
E |
madrona.common.registration_backend.urls |
|
29 |
8 |
No value passed for parameter 'cls' in function call |
E |
madrona.common.registration_backend.urls |
|
32 |
8 |
No value passed for parameter 'cls' in function call |
W |
madrona.common.registration_backend.urls |
|
5 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.common.registration_backend.urls |
|
5 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.common.registration_backend.urls |
|
5 |
0 |
Unused import warnings from wildcard import |
W |
madrona.common.registration_backend.urls |
|
5 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.common.management |
|
1 |
0 |
Missing docstring |
C |
madrona.common.management.commands.site |
|
20 |
0 |
Line too long (220/80) |
C |
madrona.common.management.commands.site |
|
1 |
0 |
Missing docstring |
C |
madrona.common.management.commands.site |
Command |
7 |
0 |
Missing docstring |
C |
madrona.common.management.commands.site |
Command.handle |
15 |
8 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.management.commands.site |
Command.handle |
15 |
11 |
Unused variable 'created' |
W |
madrona.common.management.commands.site |
|
1 |
0 |
Unused import AppCommand |
W |
madrona.common.management.commands.site |
|
2 |
0 |
Unused import make_option |
C |
madrona.common.management.commands.install_cleangeometry |
|
6 |
0 |
Line too long (103/80) |
C |
madrona.common.management.commands.install_cleangeometry |
|
9 |
0 |
Line too long (88/80) |
C |
madrona.common.management.commands.install_cleangeometry |
|
23 |
0 |
Line too long (122/80) |
C |
madrona.common.management.commands.install_cleangeometry |
|
24 |
0 |
Line too long (237/80) |
C |
madrona.common.management.commands.install_cleangeometry |
|
1 |
0 |
Missing docstring |
C |
madrona.common.management.commands.install_cleangeometry |
Command |
5 |
0 |
Missing docstring |
W |
madrona.common.management.commands.install_cleangeometry |
|
1 |
0 |
Unused import AppCommand |
W |
madrona.common.management.commands.install_cleangeometry |
|
2 |
0 |
Unused import transaction |
C |
madrona.common.management.commands.install_media |
|
18 |
0 |
Line too long (98/80) |
C |
madrona.common.management.commands.install_media |
|
19 |
0 |
Line too long (82/80) |
C |
madrona.common.management.commands.install_media |
|
24 |
0 |
Line too long (106/80) |
C |
madrona.common.management.commands.install_media |
|
25 |
0 |
Line too long (87/80) |
C |
madrona.common.management.commands.install_media |
|
26 |
0 |
Line too long (108/80) |
C |
madrona.common.management.commands.install_media |
|
27 |
0 |
Line too long (109/80) |
C |
madrona.common.management.commands.install_media |
|
29 |
0 |
Line too long (83/80) |
C |
madrona.common.management.commands.install_media |
|
48 |
0 |
Line too long (122/80) |
C |
madrona.common.management.commands.install_media |
|
49 |
0 |
Line too long (118/80) |
C |
madrona.common.management.commands.install_media |
|
50 |
0 |
Line too long (125/80) |
C |
madrona.common.management.commands.install_media |
|
68 |
0 |
Line too long (125/80) |
C |
madrona.common.management.commands.install_media |
|
73 |
0 |
Line too long (81/80) |
C |
madrona.common.management.commands.install_media |
|
98 |
0 |
Line too long (89/80) |
C |
madrona.common.management.commands.install_media |
|
112 |
0 |
Line too long (95/80) |
C |
madrona.common.management.commands.install_media |
|
120 |
0 |
Line too long (86/80) |
C |
madrona.common.management.commands.install_media |
|
124 |
0 |
Line too long (98/80) |
C |
madrona.common.management.commands.install_media |
|
130 |
0 |
Line too long (103/80) |
C |
madrona.common.management.commands.install_media |
|
142 |
0 |
Line too long (116/80) |
C |
madrona.common.management.commands.install_media |
|
143 |
0 |
Line too long (90/80) |
C |
madrona.common.management.commands.install_media |
|
145 |
0 |
Line too long (101/80) |
C |
madrona.common.management.commands.install_media |
|
149 |
0 |
Line too long (91/80) |
C |
madrona.common.management.commands.install_media |
|
158 |
0 |
Line too long (110/80) |
C |
madrona.common.management.commands.install_media |
|
162 |
0 |
Line too long (118/80) |
C |
madrona.common.management.commands.install_media |
|
1 |
0 |
Missing docstring |
C |
madrona.common.management.commands.install_media |
Command |
13 |
0 |
Missing docstring |
W |
madrona.common.management.commands.install_media |
Command.handle |
35 |
0 |
Unused argument 'app_labels' |
C |
madrona.common.management.commands.install_media |
Command.get_madrona_dir |
66 |
4 |
Missing docstring |
C |
madrona.common.management.commands.install_media |
Command.get_madrona_dir |
68 |
8 |
Comma not followed by a space
madrona_media_dir = os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)),'..','..','..','media'))
^^ |
R |
madrona.common.management.commands.install_media |
Command.get_madrona_dir |
66 |
4 |
Method could be a function |
C |
madrona.common.management.commands.install_media |
Command.get_project_dir |
71 |
4 |
Missing docstring |
R |
madrona.common.management.commands.install_media |
Command.get_project_dir |
71 |
4 |
Method could be a function |
C |
madrona.common.management.commands.install_media |
Command.get_admin_dir |
80 |
4 |
Missing docstring |
R |
madrona.common.management.commands.install_media |
Command.get_admin_dir |
80 |
4 |
Method could be a function |
C |
madrona.common.management.commands.install_media |
Command.copy_media_to_root |
85 |
4 |
Missing docstring |
C |
madrona.common.management.commands.install_media |
Command.compile_media |
96 |
4 |
Missing docstring |
C |
madrona.common.management.commands.install_media |
Command.remove_uncompressed_media |
110 |
4 |
Missing docstring |
C |
madrona.common.management.commands.install_media |
Command.change_mediaroot_owner |
118 |
4 |
Missing docstring |
C |
madrona.common.management.commands.install_media |
Command.change_mediaroot_owner |
137 |
24 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.management.commands.install_media |
Command.change_mediaroot_owner |
139 |
24 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.management.commands.install_media |
Command.copy_mediaroot_to_s3 |
151 |
4 |
Missing docstring |
C |
madrona.common.management.commands.install_media |
Command.copy_mediaroot_to_s3 |
174 |
16 |
Invalid name "nm" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.common.management.commands.install_media |
Command.copy_mediaroot_to_s3 |
173 |
17 |
Unused variable 'dirs' |
W |
madrona.common.management.commands.install_media |
Command.handle |
38 |
8 |
Attribute 'media_root' defined outside __init__ |
W |
madrona.common.management.commands.install_media |
Command.handle |
39 |
8 |
Attribute 'force_compress' defined outside __init__ |
W |
madrona.common.management.commands.install_media |
Command.handle |
37 |
8 |
Attribute 'include_admin' defined outside __init__ |
W |
madrona.common.management.commands.install_media |
Command.handle |
36 |
8 |
Attribute 'dry_run' defined outside __init__ |
W |
madrona.common.management.commands.install_media |
|
6 |
0 |
Unused import glob |
W |
madrona.common.management.commands.install_media |
|
5 |
0 |
Unused import sys |
W |
madrona.common.management.commands.install_media |
|
1 |
0 |
Unused import CommandError |
W |
madrona.common.management.commands.install_media |
|
7 |
0 |
Unused import shutil |
C |
madrona.common.management.commands.clear_cache |
|
1 |
0 |
Missing docstring |
C |
madrona.common.management.commands.clear_cache |
Command |
4 |
0 |
Missing docstring |
W |
madrona.common.management.commands.clear_cache |
Command.handle |
5 |
0 |
Unused argument 'kwargs' |
C |
madrona.common.management.commands.runprofileserver |
|
8 |
0 |
Line too long (90/80) |
C |
madrona.common.management.commands.runprofileserver |
|
21 |
0 |
Line too long (92/80) |
C |
madrona.common.management.commands.runprofileserver |
|
49 |
0 |
Line too long (109/80) |
C |
madrona.common.management.commands.runprofileserver |
|
50 |
0 |
Line too long (81/80) |
C |
madrona.common.management.commands.runprofileserver |
|
71 |
0 |
Line too long (84/80) |
C |
madrona.common.management.commands.runprofileserver |
|
84 |
0 |
Line too long (87/80) |
C |
madrona.common.management.commands.runprofileserver |
|
91 |
0 |
Line too long (88/80) |
C |
madrona.common.management.commands.runprofileserver |
|
97 |
0 |
Line too long (99/80) |
C |
madrona.common.management.commands.runprofileserver |
|
110 |
0 |
Line too long (83/80) |
C |
madrona.common.management.commands.runprofileserver |
|
111 |
0 |
Line too long (82/80) |
C |
madrona.common.management.commands.runprofileserver |
|
1 |
0 |
Missing docstring |
C |
madrona.common.management.commands.runprofileserver |
Command |
6 |
0 |
Missing docstring |
R |
madrona.common.management.commands.runprofileserver |
Command.handle |
19 |
4 |
Too many local variables (17/15) |
C |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run |
44 |
8 |
Missing docstring |
C |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run.make_profiler_handler |
69 |
16 |
Missing docstring |
C |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run.make_profiler_handler.handler |
70 |
20 |
Missing docstring |
C |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run.make_profiler_handler.handler |
80 |
24 |
Invalid name "fd" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run.make_profiler_handler.handler |
89 |
28 |
Comma not followed by a space
stats.print_stats('madrona',20)
^^ |
C |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run |
99 |
40 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run |
101 |
16 |
Invalid name "ERRORS" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run |
110 |
33 |
Instance of 'dummy' has no 'ERROR' member (but some types could not be inferred) |
W |
madrona.common.management.commands.runprofileserver |
Command.handle.inner_run |
112 |
16 |
Access to a protected member _exit of a client class |
R |
madrona.common.management.commands.runprofileserver |
Command.handle |
19 |
4 |
Too many branches (21/12) |
C |
madrona.common.management.commands |
|
1 |
0 |
Missing docstring |
C |
madrona.xyquery.models |
|
1 |
0 |
Missing docstring |
C |
madrona.xyquery.models |
Layer |
5 |
0 |
Missing docstring |
C |
madrona.xyquery.models |
Layer |
6 |
4 |
Comma not followed by a space
name = models.CharField(max_length=50,unique=True)
^^ |
C |
madrona.xyquery.models |
Feature |
11 |
0 |
Missing docstring |
C |
madrona.xyquery.models |
Attribute |
20 |
0 |
Missing docstring |
C |
madrona.xyquery.models |
Attribute.__unicode__ |
26 |
8 |
Comma not followed by a space
return u"%s::%s" % (self.key,self.value)
^^ |
C |
madrona.xyquery.models |
|
28 |
0 |
Invalid name "rastdir" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.xyquery.models |
Raster |
32 |
0 |
Missing docstring |
C |
madrona.xyquery.views |
|
15 |
0 |
Line too long (88/80) |
C |
madrona.xyquery.views |
|
34 |
0 |
Line too long (81/80) |
C |
madrona.xyquery.views |
|
1 |
0 |
Missing docstring |
W |
madrona.xyquery.views |
|
6 |
0 |
Relative import 'models', should be 'madrona.xyquery.models' |
C |
madrona.xyquery.views |
query |
9 |
0 |
Missing docstring |
R |
madrona.xyquery.views |
query |
9 |
0 |
Too many local variables (17/15) |
C |
madrona.xyquery.views |
query |
10 |
4 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
query |
11 |
4 |
Invalid name "y" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
query |
12 |
4 |
Comma not followed by a space
pnt = GEOSPoint(x,y,srid=4326)
^^ |
E |
madrona.xyquery.views |
query |
18 |
18 |
Class 'Attribute' has no 'objects' member |
E |
madrona.xyquery.views |
query |
23 |
14 |
Class 'Raster' has no 'objects' member |
C |
madrona.xyquery.views |
query |
25 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
query |
28 |
8 |
Comma not followed by a space
pnt_proj = pnt.transform(srs,clone=True)
^^ |
C |
madrona.xyquery.views |
query |
29 |
8 |
Comma not followed by a space
for band in range(1,numbands + 1):
^^ |
E |
madrona.xyquery.views |
query |
30 |
33 |
Instance of 'GEOSGeometry' has no 'x' member (but some types could not be inferred) |
E |
madrona.xyquery.views |
query |
30 |
45 |
Instance of 'GEOSGeometry' has no 'y' member (but some types could not be inferred) |
C |
madrona.xyquery.views |
getRasterValue |
36 |
0 |
Comma not followed by a space
def getRasterValue(x,y,ds,bandnum=1):
^^ |
C |
madrona.xyquery.views |
getRasterValue |
36 |
0 |
Invalid name "getRasterValue" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
getRasterValue |
36 |
0 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
getRasterValue |
36 |
0 |
Invalid name "y" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
getRasterValue |
36 |
0 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
getRasterValue |
36 |
0 |
Missing docstring |
C |
madrona.xyquery.views |
getRasterValue |
36 |
19 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
getRasterValue |
36 |
21 |
Invalid name "y" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
getRasterValue |
36 |
23 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.xyquery.views |
getRasterValue |
38 |
4 |
Invalid name "gt" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.xyquery.views |
getRasterValue |
50 |
4 |
No exception type(s) specified |
C |
madrona.xyquery.views |
getRasterValue |
43 |
8 |
Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.xyquery.views |
|
1 |
0 |
Unused import struct |
C |
madrona.xyquery.admin |
|
1 |
0 |
Missing docstring |
W |
madrona.xyquery.admin |
|
2 |
0 |
Relative import 'models', should be 'madrona.xyquery.models' |
C |
madrona.xyquery.admin |
LayerAdmin |
4 |
0 |
Missing docstring |
R |
madrona.xyquery.admin |
LayerAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.xyquery.admin |
FeatureAdmin |
7 |
0 |
Missing docstring |
R |
madrona.xyquery.admin |
FeatureAdmin |
7 |
0 |
Too many public methods (51/20) |
C |
madrona.xyquery.admin |
AttributeAdmin |
10 |
0 |
Missing docstring |
R |
madrona.xyquery.admin |
AttributeAdmin |
10 |
0 |
Too many public methods (50/20) |
C |
madrona.xyquery.admin |
RasterAdmin |
13 |
0 |
Missing docstring |
R |
madrona.xyquery.admin |
RasterAdmin |
13 |
0 |
Too many public methods (50/20) |
C |
madrona.xyquery |
|
1 |
0 |
Missing docstring |
C |
madrona.xyquery.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.xyquery.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.xyquery.urls |
|
3 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.xyquery.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.xyquery.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.xyquery.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.xyquery.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.xyquery.urls |
|
1 |
0 |
Unused import url from wildcard import |
W |
madrona.xyquery.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.xyquery.management |
|
1 |
0 |
Missing docstring |
C |
madrona.xyquery.management.commands.loadraster |
|
35 |
0 |
Line too long (102/80) |
C |
madrona.xyquery.management.commands.loadraster |
|
49 |
0 |
Line too long (105/80) |
C |
madrona.xyquery.management.commands.loadraster |
|
50 |
0 |
Line too long (85/80) |
C |
madrona.xyquery.management.commands.loadraster |
|
55 |
0 |
Line too long (131/80) |
C |
madrona.xyquery.management.commands.loadraster |
|
68 |
0 |
Line too long (85/80) |
C |
madrona.xyquery.management.commands.loadraster |
|
1 |
0 |
Missing docstring |
C |
madrona.xyquery.management.commands.loadraster |
Command |
13 |
0 |
Missing docstring |
C |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
23 |
4 |
Comma not followed by a space
def parse_layer(self,rast, layername, srs):
^^ |
C |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
23 |
4 |
Missing docstring |
C |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
24 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
43 |
12 |
No exception type(s) specified |
E |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
41 |
26 |
Class 'Layer' has no 'objects' member |
C |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
49 |
8 |
Comma not followed by a space
vrtpath = os.path.abspath(os.path.join(settings.MEDIA_ROOT,"xyquery_rasters",layername + ".vrt"))
^^ |
C |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
53 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
51 |
8 |
Unused variable 'output' |
R |
madrona.xyquery.management.commands.loadraster |
Command.parse_layer |
23 |
4 |
Method could be a function |
C |
madrona.xyquery.management.commands.loadraster |
Command.handle |
70 |
8 |
Comma not followed by a space
srs = options.get('srs',None)
^^ |
C |
madrona.xyquery.management.commands.loadraster |
Command.handle |
71 |
8 |
Comma not followed by a space
layername = options.get('name',None)
^^ |
W |
madrona.xyquery.management.commands.loadraster |
|
2 |
0 |
Unused import sys |
W |
madrona.xyquery.management.commands.loadraster |
|
6 |
0 |
Unused import SortedDict |
W |
madrona.xyquery.management.commands.loadraster |
|
5 |
0 |
Unused import CommandError |
W |
madrona.xyquery.management.commands.loadraster |
|
7 |
0 |
Unused import SpatialReference |
C |
madrona.xyquery.management.commands.loadshp |
|
16 |
0 |
Line too long (107/80) |
C |
madrona.xyquery.management.commands.loadshp |
|
52 |
0 |
Line too long (81/80) |
C |
madrona.xyquery.management.commands.loadshp |
|
53 |
0 |
Line too long (101/80) |
C |
madrona.xyquery.management.commands.loadshp |
|
61 |
0 |
Line too long (81/80) |
C |
madrona.xyquery.management.commands.loadshp |
|
69 |
0 |
Line too long (88/80) |
C |
madrona.xyquery.management.commands.loadshp |
|
1 |
0 |
Missing docstring |
C |
madrona.xyquery.management.commands.loadshp |
Command |
11 |
0 |
Missing docstring |
C |
madrona.xyquery.management.commands.loadshp |
Command.parse_layer |
22 |
4 |
Comma not followed by a space
def parse_layer(self,shapefile, layername, fields_of_interest):
^^ |
C |
madrona.xyquery.management.commands.loadshp |
Command.parse_layer |
22 |
4 |
Missing docstring |
R |
madrona.xyquery.management.commands.loadshp |
Command.parse_layer |
22 |
4 |
Too many local variables (18/15) |
C |
madrona.xyquery.management.commands.loadshp |
Command.parse_layer |
23 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.xyquery.management.commands.loadshp |
Command.parse_layer |
32 |
12 |
No exception type(s) specified |
E |
madrona.xyquery.management.commands.loadshp |
Command.parse_layer |
30 |
26 |
Class 'Layer' has no 'objects' member |
C |
madrona.xyquery.management.commands.loadshp |
Command.parse_layer |
44 |
16 |
Comma not followed by a space
the_geometry = feat.geom.transform(wgs84,clone=True)
^^ |
R |
madrona.xyquery.management.commands.loadshp |
Command.parse_layer |
22 |
4 |
Method could be a function |
C |
madrona.xyquery.management.commands.loadshp |
Command.handle |
71 |
8 |
Comma not followed by a space
layername = options.get('name',None)
^^ |
C |
madrona.xyquery.management.commands.loadshp |
Command.handle |
74 |
8 |
Comma not followed by a space
fields_of_interest = options.get('fields',[])
^^ |
W |
madrona.xyquery.management.commands.loadshp |
|
3 |
0 |
Unused import SortedDict |
W |
madrona.xyquery.management.commands.loadshp |
|
2 |
0 |
Unused import CommandError |
C |
madrona.xyquery.management.commands |
|
1 |
0 |
Missing docstring |
C |
madrona.news.models |
|
21 |
0 |
Line too long (156/80) |
C |
madrona.news.models |
|
25 |
0 |
Line too long (97/80) |
C |
madrona.news.models |
|
1 |
0 |
Missing docstring |
C |
madrona.news.models |
Tag |
6 |
0 |
Missing docstring |
E |
madrona.news.models |
Tag.save |
14 |
15 |
Instance of 'Tag' has no 'id' member |
C |
madrona.news.models |
Entry |
18 |
0 |
Missing docstring |
C |
madrona.news.models |
Entry |
21 |
4 |
Comma not followed by a space
summary = models.CharField(max_length=200,blank=True,null=True,help_text="One sentence. If not supplied, whole body text will show up in archive view.")
^^ |
C |
madrona.news.models |
Entry |
27 |
4 |
Comma not followed by a space
modified_on = models.DateTimeField(auto_now=True,editable=False)
^^ |
W |
madrona.news.models |
Entry.Meta |
29 |
4 |
Class has no __init__ method |
C |
madrona.news.models |
Entry.Meta |
29 |
4 |
Missing docstring |
R |
madrona.news.models |
Entry.Meta |
29 |
4 |
Too few public methods (0/2) |
E |
madrona.news.models |
Entry.save |
38 |
15 |
Instance of 'Entry' has no 'id' member |
W |
madrona.news.models |
|
4 |
0 |
Unused import datetime |
C |
madrona.news.views |
|
1 |
0 |
Missing docstring |
C |
madrona.news.admin |
|
1 |
0 |
Missing docstring |
W |
madrona.news.admin |
|
2 |
0 |
Relative import 'models', should be 'madrona.news.models' |
C |
madrona.news.admin |
TagAdmin |
4 |
0 |
Missing docstring |
R |
madrona.news.admin |
TagAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.news.admin |
EntriesAdmin |
7 |
0 |
Missing docstring |
R |
madrona.news.admin |
EntriesAdmin |
7 |
0 |
Too many public methods (50/20) |
C |
madrona.news.tests |
SimpleTest |
10 |
0 |
Missing docstring |
R |
madrona.news.tests |
SimpleTest |
10 |
0 |
Too many public methods (61/20) |
C |
madrona.news |
|
1 |
0 |
Missing docstring |
C |
madrona.news.urls |
|
19 |
0 |
Line too long (91/80) |
C |
madrona.news.urls |
|
20 |
0 |
Line too long (83/80) |
C |
madrona.news.urls |
|
23 |
0 |
Line too long (82/80) |
C |
madrona.news.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.news.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
W |
madrona.news.urls |
|
4 |
0 |
Relative import 'models', should be 'madrona.news.models' |
C |
madrona.news.urls |
|
6 |
0 |
Invalid name "entry_dict" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
E |
madrona.news.urls |
|
7 |
16 |
Class 'Entry' has no 'objects' member |
C |
madrona.news.urls |
|
11 |
0 |
Invalid name "tag_dict" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
E |
madrona.news.urls |
|
12 |
16 |
Class 'Tag' has no 'objects' member |
C |
madrona.news.urls |
|
15 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.news.urls |
|
17 |
8 |
Used * or ** magic |
W |
madrona.news.urls |
|
20 |
8 |
Used * or ** magic |
E |
madrona.news.urls |
|
23 |
8 |
No value passed for parameter 'cls' in function call |
W |
madrona.news.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.news.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.news.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.news.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.news.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.news.migrations.0001_initial |
|
13 |
0 |
Line too long (97/80) |
C |
madrona.news.migrations.0001_initial |
|
14 |
0 |
Line too long (83/80) |
C |
madrona.news.migrations.0001_initial |
|
15 |
0 |
Line too long (82/80) |
C |
madrona.news.migrations.0001_initial |
|
22 |
0 |
Line too long (110/80) |
C |
madrona.news.migrations.0001_initial |
|
23 |
0 |
Line too long (99/80) |
C |
madrona.news.migrations.0001_initial |
|
24 |
0 |
Line too long (84/80) |
C |
madrona.news.migrations.0001_initial |
|
25 |
0 |
Line too long (109/80) |
C |
madrona.news.migrations.0001_initial |
|
26 |
0 |
Line too long (105/80) |
C |
madrona.news.migrations.0001_initial |
|
27 |
0 |
Line too long (83/80) |
C |
madrona.news.migrations.0001_initial |
|
28 |
0 |
Line too long (101/80) |
C |
madrona.news.migrations.0001_initial |
|
29 |
0 |
Line too long (97/80) |
C |
madrona.news.migrations.0001_initial |
|
35 |
0 |
Line too long (93/80) |
C |
madrona.news.migrations.0001_initial |
|
55 |
0 |
Line too long (85/80) |
C |
madrona.news.migrations.0001_initial |
|
56 |
0 |
Line too long (102/80) |
C |
madrona.news.migrations.0001_initial |
|
57 |
0 |
Line too long (133/80) |
C |
madrona.news.migrations.0001_initial |
|
60 |
0 |
Line too long (104/80) |
C |
madrona.news.migrations.0001_initial |
|
61 |
0 |
Line too long (89/80) |
C |
madrona.news.migrations.0001_initial |
|
62 |
0 |
Line too long (122/80) |
C |
madrona.news.migrations.0001_initial |
|
63 |
0 |
Line too long (85/80) |
C |
madrona.news.migrations.0001_initial |
|
64 |
0 |
Line too long (83/80) |
C |
madrona.news.migrations.0001_initial |
|
68 |
0 |
Line too long (111/80) |
C |
madrona.news.migrations.0001_initial |
|
69 |
0 |
Line too long (103/80) |
C |
madrona.news.migrations.0001_initial |
|
70 |
0 |
Line too long (107/80) |
C |
madrona.news.migrations.0001_initial |
|
71 |
0 |
Line too long (124/80) |
C |
madrona.news.migrations.0001_initial |
|
72 |
0 |
Line too long (85/80) |
C |
madrona.news.migrations.0001_initial |
|
73 |
0 |
Line too long (108/80) |
C |
madrona.news.migrations.0001_initial |
|
74 |
0 |
Line too long (108/80) |
C |
madrona.news.migrations.0001_initial |
|
75 |
0 |
Line too long (112/80) |
C |
madrona.news.migrations.0001_initial |
|
76 |
0 |
Line too long (110/80) |
C |
madrona.news.migrations.0001_initial |
|
77 |
0 |
Line too long (106/80) |
C |
madrona.news.migrations.0001_initial |
|
78 |
0 |
Line too long (89/80) |
C |
madrona.news.migrations.0001_initial |
|
79 |
0 |
Line too long (139/80) |
C |
madrona.news.migrations.0001_initial |
|
80 |
0 |
Line too long (105/80) |
C |
madrona.news.migrations.0001_initial |
|
83 |
0 |
Line too long (136/80) |
C |
madrona.news.migrations.0001_initial |
|
84 |
0 |
Line too long (90/80) |
C |
madrona.news.migrations.0001_initial |
|
85 |
0 |
Line too long (85/80) |
C |
madrona.news.migrations.0001_initial |
|
86 |
0 |
Line too long (86/80) |
C |
madrona.news.migrations.0001_initial |
|
87 |
0 |
Line too long (84/80) |
C |
madrona.news.migrations.0001_initial |
|
91 |
0 |
Line too long (101/80) |
C |
madrona.news.migrations.0001_initial |
|
93 |
0 |
Line too long (85/80) |
C |
madrona.news.migrations.0001_initial |
|
94 |
0 |
Line too long (108/80) |
C |
madrona.news.migrations.0001_initial |
|
95 |
0 |
Line too long (112/80) |
C |
madrona.news.migrations.0001_initial |
|
96 |
0 |
Line too long (117/80) |
C |
madrona.news.migrations.0001_initial |
|
97 |
0 |
Line too long (104/80) |
C |
madrona.news.migrations.0001_initial |
|
98 |
0 |
Line too long (121/80) |
C |
madrona.news.migrations.0001_initial |
|
99 |
0 |
Line too long (103/80) |
C |
madrona.news.migrations.0001_initial |
|
100 |
0 |
Line too long (85/80) |
C |
madrona.news.migrations.0001_initial |
|
104 |
0 |
Line too long (85/80) |
C |
madrona.news.migrations.0001_initial |
|
105 |
0 |
Line too long (84/80) |
C |
madrona.news.migrations.0001_initial |
|
106 |
0 |
Line too long (103/80) |
C |
madrona.news.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.news.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.news.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.news.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.news.migrations.0001_initial |
Migration.backwards |
41 |
4 |
Missing docstring |
W |
madrona.news.migrations.0001_initial |
Migration.backwards |
41 |
24 |
Unused argument 'orm' |
R |
madrona.news.migrations.0001_initial |
Migration.backwards |
41 |
4 |
Method could be a function |
W |
madrona.news.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.news.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.loadshp.models |
|
1 |
0 |
Missing docstring |
C |
madrona.loadshp.forms |
|
32 |
0 |
Line too long (87/80) |
C |
madrona.loadshp.forms |
|
37 |
0 |
Line too long (89/80) |
C |
madrona.loadshp.forms |
|
39 |
0 |
Line too long (91/80) |
C |
madrona.loadshp.forms |
|
70 |
0 |
Line too long (85/80) |
C |
madrona.loadshp.forms |
|
75 |
0 |
Line too long (88/80) |
C |
madrona.loadshp.forms |
|
91 |
0 |
Line too long (93/80) |
C |
madrona.loadshp.forms |
|
93 |
0 |
Line too long (100/80) |
C |
madrona.loadshp.forms |
|
95 |
0 |
Line too long (96/80) |
C |
madrona.loadshp.forms |
|
119 |
0 |
Line too long (105/80) |
C |
madrona.loadshp.forms |
|
121 |
0 |
Line too long (115/80) |
C |
madrona.loadshp.forms |
|
123 |
0 |
Line too long (92/80) |
C |
madrona.loadshp.forms |
|
124 |
0 |
Line too long (117/80) |
C |
madrona.loadshp.forms |
|
126 |
0 |
Line too long (102/80) |
C |
madrona.loadshp.forms |
|
132 |
0 |
Line too long (96/80) |
C |
madrona.loadshp.forms |
|
133 |
0 |
Line too long (129/80) |
C |
madrona.loadshp.forms |
|
136 |
0 |
Line too long (123/80) |
C |
madrona.loadshp.forms |
|
1 |
0 |
Missing docstring |
C |
madrona.loadshp.forms |
UploadForm |
14 |
0 |
Missing docstring |
C |
madrona.loadshp.forms |
UploadForm |
18 |
4 |
Comma not followed by a space
supported_geomtypes = ['Polygon','Point','Line']
^^ |
C |
madrona.loadshp.forms |
UploadForm.clean_file_obj |
21 |
4 |
Missing docstring |
C |
madrona.loadshp.forms |
UploadForm.clean_file_obj |
22 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.loadshp.forms |
UploadForm.handle |
27 |
4 |
Comma not followed by a space
def handle(self,filefield_data,user):
^^ |
R |
madrona.loadshp.forms |
UploadForm.handle |
27 |
4 |
Too many local variables (16/15) |
C |
madrona.loadshp.forms |
UploadForm.handle |
32 |
8 |
Comma not followed by a space
upload_dir = os.path.join(settings.MEDIA_ROOT,'upload','loadshp',user.username)
^^ |
C |
madrona.loadshp.forms |
UploadForm.handle |
43 |
12 |
Comma not followed by a space
downloaded_file = '%s_%s%s' % (name,append,ext)
^^ |
C |
madrona.loadshp.forms |
UploadForm.handle |
46 |
8 |
Comma not followed by a space
self.write_file(downloaded_file,filefield_data)
^^ |
C |
madrona.loadshp.forms |
UploadForm.handle |
53 |
12 |
Comma not followed by a space
shp_part = '%s%s%s' % (tmp_dir,os.path.sep,info.filename)
^^ |
C |
madrona.loadshp.forms |
UploadForm.handle |
60 |
8 |
Comma not followed by a space
ds = gdal.DataSource('%s%s%s.shp' % (tmp_dir,os.path.sep,ds_name))
^^ |
C |
madrona.loadshp.forms |
UploadForm.handle |
60 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.loadshp.forms |
UploadForm.write_file |
63 |
4 |
Comma not followed by a space
def write_file(self,filename,filefield_data):
^^ |
C |
madrona.loadshp.forms |
UploadForm.write_file |
63 |
4 |
Missing docstring |
R |
madrona.loadshp.forms |
UploadForm.write_file |
63 |
4 |
Method could be a function |
C |
madrona.loadshp.forms |
UploadForm.check_zip_contents |
69 |
4 |
Missing docstring |
R |
madrona.loadshp.forms |
UploadForm.check_zip_contents |
69 |
4 |
Method could be a function |
C |
madrona.loadshp.forms |
UploadForm.validate |
74 |
4 |
Comma not followed by a space
def validate(self,filefield_data):
^^ |
C |
madrona.loadshp.forms |
UploadForm.validate |
81 |
8 |
Comma not followed by a space
self.write_file(tmp.name,filefield_data)
^^ |
C |
madrona.loadshp.forms |
UploadForm.validate |
101 |
12 |
Comma not followed by a space
shp_part = '%s%s%s' % (tmp_dir,os.path.sep,info.filename)
^^ |
C |
madrona.loadshp.forms |
UploadForm.validate |
110 |
8 |
Comma not followed by a space
ds = gdal.DataSource('%s%s%s.shp' % (tmp_dir,os.path.sep,ds_name))
^^ |
C |
madrona.loadshp.forms |
UploadForm.validate |
110 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.loadshp.forms |
UploadForm.validate |
128 |
12 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.loadshp.forms |
UploadForm.validate |
74 |
4 |
Too many return statements (11/6) |
R |
madrona.loadshp.forms |
UploadForm.validate |
74 |
4 |
Too many branches (14/12) |
W |
madrona.loadshp.forms |
|
7 |
0 |
Unused import _ |
C |
madrona.loadshp.views |
|
41 |
0 |
Line too long (89/80) |
C |
madrona.loadshp.views |
|
43 |
0 |
Line too long (98/80) |
C |
madrona.loadshp.views |
|
44 |
0 |
Line too long (89/80) |
C |
madrona.loadshp.views |
|
47 |
0 |
Line too long (118/80) |
C |
madrona.loadshp.views |
|
50 |
0 |
Line too long (81/80) |
C |
madrona.loadshp.views |
|
1 |
0 |
Missing docstring |
W |
madrona.loadshp.views |
|
9 |
0 |
Relative import 'forms', should be 'madrona.loadshp.forms' |
C |
madrona.loadshp.views |
load_single_shp |
31 |
12 |
Comma not followed by a space
layer = form.handle(request.FILES['file_obj'],user)
^^ |
C |
madrona.loadshp.views |
load_single_shp |
32 |
12 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.loadshp.views |
load_single_shp |
36 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.loadshp.views |
load_single_shp |
41 |
12 |
Comma not followed by a space
return HttpResponse('<textarea>' + json + '</textarea>',mimetype="text/html")
^^ |
C |
madrona.loadshp.views |
load_single_shp |
44 |
12 |
Comma not followed by a space
return HttpResponse('<textarea>' + json + '</textarea>',mimetype="text/html")
^^ |
C |
madrona.loadshp.views |
load_single_shp |
47 |
8 |
Comma not followed by a space
return render_to_response('loadshp/upload.html', RequestContext(request,{'form': form,'action':request.path}))
^^ |
W |
madrona.loadshp.views |
|
7 |
0 |
Unused import mimetypes |
W |
madrona.loadshp.views |
|
3 |
0 |
Unused import settings |
W |
madrona.loadshp.views |
|
8 |
0 |
Unused import kml_errors |
C |
madrona.loadshp |
|
1 |
0 |
Missing docstring |
C |
madrona.loadshp.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.loadshp.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.loadshp.urls |
|
3 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.loadshp.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.loadshp.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.loadshp.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.loadshp.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.loadshp.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.features.models |
|
34 |
0 |
Line too long (82/80) |
C |
madrona.features.models |
|
65 |
0 |
Line too long (82/80) |
C |
madrona.features.models |
|
152 |
0 |
Line too long (90/80) |
C |
madrona.features.models |
|
228 |
0 |
Line too long (83/80) |
C |
madrona.features.models |
|
229 |
0 |
Line too long (110/80) |
C |
madrona.features.models |
|
231 |
0 |
Line too long (83/80) |
C |
madrona.features.models |
|
247 |
0 |
Line too long (88/80) |
C |
madrona.features.models |
|
269 |
0 |
Line too long (82/80) |
C |
madrona.features.models |
|
322 |
0 |
Line too long (89/80) |
C |
madrona.features.models |
|
444 |
0 |
Line too long (88/80) |
C |
madrona.features.models |
|
452 |
0 |
Line too long (102/80) |
C |
madrona.features.models |
|
460 |
0 |
Line too long (87/80) |
C |
madrona.features.models |
|
502 |
0 |
Line too long (104/80) |
C |
madrona.features.models |
|
618 |
0 |
Line too long (91/80) |
C |
madrona.features.models |
|
621 |
0 |
Line too long (92/80) |
C |
madrona.features.models |
|
666 |
0 |
Line too long (83/80) |
W |
madrona.features.models |
|
255 |
0 |
TODO: Test if this method is robust, and evaluate alternatives like |
C |
madrona.features.models |
|
1 |
0 |
Missing docstring |
C |
madrona.features.models |
|
17 |
0 |
Invalid name "logger" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.features.models |
Feature.copy |
270 |
8 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
Feature.copy |
271 |
8 |
Invalid name "id" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
Feature |
40 |
4 |
Comma not followed by a space
sharing_groups = models.ManyToManyField(Group,editable=False,blank=True,
^^
null=True,verbose_name="Share with the following groups",
related_name="%(app_label)s_%(class)s_related") |
C |
madrona.features.models |
Feature |
45 |
4 |
Comma not followed by a space
object_id = models.PositiveIntegerField(blank=True,null=True)
^^ |
W |
madrona.features.models |
Feature.Meta |
56 |
4 |
Class has no __init__ method |
C |
madrona.features.models |
Feature.Meta |
56 |
4 |
Missing docstring |
R |
madrona.features.models |
Feature.Meta |
56 |
4 |
Too few public methods (0/2) |
W |
madrona.features.models |
Feature |
63 |
-1 |
String statement has no effect |
W |
madrona.features.models |
Feature.save |
64 |
19 |
Unused argument 'rerun' |
C |
madrona.features.models |
Feature.get_absolute_url |
70 |
4 |
Missing docstring |
C |
madrona.features.models |
Feature.get_options |
76 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.features.models |
Feature.css |
83 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.features.models |
Feature.options |
109 |
4 |
Missing docstring |
C |
madrona.features.models |
Feature.model_uid |
113 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.features.models |
Feature.model_uid |
117 |
8 |
Invalid name "ct" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.models |
Feature.kml_safe |
150 |
15 |
Catching too general exception Exception |
E |
madrona.features.models |
Feature.kml_safe |
149 |
19 |
Instance of 'Feature' has no 'kml' member |
C |
madrona.features.models |
Feature.kml_safe |
150 |
28 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.models |
Feature.kml_safe |
153 |
12 |
No exception type(s) specified |
C |
madrona.features.models |
Feature.kml_safe |
152 |
16 |
Comma not followed by a space
logger.error("%s .kml property is failing: \n%s\n" % (self.uid,e.message))
^^ |
E |
madrona.features.models |
Feature.share_with |
194 |
12 |
Instance of 'ManyToManyField' has no 'clear' member |
C |
madrona.features.models |
Feature.share_with |
200 |
8 |
Comma not followed by a space
if isinstance(groups,Group):
^^ |
C |
madrona.features.models |
Feature.share_with |
209 |
16 |
Invalid name "gp" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.models |
Feature.share_with |
214 |
12 |
Instance of 'ManyToManyField' has no 'add' member |
W |
madrona.features.models |
Feature.share_with |
209 |
16 |
Unused variable 'gp' |
E |
madrona.features.models |
Feature.is_viewable |
230 |
19 |
Class 'Feature' has no 'DoesNotExist' member |
C |
madrona.features.models |
Feature.is_viewable |
236 |
12 |
Comma not followed by a space
return True, HttpResponse("Object owned by user",status=202)
^^ |
E |
madrona.features.models |
Feature.is_viewable |
244 |
15 |
Class 'Feature' has no 'DoesNotExist' member |
W |
madrona.features.models |
Feature.is_viewable |
228 |
16 |
Unused variable 'obj' |
C |
madrona.features.models |
Feature.copy |
262 |
12 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.models |
Feature.copy |
262 |
17 |
Access to a protected member _meta of a client class |
E |
madrona.features.models |
Feature.copy |
262 |
17 |
Instance of 'Feature' has no '_meta' member |
E |
madrona.features.models |
Feature.copy |
285 |
8 |
Instance of 'ManyToManyField' has no 'clear' member |
W |
madrona.features.models |
Feature.copy |
271 |
8 |
Attribute 'id' defined outside __init__ |
R |
madrona.features.models |
Feature |
19 |
0 |
Too many public methods (24/20) |
W |
madrona.features.models |
SpatialFeature.Meta |
315 |
4 |
Class has no __init__ method |
C |
madrona.features.models |
SpatialFeature.Meta |
315 |
4 |
Missing docstring |
R |
madrona.features.models |
SpatialFeature.Meta |
315 |
4 |
Too few public methods (0/2) |
C |
madrona.features.models |
SpatialFeature.mapnik_style |
332 |
4 |
Class method should have 'cls' as first argument |
W |
madrona.features.models |
SpatialFeature.mapnik_style |
337 |
8 |
Unreachable code |
E |
madrona.features.models |
SpatialFeature.active_manipulators |
419 |
31 |
Instance of 'TextField' has no 'split' member |
C |
madrona.features.models |
SpatialFeature.active_manipulators |
443 |
12 |
Invalid name "manipClass" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
SpatialFeature.apply_manipulators |
449 |
4 |
Missing docstring |
E |
madrona.features.models |
SpatialFeature.apply_manipulators |
450 |
21 |
Instance of 'SpatialFeature' has no 'geometry_orig' member |
E |
madrona.features.models |
SpatialFeature.apply_manipulators |
452 |
27 |
Instance of 'SpatialFeature' has no 'geometry_orig' member |
C |
madrona.features.models |
SpatialFeature.apply_manipulators |
456 |
16 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.models |
SpatialFeature.apply_manipulators |
465 |
16 |
Attribute 'geometry_final' defined outside __init__ |
R |
madrona.features.models |
SpatialFeature |
291 |
0 |
Too many public methods (30/20) |
C |
madrona.features.models |
PolygonFeature.mapnik_style |
506 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.features.models |
PolygonFeature.mapnik_style |
508 |
8 |
Invalid name "ps" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
PolygonFeature.mapnik_style |
510 |
8 |
Comma not followed by a space
ls = mapnik.LineSymbolizer(mapnik.Color('#555555'),0.75)
^^ |
C |
madrona.features.models |
PolygonFeature.mapnik_style |
510 |
8 |
Invalid name "ls" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
PolygonFeature.mapnik_style |
512 |
8 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.models |
PolygonFeature.mapnik_style |
513 |
8 |
Class 'symbols' has no 'append' member |
E |
madrona.features.models |
PolygonFeature.mapnik_style |
514 |
8 |
Class 'symbols' has no 'append' member |
E |
madrona.features.models |
PolygonFeature.mapnik_style |
515 |
8 |
Class 'rules' has no 'append' member |
W |
madrona.features.models |
PolygonFeature.Meta |
518 |
4 |
Class has no __init__ method |
C |
madrona.features.models |
PolygonFeature.Meta |
518 |
4 |
Missing docstring |
R |
madrona.features.models |
PolygonFeature.Meta |
518 |
4 |
Too few public methods (0/2) |
R |
madrona.features.models |
PolygonFeature |
469 |
0 |
Too many public methods (31/20) |
C |
madrona.features.models |
LineFeature.mapnik_style |
550 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.features.models |
LineFeature.mapnik_style |
552 |
8 |
Comma not followed by a space
ls = mapnik.LineSymbolizer(mapnik.Color('#444444'),1.5)
^^ |
C |
madrona.features.models |
LineFeature.mapnik_style |
552 |
8 |
Invalid name "ls" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
LineFeature.mapnik_style |
554 |
8 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.models |
LineFeature.mapnik_style |
555 |
8 |
Class 'symbols' has no 'append' member |
E |
madrona.features.models |
LineFeature.mapnik_style |
556 |
8 |
Class 'rules' has no 'append' member |
W |
madrona.features.models |
LineFeature.Meta |
559 |
4 |
Class has no __init__ method |
C |
madrona.features.models |
LineFeature.Meta |
559 |
4 |
Missing docstring |
R |
madrona.features.models |
LineFeature.Meta |
559 |
4 |
Too few public methods (0/2) |
R |
madrona.features.models |
LineFeature |
521 |
0 |
Too many public methods (30/20) |
C |
madrona.features.models |
PointFeature.mapnik_style |
591 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.features.models |
PointFeature.mapnik_style |
593 |
8 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.models |
PointFeature.mapnik_style |
594 |
8 |
Class 'symbols' has no 'append' member |
E |
madrona.features.models |
PointFeature.mapnik_style |
595 |
8 |
Class 'rules' has no 'append' member |
W |
madrona.features.models |
PointFeature.Meta |
598 |
4 |
Class has no __init__ method |
C |
madrona.features.models |
PointFeature.Meta |
598 |
4 |
Missing docstring |
R |
madrona.features.models |
PointFeature.Meta |
598 |
4 |
Too few public methods (0/2) |
R |
madrona.features.models |
PointFeature |
562 |
0 |
Too many public methods (30/20) |
C |
madrona.features.models |
FeatureCollection.copy |
701 |
8 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
FeatureCollection.copy |
702 |
8 |
Invalid name "id" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.models |
FeatureCollection.Meta |
605 |
4 |
Class has no __init__ method |
C |
madrona.features.models |
FeatureCollection.Meta |
605 |
4 |
Missing docstring |
R |
madrona.features.models |
FeatureCollection.Meta |
605 |
4 |
Too few public methods (0/2) |
C |
madrona.features.models |
FeatureCollection.add |
608 |
4 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
FeatureCollection.add |
608 |
18 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
FeatureCollection.remove |
612 |
4 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
FeatureCollection.remove |
612 |
21 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.models |
FeatureCollection.kml |
624 |
4 |
Missing docstring |
C |
madrona.features.models |
FeatureCollection.kml_style |
637 |
4 |
Missing docstring |
C |
madrona.features.models |
FeatureCollection.kml_style_id |
644 |
4 |
Missing docstring |
C |
madrona.features.models |
FeatureCollection.copy |
696 |
12 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.models |
FeatureCollection.copy |
696 |
17 |
Access to a protected member _meta of a client class |
E |
madrona.features.models |
FeatureCollection.copy |
696 |
17 |
Instance of 'FeatureCollection' has no '_meta' member |
E |
madrona.features.models |
FeatureCollection.copy |
716 |
8 |
Instance of 'ManyToManyField' has no 'clear' member |
W |
madrona.features.models |
Feature.copy |
271 |
8 |
Attribute 'id' defined outside __init__ |
R |
madrona.features.models |
FeatureCollection |
601 |
0 |
Too many public methods (30/20) |
W |
madrona.features.models |
|
12 |
0 |
Unused import get_class |
W |
madrona.features.models |
|
7 |
0 |
Unused import escape |
W |
madrona.features.models |
|
12 |
0 |
Unused import enable_sharing |
W |
madrona.features.models |
|
14 |
0 |
Unused import re |
W |
madrona.features.models |
|
9 |
0 |
Unused import FeatureForm |
C |
madrona.features.forms |
|
13 |
0 |
Line too long (85/80) |
C |
madrona.features.forms |
|
1 |
0 |
Missing docstring |
C |
madrona.features.forms |
ShapeInput |
11 |
0 |
Missing docstring |
W |
madrona.features.forms |
ShapeInput.render |
16 |
12 |
Redefining built-in 'type' |
E |
madrona.features.forms |
ShapeInput.render |
14 |
16 |
Instance of 'ShapeInput' has no 'form_instance' member |
W |
madrona.features.forms |
ShapeInput.render |
13 |
8 |
Unused variable 'PointFeature' |
C |
madrona.features.forms |
FeatureForm |
37 |
0 |
Missing docstring |
C |
madrona.features.forms |
FeatureForm |
38 |
4 |
Comma not followed by a space
user = forms.ModelChoiceField(User.objects.all(),widget=forms.HiddenInput())
^^ |
W |
madrona.features.forms |
FeatureForm.Meta |
40 |
4 |
Class has no __init__ method |
C |
madrona.features.forms |
FeatureForm.Meta |
40 |
4 |
Missing docstring |
C |
madrona.features.forms |
FeatureForm.Meta |
41 |
8 |
Comma not followed by a space
exclude = ('sharing_groups','content_type','object_id',)
^^ |
R |
madrona.features.forms |
FeatureForm.Meta |
40 |
4 |
Too few public methods (0/2) |
C |
madrona.features.forms |
SpatialFeatureForm |
43 |
0 |
Missing docstring |
W |
madrona.features.forms |
SpatialFeatureForm.Meta |
48 |
4 |
Class has no __init__ method |
C |
madrona.features.forms |
SpatialFeatureForm.Meta |
48 |
4 |
Missing docstring |
C |
madrona.features.forms |
SpatialFeatureForm.Meta |
49 |
8 |
Comma not followed by a space
exclude = ('sharing_groups','content_type','object_id',)
^^ |
R |
madrona.features.forms |
SpatialFeatureForm.Meta |
48 |
4 |
Too few public methods (0/2) |
C |
madrona.features.views |
|
37 |
0 |
Line too long (82/80) |
C |
madrona.features.views |
|
72 |
0 |
Line too long (82/80) |
C |
madrona.features.views |
|
228 |
0 |
Line too long (122/80) |
C |
madrona.features.views |
|
475 |
0 |
Line too long (99/80) |
C |
madrona.features.views |
|
549 |
0 |
Line too long (90/80) |
C |
madrona.features.views |
|
555 |
0 |
Line too long (90/80) |
C |
madrona.features.views |
|
562 |
0 |
Line too long (90/80) |
C |
madrona.features.views |
|
600 |
0 |
Line too long (82/80) |
C |
madrona.features.views |
|
604 |
0 |
Line too long (82/80) |
C |
madrona.features.views |
|
658 |
0 |
Line too long (84/80) |
C |
madrona.features.views |
|
705 |
0 |
Line too long (93/80) |
C |
madrona.features.views |
|
723 |
0 |
Line too long (85/80) |
C |
madrona.features.views |
|
827 |
0 |
Line too long (105/80) |
C |
madrona.features.views |
|
828 |
0 |
Line too long (82/80) |
C |
madrona.features.views |
|
864 |
0 |
Line too long (87/80) |
C |
madrona.features.views |
|
873 |
0 |
Line too long (84/80) |
C |
madrona.features.views |
|
882 |
0 |
Line too long (84/80) |
C |
madrona.features.views |
|
899 |
0 |
Line too long (88/80) |
C |
madrona.features.views |
|
915 |
0 |
Line too long (86/80) |
W |
madrona.features.views |
|
472 |
0 |
TODO: Refactor this so that it is part of Feature.Options.edit_context |
C |
madrona.features.views |
|
1 |
0 |
Missing docstring |
W |
madrona.features.views |
|
14 |
0 |
Reimport 'Feature' (imported line 8) |
C |
madrona.features.views |
|
18 |
0 |
Invalid name "logger" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
R |
madrona.features.views |
handle_link |
90 |
0 |
Too many return statements (7/6) |
R |
madrona.features.views |
handle_link |
90 |
0 |
Too many branches (15/12) |
E |
madrona.features.views |
delete |
178 |
8 |
Instance of 'HttpResponseForbidden' has no 'delete' member (but some types could not be inferred) |
E |
madrona.features.views |
delete |
178 |
8 |
Instance of 'HttpResponse' has no 'delete' member (but some types could not be inferred) |
C |
madrona.features.views |
create |
225 |
12 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.views |
create |
229 |
-1 |
String statement has no effect |
W |
madrona.features.views |
create |
232 |
12 |
Used * or ** magic |
C |
madrona.features.views |
create |
254 |
12 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.views |
create |
255 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.views |
update_form |
300 |
8 |
Instance of 'HttpResponseForbidden' has no 'get_absolute_url' member (but some types could not be inferred) |
E |
madrona.features.views |
update_form |
300 |
8 |
Instance of 'HttpResponse' has no 'get_absolute_url' member (but some types could not be inferred) |
E |
madrona.features.views |
update_form |
305 |
8 |
Instance of 'HttpResponseForbidden' has no 'name' member (but some types could not be inferred) |
E |
madrona.features.views |
update_form |
305 |
8 |
Instance of 'HttpResponse' has no 'name' member (but some types could not be inferred) |
E |
madrona.features.views |
update_form |
317 |
36 |
Instance of 'HttpResponse' has no 'name' member (but some types could not be inferred) |
E |
madrona.features.views |
update_form |
317 |
36 |
Instance of 'HttpResponseForbidden' has no 'name' member (but some types could not be inferred) |
E |
madrona.features.views |
update_form |
318 |
22 |
Instance of 'HttpResponseForbidden' has no 'get_absolute_url' member (but some types could not be inferred) |
E |
madrona.features.views |
update_form |
318 |
22 |
Instance of 'HttpResponse' has no 'get_absolute_url' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
352 |
8 |
Instance of 'HttpResponse' has no 'get_absolute_url' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
352 |
8 |
Instance of 'HttpResponseForbidden' has no 'get_absolute_url' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
356 |
8 |
Instance of 'HttpResponse' has no 'name' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
356 |
8 |
Instance of 'HttpResponseForbidden' has no 'name' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
365 |
35 |
Instance of 'HttpResponseForbidden' has no 'user' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
365 |
35 |
Instance of 'HttpResponse' has no 'user' member (but some types could not be inferred) |
C |
madrona.features.views |
update |
373 |
12 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.views |
update |
376 |
12 |
Used * or ** magic |
E |
madrona.features.views |
update |
388 |
40 |
Instance of 'HttpResponse' has no 'name' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
388 |
40 |
Instance of 'HttpResponseForbidden' has no 'name' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
389 |
26 |
Instance of 'HttpResponseForbidden' has no 'get_absolute_url' member (but some types could not be inferred) |
E |
madrona.features.views |
update |
389 |
26 |
Instance of 'HttpResponse' has no 'get_absolute_url' member (but some types could not be inferred) |
C |
madrona.features.views |
update |
396 |
12 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.views |
update |
397 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.views |
resource |
436 |
8 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.views |
form_resources |
449 |
0 |
Missing docstring |
C |
madrona.features.views |
decorate_with_manipulators |
473 |
0 |
Missing docstring |
W |
madrona.features.views |
decorate_with_manipulators |
476 |
4 |
No exception type(s) specified |
W |
madrona.features.views |
copy |
499 |
8 |
Redefining name 'copy' from outer scope (line 480) |
W |
madrona.features.views |
copy |
509 |
4 |
Unreachable code |
E |
madrona.features.views |
copy |
509 |
11 |
Undefined variable 'response' |
C |
madrona.features.views |
kml |
511 |
0 |
Missing docstring |
C |
madrona.features.views |
kmz |
514 |
0 |
Missing docstring |
W |
madrona.features.views |
kml_core |
543 |
12 |
Redefining name 'kml' from outer scope (line 511) |
W |
madrona.features.views |
kml_core |
517 |
33 |
Redefining name 'kmz' from outer scope (line 514) |
W |
madrona.features.views |
kml_core |
524 |
4 |
Redefining name 'mimetypes' from outer scope (line 11) |
W |
madrona.features.views |
kml_core |
525 |
4 |
Redefining name 'FeatureCollection' from outer scope (line 14) |
R |
madrona.features.views |
kml_core |
517 |
0 |
Too many local variables (22/15) |
W |
madrona.features.views |
kml_core |
524 |
4 |
Reimport 'default_mimetypes' (imported line 11) |
W |
madrona.features.views |
kml_core |
525 |
4 |
Reimport 'FeatureCollection' (imported line 14) |
W |
madrona.features.views |
kml_core |
530 |
4 |
No exception type(s) specified |
C |
madrona.features.views |
kml_core |
578 |
4 |
Comma not followed by a space
styles = get_styles(features,collections,links=False)
^^ |
C |
madrona.features.views |
kml_core |
580 |
4 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.features.views |
kml_core |
517 |
0 |
Too many statements (55/50) |
C |
madrona.features.views |
share_form |
609 |
0 |
Comma not followed by a space
def share_form(request,model=None, uid=None):
^^ |
W |
madrona.features.views |
share_form |
629 |
23 |
Access to a protected member _meta of a client class |
E |
madrona.features.views |
share_form |
629 |
23 |
Instance of 'HttpResponse' has no '_meta' member (but some types could not be inferred) |
E |
madrona.features.views |
share_form |
629 |
23 |
Instance of 'HttpResponseForbidden' has no '_meta' member (but some types could not be inferred) |
E |
madrona.features.views |
share_form |
634 |
32 |
Instance of 'HttpResponse' has no 'sharing_groups' member (but some types could not be inferred) |
E |
madrona.features.views |
share_form |
634 |
32 |
Instance of 'HttpResponseForbidden' has no 'sharing_groups' member (but some types could not be inferred) |
W |
madrona.features.views |
share_form |
656 |
15 |
Catching too general exception Exception |
E |
madrona.features.views |
share_form |
650 |
12 |
Instance of 'HttpResponse' has no 'share_with' member (but some types could not be inferred) |
E |
madrona.features.views |
share_form |
650 |
12 |
Instance of 'HttpResponseForbidden' has no 'share_with' member (but some types could not be inferred) |
E |
madrona.features.views |
share_form |
654 |
23 |
Instance of 'HttpResponse' has no 'collection' member (but some types could not be inferred) |
E |
madrona.features.views |
share_form |
654 |
23 |
Instance of 'HttpResponseForbidden' has no 'collection' member (but some types could not be inferred) |
C |
madrona.features.views |
share_form |
656 |
28 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.features.views |
share_form |
609 |
0 |
Too many return statements (8/6) |
C |
madrona.features.views |
manage_collection |
665 |
0 |
Missing docstring |
E |
madrona.features.views |
manage_collection |
670 |
15 |
Using variable 'instance' before assignment |
W |
madrona.features.views |
manage_collection |
666 |
4 |
Unused variable 'config' |
C |
madrona.features.views |
workspace |
701 |
0 |
Missing docstring |
W |
madrona.features.views |
workspace |
701 |
23 |
Unused argument 'username' |
C |
madrona.features.views |
feature_tree_css |
713 |
0 |
Missing docstring |
W |
madrona.features.views |
feature_tree_css |
722 |
12 |
No exception type(s) specified |
E |
madrona.features.views |
feature_tree_css |
723 |
16 |
Instance of 'RootLogger' has no 'ERROR' member (but some types could not be inferred) |
W |
madrona.features.views |
feature_tree_css |
724 |
16 |
Unnecessary pass statement |
R |
madrona.features.views |
to_response |
732 |
0 |
Too many arguments (6/5) |
C |
madrona.features.views |
to_response |
770 |
4 |
Comma not followed by a space
headers = dict((k,v) for k,v in headers.items() if v != '' and v != None)
^^ |
C |
madrona.features.views |
to_response |
772 |
4 |
Comma not followed by a space
for k,v in headers.items():
^^ |
C |
madrona.features.views |
to_response |
772 |
10 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.views |
to_csv |
777 |
0 |
Missing docstring |
W |
madrona.features.views |
has_features |
796 |
8 |
No exception type(s) specified |
W |
madrona.features.views |
geojson_link |
828 |
4 |
Redefining name 'Feature' from outer scope (line 8) |
W |
madrona.features.views |
geojson_link |
826 |
4 |
Redefining name 'mimetypes' from outer scope (line 11) |
W |
madrona.features.views |
geojson_link |
828 |
4 |
Redefining name 'SpatialFeature' from outer scope (line 14) |
W |
madrona.features.views |
geojson_link |
828 |
4 |
Redefining name 'FeatureCollection' from outer scope (line 14) |
R |
madrona.features.views |
geojson_link |
800 |
0 |
Too many local variables (31/15) |
W |
madrona.features.views |
geojson_link |
826 |
4 |
Reimport 'default_mimetypes' (imported line 11) |
W |
madrona.features.views |
geojson_link |
828 |
4 |
Reimport 'FeatureCollection' (imported line 14) |
W |
madrona.features.views |
geojson_link |
828 |
4 |
Reimport 'SpatialFeature' (imported line 14) |
W |
madrona.features.views |
geojson_link |
828 |
4 |
Reimport 'Feature' (imported line 8) |
C |
madrona.features.views |
geojson_link |
854 |
8 |
Invalid name "gj" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.views |
geojson_link |
856 |
12 |
Invalid name "gj" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.views |
geojson_link |
866 |
20 |
Invalid name "gj" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.views |
geojson_link |
871 |
24 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.views |
geojson_link |
874 |
24 |
No exception type(s) specified |
C |
madrona.features.views |
geojson_link |
878 |
20 |
Invalid name "gj" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.views |
geojson_link |
884 |
16 |
No exception type(s) specified |
C |
madrona.features.views |
geojson_link |
886 |
16 |
Invalid name "gj" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.views |
geojson_link |
828 |
4 |
Unused variable 'Feature' |
W |
madrona.features.views |
geojson_link |
828 |
4 |
Unused variable 'SpatialFeature' |
W |
madrona.features.views |
geojson_link |
830 |
4 |
Unused variable 'tempfile' |
W |
madrona.features.views |
geojson_link |
829 |
4 |
Unused variable 'DataSource' |
W |
madrona.features.views |
geojson_link |
831 |
4 |
Unused variable 'os' |
R |
madrona.features.views |
geojson_link |
800 |
0 |
Too many branches (18/12) |
R |
madrona.features.views |
geojson_link |
800 |
0 |
Too many statements (60/50) |
W |
madrona.features.views |
|
6 |
0 |
Unused import ContentType |
W |
madrona.features.views |
|
15 |
0 |
Unused import reverse |
W |
madrona.features.views |
|
2 |
0 |
Unused import get_object_or_404 |
W |
madrona.features.views |
|
4 |
0 |
Unused import TemplateDoesNotExist |
C |
madrona.features.managers |
|
22 |
0 |
Line too long (85/80) |
C |
madrona.features.managers |
|
25 |
0 |
Line too long (98/80) |
C |
madrona.features.managers |
|
38 |
0 |
Line too long (113/80) |
C |
madrona.features.managers |
|
46 |
0 |
Line too long (87/80) |
C |
madrona.features.managers |
|
69 |
0 |
Line too long (145/80) |
C |
madrona.features.managers |
|
71 |
0 |
Line too long (117/80) |
C |
madrona.features.managers |
|
75 |
0 |
Line too long (96/80) |
C |
madrona.features.managers |
|
76 |
0 |
Line too long (89/80) |
C |
madrona.features.managers |
|
1 |
0 |
Missing docstring |
C |
madrona.features.managers |
ShareableGeoManager |
6 |
0 |
Missing docstring |
W |
madrona.features.managers |
ShareableGeoManager.shared_with_user |
15 |
19 |
Access to a protected member _meta of a client class |
C |
madrona.features.managers |
ShareableGeoManager.shared_with_user |
69 |
20 |
Comma not followed by a space
shared_containers = collection_model.objects.shared_with_user(user,filter_groups=filter_groups,exclude_models=exclude_models)
^^ |
C |
madrona.features.managers |
ShareableGeoManager.shared_with_user |
71 |
20 |
Comma not followed by a space
shared_containers = collection_model.objects.shared_with_user(user,exclude_models=exclude_models)
^^ |
C |
madrona.features.managers |
ShareableGeoManager.shared_with_user |
74 |
20 |
Invalid name "sc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.managers |
ShareableGeoManager.shared_with_user |
76 |
20 |
Comma not followed by a space
contained = sc.feature_set(recurse=True,feature_classes=[self.model])
^^ |
W |
madrona.features.managers |
ShareableGeoManager.shared_with_user |
15 |
8 |
Unused variable 'app_name' |
W |
madrona.features.managers |
ShareableGeoManager.shared_with_user |
16 |
8 |
Unused variable 'model_name' |
R |
madrona.features.managers |
ShareableGeoManager.shared_with_user |
7 |
4 |
Too many branches (13/12) |
R |
madrona.features.managers |
ShareableGeoManager |
6 |
0 |
Too many public methods (67/20) |
W |
madrona.features.managers |
|
4 |
0 |
Unused import registered_models |
W |
madrona.features.managers |
|
2 |
0 |
Unused import User |
C |
madrona.features.tests |
|
3 |
0 |
Line too long (105/80) |
C |
madrona.features.tests |
|
458 |
0 |
Line too long (93/80) |
C |
madrona.features.tests |
|
466 |
0 |
Line too long (93/80) |
C |
madrona.features.tests |
|
483 |
0 |
Line too long (93/80) |
C |
madrona.features.tests |
|
490 |
0 |
Line too long (81/80) |
C |
madrona.features.tests |
|
728 |
0 |
Line too long (89/80) |
C |
madrona.features.tests |
|
732 |
0 |
Line too long (81/80) |
C |
madrona.features.tests |
|
786 |
0 |
Line too long (96/80) |
C |
madrona.features.tests |
|
932 |
0 |
Line too long (90/80) |
C |
madrona.features.tests |
|
941 |
0 |
Line too long (93/80) |
C |
madrona.features.tests |
|
942 |
0 |
Line too long (95/80) |
C |
madrona.features.tests |
|
947 |
0 |
Line too long (94/80) |
C |
madrona.features.tests |
|
951 |
0 |
Line too long (96/80) |
C |
madrona.features.tests |
|
958 |
0 |
Line too long (90/80) |
C |
madrona.features.tests |
|
977 |
0 |
Line too long (101/80) |
C |
madrona.features.tests |
|
990 |
0 |
Line too long (101/80) |
C |
madrona.features.tests |
|
997 |
0 |
Line too long (87/80) |
C |
madrona.features.tests |
|
1005 |
0 |
Line too long (90/80) |
C |
madrona.features.tests |
|
1008 |
0 |
Line too long (87/80) |
C |
madrona.features.tests |
|
1013 |
0 |
Line too long (97/80) |
C |
madrona.features.tests |
|
1101 |
0 |
Line too long (86/80) |
C |
madrona.features.tests |
|
1106 |
0 |
Line too long (87/80) |
C |
madrona.features.tests |
|
1109 |
0 |
Line too long (123/80) |
C |
madrona.features.tests |
|
1178 |
0 |
Line too long (84/80) |
C |
madrona.features.tests |
|
1213 |
0 |
Line too long (95/80) |
C |
madrona.features.tests |
|
1219 |
0 |
Line too long (97/80) |
C |
madrona.features.tests |
|
1257 |
0 |
Line too long (97/80) |
C |
madrona.features.tests |
|
1328 |
0 |
Line too long (98/80) |
C |
madrona.features.tests |
|
1329 |
0 |
Line too long (98/80) |
C |
madrona.features.tests |
|
1330 |
0 |
Line too long (98/80) |
C |
madrona.features.tests |
|
1353 |
0 |
Line too long (124/80) |
C |
madrona.features.tests |
|
1357 |
0 |
Line too long (114/80) |
C |
madrona.features.tests |
|
1360 |
0 |
Line too long (114/80) |
C |
madrona.features.tests |
|
1363 |
0 |
Line too long (114/80) |
C |
madrona.features.tests |
|
1375 |
0 |
Line too long (84/80) |
C |
madrona.features.tests |
|
1380 |
0 |
Line too long (83/80) |
C |
madrona.features.tests |
|
1384 |
0 |
Line too long (91/80) |
C |
madrona.features.tests |
|
1385 |
0 |
Line too long (92/80) |
C |
madrona.features.tests |
|
1397 |
0 |
Line too long (84/80) |
C |
madrona.features.tests |
|
1402 |
0 |
Line too long (84/80) |
C |
madrona.features.tests |
|
1459 |
0 |
Line too long (83/80) |
C |
madrona.features.tests |
|
1460 |
0 |
Line too long (85/80) |
C |
madrona.features.tests |
|
1487 |
0 |
Line too long (85/80) |
C |
madrona.features.tests |
|
1504 |
0 |
Line too long (85/80) |
C |
madrona.features.tests |
|
1567 |
0 |
Line too long (97/80) |
C |
madrona.features.tests |
|
1584 |
0 |
Line too long (83/80) |
C |
madrona.features.tests |
|
1630 |
0 |
Line too long (123/80) |
C |
madrona.features.tests |
|
1640 |
0 |
Line too long (90/80) |
C |
madrona.features.tests |
|
1641 |
0 |
Line too long (90/80) |
C |
madrona.features.tests |
|
1642 |
0 |
Line too long (90/80) |
C |
madrona.features.tests |
|
1643 |
0 |
Line too long (91/80) |
C |
madrona.features.tests |
|
1644 |
0 |
Line too long (96/80) |
C |
madrona.features.tests |
|
1646 |
0 |
Line too long (95/80) |
C |
madrona.features.tests |
|
1675 |
0 |
Line too long (104/80) |
C |
madrona.features.tests |
|
1712 |
0 |
Line too long (83/80) |
C |
madrona.features.tests |
|
1713 |
0 |
Line too long (83/80) |
C |
madrona.features.tests |
|
1729 |
0 |
Line too long (117/80) |
C |
madrona.features.tests |
|
1741 |
0 |
Line too long (84/80) |
C |
madrona.features.tests |
|
1747 |
0 |
Line too long (90/80) |
C |
madrona.features.tests |
|
1771 |
0 |
Line too long (98/80) |
C |
madrona.features.tests |
|
1772 |
0 |
Line too long (93/80) |
C |
madrona.features.tests |
|
1778 |
0 |
Line too long (91/80) |
C |
madrona.features.tests |
|
1781 |
0 |
Line too long (90/80) |
C |
madrona.features.tests |
|
1785 |
0 |
Line too long (91/80) |
C |
madrona.features.tests |
|
1794 |
0 |
Line too long (95/80) |
C |
madrona.features.tests |
|
1811 |
0 |
Line too long (95/80) |
C |
madrona.features.tests |
|
1 |
0 |
Too many lines in module (1820) |
W |
madrona.features.tests |
|
534 |
0 |
TODO: Test that Link validates extra_kwargs option is compatible |
W |
madrona.features.tests |
|
588 |
0 |
TODO ... instead of referencing link by index, use get_link |
W |
madrona.features.tests |
|
1063 |
0 |
TODO reponse changed; test for copy? |
W |
madrona.features.tests |
|
1074 |
0 |
TODO reponse changed; test for copy? |
W |
madrona.features.tests |
|
1086 |
0 |
TODO reponse changed; test for copy? |
C |
madrona.features.tests |
|
1 |
0 |
Missing docstring |
W |
madrona.features.tests |
|
2 |
0 |
Wildcard import madrona.features |
W |
madrona.features.tests |
|
10 |
0 |
Wildcard import django.contrib.auth.models |
C |
madrona.features.tests |
create_template |
17 |
0 |
Missing docstring |
C |
madrona.features.tests |
create_template |
18 |
4 |
Invalid name "d" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
create_template |
22 |
4 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
delete_template |
26 |
0 |
Missing docstring |
C |
madrona.features.tests |
delete_template |
27 |
4 |
Invalid name "d" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
TestGetFormClassFeature |
34 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestGetFormClassFeature.Options |
36 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestGetFormClassFeature.Options |
36 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestGetFormClassFeature.Options |
36 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestGetFormClassFeature |
34 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
TestFeatureForm |
39 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestFeatureForm.Meta |
40 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestFeatureForm.Meta |
40 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestFeatureForm.Meta |
40 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
TestGetFormClassFailFeature |
43 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestGetFormClassFailFeature.Options |
45 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestGetFormClassFailFeature.Options |
45 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestGetFormClassFailFeature.Options |
45 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestGetFormClassFailFeature |
43 |
0 |
Too many public methods (24/20) |
W |
madrona.features.tests |
TestForm |
48 |
0 |
Class has no __init__ method |
C |
madrona.features.tests |
TestForm |
48 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestForm.Meta |
49 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestForm.Meta |
49 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestForm.Meta |
49 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestForm |
48 |
0 |
Too few public methods (0/2) |
C |
madrona.features.tests |
TestSlugFeature |
52 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestSlugFeature.Options |
54 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestSlugFeature.Options |
54 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestSlugFeature.Options |
54 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestSlugFeature |
52 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
TestDefaultVerboseNameFeature |
57 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestDefaultVerboseNameFeature.Options |
59 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestDefaultVerboseNameFeature.Options |
59 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestDefaultVerboseNameFeature.Options |
59 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestDefaultVerboseNameFeature |
57 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
TestCustomVerboseNameFeature |
62 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestCustomVerboseNameFeature.Options |
64 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestCustomVerboseNameFeature.Options |
64 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestCustomVerboseNameFeature.Options |
64 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestCustomVerboseNameFeature |
62 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
TestDefaultShowTemplateFeature |
68 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestDefaultShowTemplateFeature.Options |
70 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestDefaultShowTemplateFeature.Options |
70 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestDefaultShowTemplateFeature.Options |
70 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestDefaultShowTemplateFeature |
68 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
TestCustomShowTemplateFeature |
73 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestCustomShowTemplateFeature.Options |
75 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestCustomShowTemplateFeature.Options |
75 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestCustomShowTemplateFeature.Options |
75 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestCustomShowTemplateFeature |
73 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
TestMissingDefaultShowFeature |
79 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestMissingDefaultShowFeature.Options |
81 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestMissingDefaultShowFeature.Options |
81 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestMissingDefaultShowFeature.Options |
81 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestMissingDefaultShowFeature |
79 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
TestMissingCustomShowFeature |
84 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestMissingCustomShowFeature.Options |
86 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestMissingCustomShowFeature.Options |
86 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestMissingCustomShowFeature.Options |
86 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestMissingCustomShowFeature |
84 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
FeatureOptionsTest |
90 |
0 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_check_for_subclass |
92 |
4 |
Missing docstring |
W |
madrona.features.tests |
FeatureOptionsTest.test_check_for_subclass.NotAFeature |
94 |
12 |
Class has no __init__ method |
C |
madrona.features.tests |
FeatureOptionsTest.test_check_for_subclass.NotAFeature |
94 |
12 |
Missing docstring |
R |
madrona.features.tests |
FeatureOptionsTest.test_check_for_subclass.NotAFeature |
94 |
12 |
Too few public methods (0/2) |
E |
madrona.features.tests |
FeatureOptionsTest.test_check_for_subclass |
97 |
12 |
Class 'NotAFeature' has no 'get_options' member |
C |
madrona.features.tests |
FeatureOptionsTest.test_check_for_inner_class |
99 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_check_for_inner_class.TestFeatureFails |
101 |
12 |
Missing docstring |
R |
madrona.features.tests |
FeatureOptionsTest.test_check_for_inner_class.TestFeatureFails |
101 |
12 |
Too many public methods (24/20) |
C |
madrona.features.tests |
FeatureOptionsTest.test_must_have_form_class |
106 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_must_have_form_class.TestFeatureNoForm |
108 |
12 |
Missing docstring |
W |
madrona.features.tests |
FeatureOptionsTest.test_must_have_form_class.TestFeatureNoForm.Options |
110 |
16 |
Class has no __init__ method |
C |
madrona.features.tests |
FeatureOptionsTest.test_must_have_form_class.TestFeatureNoForm.Options |
110 |
16 |
Missing docstring |
R |
madrona.features.tests |
FeatureOptionsTest.test_must_have_form_class.TestFeatureNoForm.Options |
110 |
16 |
Too few public methods (0/2) |
R |
madrona.features.tests |
FeatureOptionsTest.test_must_have_form_class.TestFeatureNoForm |
108 |
12 |
Too many public methods (24/20) |
C |
madrona.features.tests |
FeatureOptionsTest.test_must_specify_form_as_string |
114 |
4 |
Invalid name "test_must_specify_form_as_string" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
FeatureOptionsTest.test_must_specify_form_as_string |
114 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_must_specify_form_as_string.TestFeature |
116 |
12 |
Missing docstring |
W |
madrona.features.tests |
FeatureOptionsTest.test_must_specify_form_as_string.TestFeature.Options |
118 |
16 |
Class has no __init__ method |
C |
madrona.features.tests |
FeatureOptionsTest.test_must_specify_form_as_string.TestFeature.Options |
118 |
16 |
Missing docstring |
R |
madrona.features.tests |
FeatureOptionsTest.test_must_specify_form_as_string.TestFeature.Options |
118 |
16 |
Too few public methods (0/2) |
R |
madrona.features.tests |
FeatureOptionsTest.test_must_specify_form_as_string.TestFeature |
116 |
12 |
Too many public methods (24/20) |
C |
madrona.features.tests |
FeatureOptionsTest.test_slug |
122 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_default_verbose_name |
125 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_custom_verbose_name |
130 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_default_show_template |
135 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_custom_show_template |
145 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_missing_default_show_template |
155 |
4 |
Invalid name "test_missing_default_show_template" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
FeatureOptionsTest.test_missing_default_show_template |
155 |
4 |
Missing docstring |
W |
madrona.features.tests |
FeatureOptionsTest.test_missing_default_show_template |
157 |
8 |
Unused variable 'path' |
C |
madrona.features.tests |
FeatureOptionsTest.test_missing_custom_show_template |
162 |
4 |
Invalid name "test_missing_custom_show_template" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
FeatureOptionsTest.test_missing_custom_show_template |
162 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_get_form_class |
169 |
4 |
Missing docstring |
C |
madrona.features.tests |
FeatureOptionsTest.test_get_form_not_subclass |
174 |
4 |
Missing docstring |
R |
madrona.features.tests |
FeatureOptionsTest |
90 |
0 |
Too many public methods (73/20) |
C |
madrona.features.tests |
TestDeleteFeature |
180 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestDeleteFeature.Options |
182 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestDeleteFeature.Options |
182 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestDeleteFeature.Options |
182 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestDeleteFeature |
180 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
DeleteTest |
185 |
0 |
Missing docstring |
C |
madrona.features.tests |
DeleteTest.setUp |
187 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.tests |
DeleteTest.test_delete_not_logged_in |
200 |
8 |
Redefining name 'url' from outer scope (line 2) |
E |
madrona.features.tests |
DeleteTest.test_delete_not_logged_in |
202 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.features.tests |
DeleteTest.test_delete_not_owner |
212 |
8 |
Redefining name 'url' from outer scope (line 2) |
E |
madrona.features.tests |
DeleteTest.test_delete_not_owner |
214 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.features.tests |
DeleteTest.test_delete_not_owner_but_staff |
225 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
DeleteTest.test_delete_not_owner_but_staff |
224 |
8 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
DeleteTest.test_delete_not_owner_but_staff |
229 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.features.tests |
DeleteTest.test_delete_authorized |
238 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
DeleteTest.test_delete_authorized |
236 |
8 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
DeleteTest.test_delete_authorized |
241 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.features.tests |
DeleteTest.test_delete_collection |
257 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
DeleteTest.test_delete_collection |
249 |
8 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
DeleteTest.test_delete_collection |
260 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.features.tests |
DeleteTest.test_multi_delete |
270 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
DeleteTest.test_multi_delete |
264 |
4 |
Missing docstring |
E |
madrona.features.tests |
DeleteTest.test_multi_delete |
273 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.features.tests |
DeleteTest.test_multi_delete |
268 |
8 |
Unused variable 'uids' |
W |
madrona.features.tests |
DeleteTest.test_multi_delete |
265 |
8 |
Attribute 'test_instance2' defined outside __init__ |
R |
madrona.features.tests |
DeleteTest |
185 |
0 |
Too many public methods (66/20) |
C |
madrona.features.tests |
CreateFormTestFeature |
276 |
0 |
Missing docstring |
W |
madrona.features.tests |
CreateFormTestFeature.Options |
278 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
CreateFormTestFeature.Options |
278 |
4 |
Missing docstring |
R |
madrona.features.tests |
CreateFormTestFeature.Options |
278 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
CreateFormTestFeature |
276 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
CreateFormTestForm |
281 |
0 |
Missing docstring |
W |
madrona.features.tests |
CreateFormTestForm.Meta |
282 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
CreateFormTestForm.Meta |
282 |
4 |
Missing docstring |
R |
madrona.features.tests |
CreateFormTestForm.Meta |
282 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
CreateFormTest |
285 |
0 |
Missing docstring |
C |
madrona.features.tests |
CreateFormTest.setUp |
287 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
CreateFormTest.test_user_not_logged_in |
298 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
CreateFormTest.test_get_form |
306 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.features.tests |
CreateFormTest |
285 |
0 |
Too many public methods (62/20) |
C |
madrona.features.tests |
CreateTestFeature |
308 |
0 |
Missing docstring |
W |
madrona.features.tests |
CreateTestFeature.Options |
310 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
CreateTestFeature.Options |
310 |
4 |
Missing docstring |
R |
madrona.features.tests |
CreateTestFeature.Options |
310 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
CreateTestFeature |
308 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
CreateTestForm |
313 |
0 |
Missing docstring |
W |
madrona.features.tests |
CreateTestForm.Meta |
314 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
CreateTestForm.Meta |
314 |
4 |
Missing docstring |
R |
madrona.features.tests |
CreateTestForm.Meta |
314 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
CreateTest |
317 |
0 |
Missing docstring |
C |
madrona.features.tests |
CreateTest.setUp |
319 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
CreateTest.test_submit_not_authenticated |
326 |
4 |
Missing docstring |
E |
madrona.features.tests |
CreateTest.test_submit_not_authenticated |
329 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
CreateTest.test_submit_invalid_form |
331 |
4 |
Missing docstring |
E |
madrona.features.tests |
CreateTest.test_submit_invalid_form |
335 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
CreateTest.test_submit_invalid_form |
338 |
12 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.features.tests |
CreateTest.test_submit_valid_form |
340 |
4 |
Missing docstring |
C |
madrona.features.tests |
CreateTest.test_submit_valid_form |
344 |
8 |
Comma not followed by a space
self.assertEqual(response.status_code, 201,response.content)
^^ |
E |
madrona.features.tests |
CreateTest.test_submit_valid_form |
344 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
CreateTest.test_submit_valid_form |
344 |
51 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
CreateTest.test_submit_valid_form |
348 |
12 |
Access to a protected member _get_content of a client class |
E |
madrona.features.tests |
CreateTest.test_submit_valid_form |
348 |
12 |
Instance of 'WSGIRequest' has no '_get_content' member (but some types could not be inferred) |
C |
madrona.features.tests |
CreateTest.test_cannot_hack_user_field |
350 |
4 |
Missing docstring |
E |
madrona.features.tests |
CreateTest.test_cannot_hack_user_field |
357 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.features.tests |
CreateTest |
317 |
0 |
Too many public methods (64/20) |
C |
madrona.features.tests |
UpdateFormTestFeature |
362 |
0 |
Missing docstring |
W |
madrona.features.tests |
UpdateFormTestFeature.Options |
364 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
UpdateFormTestFeature.Options |
364 |
4 |
Missing docstring |
R |
madrona.features.tests |
UpdateFormTestFeature.Options |
364 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
UpdateFormTestFeature |
362 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
UpdateFormTestForm |
367 |
0 |
Missing docstring |
W |
madrona.features.tests |
UpdateFormTestForm.Meta |
368 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
UpdateFormTestForm.Meta |
368 |
4 |
Missing docstring |
R |
madrona.features.tests |
UpdateFormTestForm.Meta |
368 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
UpdateFormTest |
371 |
0 |
Missing docstring |
C |
madrona.features.tests |
UpdateFormTest.setUp |
373 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
UpdateFormTest.test_get_form |
384 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateFormTest.test_get_form |
387 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
UpdateFormTest.test_get_form |
388 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.features.tests |
UpdateFormTest.test_not_logged_in |
390 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateFormTest.test_not_logged_in |
392 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
UpdateFormTest.test_not_owner |
394 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateFormTest.test_not_owner |
399 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.features.tests |
UpdateFormTest.test_not_owner |
395 |
8 |
Unused variable 'other_user' |
C |
madrona.features.tests |
UpdateFormTest.test_not_owner_but_staff |
401 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateFormTest.test_not_owner_but_staff |
408 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
UpdateFormTest.test_not_found |
410 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateFormTest.test_not_found |
413 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.features.tests |
UpdateFormTest |
371 |
0 |
Too many public methods (65/20) |
C |
madrona.features.tests |
UpdateTestFeature |
415 |
0 |
Missing docstring |
W |
madrona.features.tests |
UpdateTestFeature.Options |
417 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
UpdateTestFeature.Options |
417 |
4 |
Missing docstring |
R |
madrona.features.tests |
UpdateTestFeature.Options |
417 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
UpdateTestFeature |
415 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
UpdateTestForm |
420 |
0 |
Missing docstring |
W |
madrona.features.tests |
UpdateTestForm.Meta |
421 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
UpdateTestForm.Meta |
421 |
4 |
Missing docstring |
R |
madrona.features.tests |
UpdateTestForm.Meta |
421 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
UpdateTest |
424 |
0 |
Missing docstring |
C |
madrona.features.tests |
UpdateTest.setUp |
426 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
UpdateTest.test_post |
437 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateTest.test_post |
442 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
UpdateTest.test_post_validation_error |
444 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateTest.test_post_validation_error |
449 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
UpdateTest.test_post_not_logged_in |
451 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateTest.test_post_not_logged_in |
455 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
UpdateTest.test_post_not_owner |
457 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateTest.test_post_not_owner |
463 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.features.tests |
UpdateTest.test_post_not_owner |
458 |
8 |
Unused variable 'other_user' |
C |
madrona.features.tests |
UpdateTest.test_post_not_owner_but_staff |
465 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateTest.test_post_not_owner_but_staff |
473 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
UpdateTest.test_not_found |
475 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateTest.test_not_found |
480 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
UpdateTest.test_cannot_hack_user_field |
482 |
4 |
Missing docstring |
E |
madrona.features.tests |
UpdateTest.test_cannot_hack_user_field |
489 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.features.tests |
UpdateTest |
424 |
0 |
Too many public methods (67/20) |
C |
madrona.features.tests |
valid_single_select_view |
493 |
0 |
Missing docstring |
W |
madrona.features.tests |
valid_single_select_view |
493 |
29 |
Unused argument 'request' |
C |
madrona.features.tests |
invalid_single_select_view |
496 |
0 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
invalid_single_select_view |
496 |
0 |
Missing docstring |
C |
madrona.features.tests |
invalid_single_select_view |
496 |
40 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.tests |
invalid_single_select_view |
496 |
40 |
Unused argument 'pk' |
W |
madrona.features.tests |
invalid_single_select_view |
496 |
31 |
Unused argument 'request' |
C |
madrona.features.tests |
invalid_multiple_select_view |
499 |
0 |
Missing docstring |
W |
madrona.features.tests |
invalid_multiple_select_view |
499 |
42 |
Unused argument 'fail' |
W |
madrona.features.tests |
invalid_multiple_select_view |
499 |
33 |
Unused argument 'request' |
C |
madrona.features.tests |
valid_multiple_select_view |
502 |
0 |
Missing docstring |
W |
madrona.features.tests |
valid_multiple_select_view |
502 |
31 |
Unused argument 'request' |
C |
madrona.features.tests |
LinkViewValidationTest |
505 |
0 |
Missing docstring |
C |
madrona.features.tests |
LinkViewValidationTest.test_single_select_view_requires_instance_argument |
507 |
4 |
Invalid name "test_single_select_view_requires_instance_argument" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
LinkViewValidationTest.test_single_select_view_requires_instance_argument |
507 |
4 |
Missing docstring |
C |
madrona.features.tests |
LinkViewValidationTest.test_multiple_select_view_requires_instance_argument |
519 |
4 |
Invalid name "test_multiple_select_view_requires_instance_argument" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
LinkViewValidationTest.test_multiple_select_view_requires_instance_argument |
519 |
4 |
Missing docstring |
C |
madrona.features.tests |
LinkViewValidationTest.test_check_extra_kwargs_allowed |
532 |
4 |
Missing docstring |
R |
madrona.features.tests |
LinkViewValidationTest |
505 |
0 |
Too many public methods (63/20) |
C |
madrona.features.tests |
LinkTestFeature |
537 |
0 |
Missing docstring |
W |
madrona.features.tests |
LinkTestFeature.Options |
539 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
LinkTestFeature.Options |
539 |
4 |
Missing docstring |
R |
madrona.features.tests |
LinkTestFeature.Options |
539 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
LinkTestFeature |
537 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
LinkTestFeatureForm |
561 |
0 |
Missing docstring |
W |
madrona.features.tests |
LinkTestFeatureForm.Meta |
562 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
LinkTestFeatureForm.Meta |
562 |
4 |
Missing docstring |
R |
madrona.features.tests |
LinkTestFeatureForm.Meta |
562 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
LinkTest.setUp |
579 |
8 |
Invalid name "i2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
LinkTest |
565 |
0 |
Missing docstring |
R |
madrona.features.tests |
LinkTest |
565 |
0 |
Too many instance attributes (8/7) |
C |
madrona.features.tests |
LinkTest.setUp |
567 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
LinkTest.test_get_link |
582 |
4 |
Missing docstring |
C |
madrona.features.tests |
LinkTest.test_links_registered |
590 |
4 |
Missing docstring |
E |
madrona.features.tests |
LinkTest.test_links_registered |
597 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
LinkTest.test_links_registered |
601 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
LinkTest.test_links_registered |
604 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.features.tests |
LinkTest.test_401_response |
612 |
8 |
Comma not followed by a space
self.assertEqual(response.status_code, 401,response.content)
^^ |
E |
madrona.features.tests |
LinkTest.test_401_response |
612 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
LinkTest.test_401_response |
612 |
51 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
LinkTest.test_401_response |
614 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
LinkTest.test_401_response |
617 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
LinkTest.test_cant_GET_edit_links |
619 |
4 |
Invalid name "test_cant_GET_edit_links" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
LinkTest.test_cant_GET_edit_links |
625 |
8 |
Comma not followed by a space
self.assertEqual(response.status_code, 405,response.content)
^^ |
E |
madrona.features.tests |
LinkTest.test_cant_GET_edit_links |
625 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
LinkTest.test_cant_GET_edit_links |
625 |
51 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
LinkTest.test_403_response |
634 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
LinkTest.test_403_response_multiple_instances |
636 |
4 |
Invalid name "test_403_response_multiple_instances" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
LinkTest.test_403_response_multiple_instances |
647 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
LinkTest.test_403_response_multiple_instances |
647 |
52 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.features.tests |
LinkTest.test_404_response |
649 |
4 |
Missing docstring |
E |
madrona.features.tests |
LinkTest.test_404_response |
658 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.features.tests |
LinkTest |
565 |
0 |
Too many public methods (67/20) |
C |
madrona.features.tests |
multi_select_view |
660 |
0 |
Missing docstring |
W |
madrona.features.tests |
multi_select_view |
660 |
22 |
Unused argument 'request' |
C |
madrona.features.tests |
GenericLinksTestFeature |
663 |
0 |
Missing docstring |
W |
madrona.features.tests |
GenericLinksTestFeature.Options |
665 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
GenericLinksTestFeature.Options |
665 |
4 |
Missing docstring |
R |
madrona.features.tests |
GenericLinksTestFeature.Options |
665 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
GenericLinksTestFeature |
663 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
GenericLinksTestForm |
678 |
0 |
Missing docstring |
W |
madrona.features.tests |
GenericLinksTestForm.Meta |
679 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
GenericLinksTestForm.Meta |
679 |
4 |
Missing docstring |
R |
madrona.features.tests |
GenericLinksTestForm.Meta |
679 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
OtherGenericLinksTestFeature |
682 |
0 |
Missing docstring |
W |
madrona.features.tests |
OtherGenericLinksTestFeature.Options |
684 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
OtherGenericLinksTestFeature.Options |
684 |
4 |
Missing docstring |
R |
madrona.features.tests |
OtherGenericLinksTestFeature.Options |
684 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
OtherGenericLinksTestFeature |
682 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
OtherGenericLinksTestForm |
693 |
0 |
Missing docstring |
W |
madrona.features.tests |
OtherGenericLinksTestForm.Meta |
694 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
OtherGenericLinksTestForm.Meta |
694 |
4 |
Missing docstring |
R |
madrona.features.tests |
OtherGenericLinksTestForm.Meta |
694 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
LastGenericLinksTestFeature |
697 |
0 |
Missing docstring |
W |
madrona.features.tests |
LastGenericLinksTestFeature.Options |
699 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
LastGenericLinksTestFeature.Options |
699 |
4 |
Missing docstring |
R |
madrona.features.tests |
LastGenericLinksTestFeature.Options |
699 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
LastGenericLinksTestFeature |
697 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
GenericLinksTest |
709 |
0 |
Missing docstring |
C |
madrona.features.tests |
GenericLinksTest.setUp |
711 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
GenericLinksTest.test_generic_links_reused_by_create_link |
725 |
4 |
Invalid name "test_generic_links_reused_by_create_link" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GenericLinksTest.test_generic_links_work |
741 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
GenericLinksTest.test_generic_links_work |
742 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
GenericLinksTest.test_generic_links_work |
743 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.features.tests |
GenericLinksTest.test_generic_links_deny_unconfigured_models |
745 |
4 |
Invalid name "test_generic_links_deny_unconfigured_models" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
GenericLinksTest.test_generic_links_deny_unconfigured_models |
752 |
8 |
Comma not followed by a space
self.assertEqual(response.status_code, 400,response.content)
^^ |
E |
madrona.features.tests |
GenericLinksTest.test_generic_links_deny_unconfigured_models |
752 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
GenericLinksTest.test_generic_links_deny_unconfigured_models |
752 |
51 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
GenericLinksTest.test_generic_links_deny_unconfigured_models |
753 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
GenericLinksTest.test_generic_links_deny_unconfigured_models |
754 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
R |
madrona.features.tests |
GenericLinksTest |
709 |
0 |
Too many public methods (63/20) |
C |
madrona.features.tests |
delete_w_contents |
757 |
0 |
Missing docstring |
W |
madrona.features.tests |
delete_w_contents |
757 |
31 |
Unused argument 'instances' |
W |
madrona.features.tests |
delete_w_contents |
757 |
22 |
Unused argument 'request' |
C |
madrona.features.tests |
habitat_spreadsheet |
760 |
0 |
Missing docstring |
E |
madrona.features.tests |
habitat_spreadsheet |
761 |
11 |
Undefined variable 'HttpReponse' |
W |
madrona.features.tests |
habitat_spreadsheet |
760 |
33 |
Unused argument 'instance' |
W |
madrona.features.tests |
habitat_spreadsheet |
760 |
24 |
Unused argument 'request' |
C |
madrona.features.tests |
viewshed_map |
763 |
0 |
Missing docstring |
W |
madrona.features.tests |
viewshed_map |
763 |
26 |
Unused argument 'instance' |
W |
madrona.features.tests |
viewshed_map |
763 |
17 |
Unused argument 'request' |
C |
madrona.features.tests |
kml |
766 |
0 |
Missing docstring |
W |
madrona.features.tests |
kml |
766 |
17 |
Unused argument 'instances' |
W |
madrona.features.tests |
kml |
766 |
8 |
Unused argument 'request' |
C |
madrona.features.tests |
TestMpa |
778 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestMpa.Options |
782 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestMpa.Options |
782 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestMpa.Options |
782 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestMpa |
778 |
0 |
Too many public methods (31/20) |
C |
madrona.features.tests |
MpaForm |
810 |
0 |
Missing docstring |
W |
madrona.features.tests |
MpaForm.Meta |
811 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
MpaForm.Meta |
811 |
4 |
Missing docstring |
R |
madrona.features.tests |
MpaForm.Meta |
811 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
TestArray |
814 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestArray.Options |
816 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestArray.Options |
816 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestArray.Options |
816 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestArray |
814 |
0 |
Too many public methods (30/20) |
C |
madrona.features.tests |
TestArrayForm |
823 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestArrayForm.Meta |
824 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestArrayForm.Meta |
824 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestArrayForm.Meta |
824 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
TestFolder |
827 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestFolder.copy |
830 |
4 |
Signature differs from overridden method |
W |
madrona.features.tests |
TestFolder.Options |
836 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestFolder.Options |
836 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestFolder.Options |
836 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestFolder |
827 |
0 |
Too many public methods (30/20) |
C |
madrona.features.tests |
TestFolderForm |
864 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestFolderForm.Meta |
865 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestFolderForm.Meta |
865 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestFolderForm.Meta |
865 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
RenewableEnergySite |
873 |
0 |
Missing docstring |
W |
madrona.features.tests |
RenewableEnergySite.Options |
877 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
RenewableEnergySite.Options |
877 |
4 |
Missing docstring |
R |
madrona.features.tests |
RenewableEnergySite.Options |
877 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
RenewableEnergySite |
873 |
0 |
Too many public methods (31/20) |
C |
madrona.features.tests |
RenewableEnergySiteForm |
892 |
0 |
Missing docstring |
W |
madrona.features.tests |
RenewableEnergySiteForm.Meta |
893 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
RenewableEnergySiteForm.Meta |
893 |
4 |
Missing docstring |
R |
madrona.features.tests |
RenewableEnergySiteForm.Meta |
893 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
Pipeline |
896 |
0 |
Missing docstring |
C |
madrona.features.tests |
Pipeline |
898 |
4 |
Comma not followed by a space
type = models.CharField(max_length=30,default='')
^^ |
W |
madrona.features.tests |
Pipeline.Options |
901 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
Pipeline.Options |
901 |
4 |
Missing docstring |
R |
madrona.features.tests |
Pipeline.Options |
901 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
Pipeline |
896 |
0 |
Too many public methods (30/20) |
C |
madrona.features.tests |
PipelineForm |
905 |
0 |
Missing docstring |
W |
madrona.features.tests |
PipelineForm.Meta |
906 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
PipelineForm.Meta |
906 |
4 |
Missing docstring |
R |
madrona.features.tests |
PipelineForm.Meta |
906 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
Shipwreck |
909 |
0 |
Missing docstring |
C |
madrona.features.tests |
Shipwreck |
911 |
4 |
Comma not followed by a space
incident = models.CharField(max_length=100,default='')
^^ |
W |
madrona.features.tests |
Shipwreck.Options |
913 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
Shipwreck.Options |
913 |
4 |
Missing docstring |
R |
madrona.features.tests |
Shipwreck.Options |
913 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
Shipwreck |
909 |
0 |
Too many public methods (30/20) |
C |
madrona.features.tests |
ShipwreckForm |
917 |
0 |
Missing docstring |
W |
madrona.features.tests |
ShipwreckForm.Meta |
918 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
ShipwreckForm.Meta |
918 |
4 |
Missing docstring |
R |
madrona.features.tests |
ShipwreckForm.Meta |
918 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
JsonSerializationTest |
921 |
0 |
Missing docstring |
C |
madrona.features.tests |
JsonSerializationTest.setUp |
923 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
JsonSerializationTest.setUp |
926 |
8 |
Comma not followed by a space
self.json = workspace_json(user=self.user,is_owner=True)
^^ |
C |
madrona.features.tests |
JsonSerializationTest.setUp |
927 |
8 |
Comma not followed by a space
self.json_shared = workspace_json(user=self.user,is_owner=False)
^^ |
C |
madrona.features.tests |
JsonSerializationTest.test_normal_features |
931 |
4 |
Missing docstring |
C |
madrona.features.tests |
JsonSerializationTest.test_normal_features |
933 |
8 |
Comma not followed by a space
for lr in ['self','create','edit']:
^^ |
C |
madrona.features.tests |
JsonSerializationTest.test_normal_features |
933 |
12 |
Invalid name "lr" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.tests |
JsonSerializationTest.test_normal_features |
936 |
12 |
Statement seems to have no effect |
W |
madrona.features.tests |
JsonSerializationTest.test_normal_features |
938 |
12 |
Statement seems to have no effect |
C |
madrona.features.tests |
JsonSerializationTest.test_generic |
940 |
4 |
Missing docstring |
C |
madrona.features.tests |
JsonSerializationTest.test_generic |
942 |
12 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
JsonSerializationTest.test_custom_features |
946 |
4 |
Missing docstring |
C |
madrona.features.tests |
JsonSerializationTest.test_custom_features |
948 |
8 |
Comma not followed by a space
for lr in ['self','create','edit','alternate']:
^^ |
C |
madrona.features.tests |
JsonSerializationTest.test_custom_features |
948 |
12 |
Invalid name "lr" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
JsonSerializationTest.test_custom_features |
952 |
8 |
Comma not followed by a space
for lr in ['self','create','edit', 'alternate']:
^^ |
C |
madrona.features.tests |
JsonSerializationTest.test_custom_features |
952 |
12 |
Invalid name "lr" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.tests |
JsonSerializationTest.test_custom_features |
955 |
12 |
Statement seems to have no effect |
C |
madrona.features.tests |
JsonSerializationTest.test_collections |
957 |
4 |
Missing docstring |
W |
madrona.features.tests |
JsonSerializationTest.test_must_own_builtin |
971 |
12 |
Statement seems to have no effect |
W |
madrona.features.tests |
JsonSerializationTest.test_must_own_custom |
994 |
12 |
Statement seems to have no effect |
C |
madrona.features.tests |
JsonSerializationTest.test_limit_to_groups |
996 |
4 |
Missing docstring |
C |
madrona.features.tests |
JsonSerializationTest.test_limit_to_groups |
997 |
8 |
Comma not followed by a space
self.assertEquals(len(self.user.groups.filter(name="SuperSpecialTestGroup")),0)
^^ |
W |
madrona.features.tests |
JsonSerializationTest.test_limit_to_groups |
1003 |
12 |
Statement seems to have no effect |
C |
madrona.features.tests |
JsonSerializationTest.test_limit_to_groups |
1008 |
8 |
Comma not followed by a space
self.assertEquals(len(self.user.groups.filter(name="SuperSpecialTestGroup")),1)
^^ |
W |
madrona.features.tests |
JsonSerializationTest.test_limit_to_groups |
1005 |
23 |
Unused variable 'created' |
W |
madrona.features.tests |
JsonSerializationTest.test_owner_url |
1018 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
JsonSerializationTest.test_owner_url |
1015 |
4 |
Missing docstring |
E |
madrona.features.tests |
JsonSerializationTest.test_owner_url |
1020 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
JsonSerializationTest.test_owner_url |
1021 |
25 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
JsonSerializationTest.test_shared_url |
1026 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
JsonSerializationTest.test_shared_url |
1023 |
4 |
Missing docstring |
E |
madrona.features.tests |
JsonSerializationTest.test_shared_url |
1028 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
JsonSerializationTest.test_shared_url |
1029 |
25 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
R |
madrona.features.tests |
JsonSerializationTest |
921 |
0 |
Too many public methods (70/20) |
C |
madrona.features.tests |
CopyTest |
1031 |
0 |
Missing docstring |
C |
madrona.features.tests |
CopyTest.setUp |
1033 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
CopyTest.test_login_required |
1051 |
4 |
Missing docstring |
E |
madrona.features.tests |
CopyTest.test_login_required |
1056 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
CopyTest.test_copy |
1058 |
4 |
Missing docstring |
C |
madrona.features.tests |
CopyTest.test_copy_multiple_and_custom_copy_method |
1068 |
4 |
Invalid name "test_copy_multiple_and_custom_copy_method" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
CopyTest.test_copy_multiple_and_custom_copy_method |
1068 |
4 |
Missing docstring |
C |
madrona.features.tests |
CopyTest.test_other_users_can_copy_if_shared |
1080 |
4 |
Invalid name "test_other_users_can_copy_if_shared" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
CopyTest.test_other_users_can_copy_if_shared |
1080 |
4 |
Missing docstring |
R |
madrona.features.tests |
CopyTest |
1031 |
0 |
Too many public methods (64/20) |
C |
madrona.features.tests |
SpatialTest |
1091 |
0 |
Missing docstring |
C |
madrona.features.tests |
SpatialTest.setUp |
1093 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SpatialTest.setUp |
1099 |
8 |
Invalid name "g3" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SpatialTest.setUp |
1104 |
8 |
Invalid name "g2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SpatialTest.setUp |
1109 |
8 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SpatialTest.test_feature_types |
1115 |
4 |
Missing docstring |
W |
madrona.features.tests |
SpatialTest.test_point_defaultkml_url |
1127 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
SpatialTest.test_point_defaultkml_url |
1125 |
4 |
Missing docstring |
E |
madrona.features.tests |
SpatialTest.test_point_defaultkml_url |
1129 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
SpatialTest.test_line_defaultkml_url |
1134 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
SpatialTest.test_line_defaultkml_url |
1132 |
4 |
Missing docstring |
E |
madrona.features.tests |
SpatialTest.test_line_defaultkml_url |
1136 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
SpatialTest.test_polygon_defaultkml_url |
1141 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
SpatialTest.test_polygon_defaultkml_url |
1139 |
4 |
Missing docstring |
E |
madrona.features.tests |
SpatialTest.test_polygon_defaultkml_url |
1143 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
R |
madrona.features.tests |
SpatialTest |
1091 |
0 |
Too many public methods (64/20) |
C |
madrona.features.tests |
CollectionTest |
1146 |
0 |
Missing docstring |
R |
madrona.features.tests |
CollectionTest |
1146 |
0 |
Too many instance attributes (9/7) |
C |
madrona.features.tests |
CollectionTest.setUp |
1148 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
CollectionTest.test_add_remove_at_feature_level |
1169 |
4 |
Invalid name "test_add_remove_at_feature_level" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
CollectionTest.test_add_remove_at_feature_level |
1169 |
4 |
Missing docstring |
C |
madrona.features.tests |
CollectionTest.test_add_remove_at_collection_level |
1180 |
4 |
Invalid name "test_add_remove_at_collection_level" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
CollectionTest.test_add_remove_at_collection_level |
1180 |
4 |
Missing docstring |
C |
madrona.features.tests |
CollectionTest.test_feature_set |
1213 |
8 |
Comma not followed by a space
direct_mpa_children = self.folder1.feature_set(recurse=False,feature_classes=[TestMpa])
^^ |
C |
madrona.features.tests |
CollectionTest.test_feature_set |
1219 |
8 |
Comma not followed by a space
recursive_mpa_children = self.folder1.feature_set(recurse=True,feature_classes=[TestMpa])
^^ |
C |
madrona.features.tests |
CollectionTest.test_deep_recursion |
1257 |
8 |
Comma not followed by a space
recursive_mpa_children = self.folder1.feature_set(recurse=True,feature_classes=[TestMpa])
^^ |
C |
madrona.features.tests |
CollectionTest.test_no_potential_parents |
1294 |
4 |
Missing docstring |
C |
madrona.features.tests |
CollectionTest.test_copy_feature_collection |
1318 |
8 |
Comma not followed by a space
self.assertEqual(len(children),3,
^^
"Folder1_copy should contain copies folder2, mpa1, mpa2 but doesn't") |
R |
madrona.features.tests |
CollectionTest |
1146 |
0 |
Too many public methods (68/20) |
C |
madrona.features.tests |
SharingTestCase |
1321 |
0 |
Missing docstring |
R |
madrona.features.tests |
SharingTestCase |
1321 |
0 |
Too many instance attributes (16/7) |
C |
madrona.features.tests |
SharingTestCase.setUp |
1323 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SharingTestCase.setUp |
1353 |
8 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SharingTestCase.test_nested_folder_sharing |
1387 |
4 |
Missing docstring |
C |
madrona.features.tests |
SharingTestCase.test_user_sharing_groups |
1406 |
4 |
Missing docstring |
C |
madrona.features.tests |
SharingTestCase.test_user_sharing_groups |
1408 |
8 |
Comma not followed by a space
self.assertEquals(len(sgs),1)
^^ |
C |
madrona.features.tests |
SharingTestCase.test_user_sharing_groups |
1411 |
8 |
Comma not followed by a space
self.assertEquals(len(sgs),1)
^^ |
C |
madrona.features.tests |
SharingTestCase.test_user_sharing_groups |
1414 |
8 |
Comma not followed by a space
self.assertEquals(len(sgs),0)
^^ |
C |
madrona.features.tests |
SharingTestCase.test_nothing_shared |
1421 |
8 |
Comma not followed by a space
self.assertEquals(len(shared_mpas),0)
^^ |
C |
madrona.features.tests |
SharingTestCase.test_share_mpa_manager |
1432 |
8 |
Comma not followed by a space
self.assertEquals(len(shared_mpas),1)
^^ |
C |
madrona.features.tests |
SharingTestCase.test_share_mpa_manager |
1435 |
8 |
Comma not followed by a space
self.assertEquals(len(shared_mpas),0)
^^ |
W |
madrona.features.tests |
SharingTestCase.test_share_with_bad_group |
1464 |
8 |
No exception type(s) specified |
W |
madrona.features.tests |
SharingTestCase.test_share_by_bad_user |
1476 |
8 |
No exception type(s) specified |
C |
madrona.features.tests |
SharingTestCase.test_share_collection_manager |
1489 |
8 |
Comma not followed by a space
self.assertEquals(len(shared_mpas),1)
^^ |
C |
madrona.features.tests |
SharingTestCase.test_share_collection_manager |
1492 |
8 |
Comma not followed by a space
self.assertEquals(len(shared_mpas),0)
^^ |
W |
madrona.features.tests |
SharingTestCase.test_share_collection_method |
1502 |
18 |
Unused variable 'response' |
C |
madrona.features.tests |
SharingTestCase.test_groups_users_sharing_with |
1518 |
8 |
Invalid name "sw" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SharingTestCase.test_groups_users_sharing_with |
1519 |
8 |
Comma not followed by a space
self.assertEquals(sw,None)
^^ |
C |
madrona.features.tests |
SharingTestCase.test_groups_users_sharing_with |
1521 |
8 |
Invalid name "sw" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SharingTestCase.test_groups_users_sharing_with |
1522 |
8 |
Comma not followed by a space
self.assertNotEquals(sw,None)
^^ |
C |
madrona.features.tests |
SharingTestCase.test_groups_users_sharing_with |
1526 |
8 |
Invalid name "sw" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
SharingTestCase.test_get_share_form_401 |
1529 |
4 |
Missing docstring |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form_401 |
1532 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
SharingTestCase.test_get_share_form_403 |
1534 |
4 |
Missing docstring |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form_403 |
1538 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1540 |
4 |
Missing docstring |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1545 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1545 |
52 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1546 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1547 |
36 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1548 |
36 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1553 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1554 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1555 |
36 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_get_share_form |
1556 |
33 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.features.tests |
SharingTestCase.test_post_share_form |
1558 |
4 |
Missing docstring |
E |
madrona.features.tests |
SharingTestCase.test_post_share_form |
1562 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_post_share_form |
1568 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_post_share_form |
1568 |
52 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.features.tests |
SharingTestCase.test_post_share_form |
1574 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.features.tests |
SharingTestCase |
1321 |
0 |
Too many public methods (74/20) |
C |
madrona.features.tests |
TestForGeoJSON |
1576 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestForGeoJSON.Options |
1579 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestForGeoJSON.Options |
1579 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestForGeoJSON.Options |
1579 |
4 |
Too few public methods (0/2) |
W |
madrona.features.tests |
TestForGeoJSON.geojson |
1583 |
8 |
Redefining name 'json' from outer scope (line 2) |
C |
madrona.features.tests |
TestForGeoJSON.geojson |
1582 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestForGeoJSON |
1576 |
0 |
Too many public methods (32/20) |
C |
madrona.features.tests |
GJForm |
1590 |
0 |
Missing docstring |
W |
madrona.features.tests |
GJForm.Meta |
1591 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
GJForm.Meta |
1591 |
4 |
Missing docstring |
R |
madrona.features.tests |
GJForm.Meta |
1591 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
TestNoGeomFinal |
1594 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestNoGeomFinal.Options |
1598 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestNoGeomFinal.Options |
1598 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestNoGeomFinal.Options |
1598 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestNoGeomFinal |
1594 |
0 |
Too many public methods (24/20) |
C |
madrona.features.tests |
GJFormNoGeom |
1601 |
0 |
Missing docstring |
W |
madrona.features.tests |
GJFormNoGeom.Meta |
1602 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
GJFormNoGeom.Meta |
1602 |
4 |
Missing docstring |
R |
madrona.features.tests |
GJFormNoGeom.Meta |
1602 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
TestNoGeoJSON |
1605 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestNoGeoJSON.Options |
1608 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestNoGeoJSON.Options |
1608 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestNoGeoJSON.Options |
1608 |
4 |
Too few public methods (0/2) |
R |
madrona.features.tests |
TestNoGeoJSON |
1605 |
0 |
Too many public methods (31/20) |
C |
madrona.features.tests |
TestNoGeoJSONForm |
1612 |
0 |
Missing docstring |
W |
madrona.features.tests |
TestNoGeoJSONForm.Meta |
1613 |
4 |
Class has no __init__ method |
C |
madrona.features.tests |
TestNoGeoJSONForm.Meta |
1613 |
4 |
Missing docstring |
R |
madrona.features.tests |
TestNoGeoJSONForm.Meta |
1613 |
4 |
Too few public methods (0/2) |
C |
madrona.features.tests |
GeoJSONTest |
1616 |
0 |
Missing docstring |
R |
madrona.features.tests |
GeoJSONTest |
1616 |
0 |
Too many instance attributes (13/7) |
C |
madrona.features.tests |
GeoJSONTest.setUp |
1618 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.tests |
GeoJSONTest.setUp |
1630 |
8 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.tests |
GeoJSONTest.setUp |
1639 |
-1 |
String statement has no effect |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_single |
1656 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_single |
1654 |
4 |
Missing docstring |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_single |
1658 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_single |
1660 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_single |
1660 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_byproperty |
1670 |
8 |
Redefining name 'url' from outer scope (line 2) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_byproperty |
1672 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_byproperty |
1674 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_byproperty |
1674 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_nogeomfinal |
1684 |
8 |
Redefining name 'url' from outer scope (line 2) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_nogeomfinal |
1686 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_nogeomfinal |
1687 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_nogeomfinal |
1687 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
GeoJSONTest.test_no_geojson |
1696 |
12 |
Unused variable 'link' |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_flat |
1707 |
8 |
Redefining name 'url' from outer scope (line 2) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_flat |
1709 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_flat |
1711 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_flat |
1711 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_nest_url |
1724 |
8 |
Redefining name 'url' from outer scope (line 2) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_nest_url |
1726 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_nest_url |
1728 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_nest_url |
1728 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_nest_multi |
1741 |
8 |
Redefining name 'url' from outer scope (line 2) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_nest_multi |
1743 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_nest_multi |
1745 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_nest_multi |
1745 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_forbidden |
1755 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_forbidden |
1750 |
4 |
Missing docstring |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_forbidden |
1757 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_forbidden |
1760 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_forbidden |
1761 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_forbidden |
1761 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_transform |
1768 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_transform |
1764 |
4 |
Missing docstring |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_transform |
1770 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_transform |
1770 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_transform |
1776 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_transform |
1776 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_transform |
1783 |
8 |
Invalid name "fc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_transform |
1783 |
24 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
W |
madrona.features.tests |
GeoJSONTest.test_geojson_download |
1790 |
8 |
Redefining name 'url' from outer scope (line 2) |
C |
madrona.features.tests |
GeoJSONTest.test_geojson_download |
1787 |
4 |
Missing docstring |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_download |
1792 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_download |
1798 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_download |
1804 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.features.tests |
GeoJSONTest.test_geojson_download |
1809 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.features.tests |
GeoJSONTest.test_srid_util |
1815 |
4 |
Missing docstring |
R |
madrona.features.tests |
GeoJSONTest |
1616 |
0 |
Too many public methods (71/20) |
W |
madrona.features.tests |
|
2 |
0 |
Unused import registered_models from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import smart_str from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import is_password_usable from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import get_feature_models from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import auth from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import user_logged_in from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import EmptyManager from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import Permission from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import ImproperlyConfigured from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import DatabaseError from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import SiteProfileNotAvailable from wildcard import |
W |
madrona.features.tests |
|
12 |
0 |
Unused import HttpResponseForbidden |
W |
madrona.features.tests |
|
2 |
0 |
Unused import get_model_options from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import registered_model_options from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import urllib from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import get_logger from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import handler500 from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import registered_links from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import reverse from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import FeatureOptions from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import get_model_by_uid from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import receiver from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import get_class from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import get_random_string from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import loader from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import get_feature_by_uid from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import make_password from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import post_save from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import slugify from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import PermissionManager from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import logger from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import include from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import TemplateDoesNotExist from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import class_prepared from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import GroupManager from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import UNUSABLE_PASSWORD from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import timezone from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import patterns from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import UserManager from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import AnonymousUser from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import check_password from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import warnings from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import ContentType from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import get_collection_models from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import url from wildcard import |
W |
madrona.features.tests |
|
2 |
0 |
Unused import create_link from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import update_last_login from wildcard import |
W |
madrona.features.tests |
|
10 |
0 |
Unused import send_mail from wildcard import |
C |
madrona.features.__init__ |
|
127 |
0 |
Line too long (83/80) |
C |
madrona.features.__init__ |
|
170 |
0 |
Line too long (82/80) |
C |
madrona.features.__init__ |
|
183 |
0 |
Line too long (87/80) |
C |
madrona.features.__init__ |
|
188 |
0 |
Line too long (99/80) |
C |
madrona.features.__init__ |
|
198 |
0 |
Line too long (83/80) |
C |
madrona.features.__init__ |
|
203 |
0 |
Line too long (87/80) |
C |
madrona.features.__init__ |
|
209 |
0 |
Line too long (103/80) |
C |
madrona.features.__init__ |
|
212 |
0 |
Line too long (87/80) |
C |
madrona.features.__init__ |
|
263 |
0 |
Line too long (84/80) |
C |
madrona.features.__init__ |
|
305 |
0 |
Line too long (93/80) |
C |
madrona.features.__init__ |
|
366 |
0 |
Line too long (86/80) |
C |
madrona.features.__init__ |
|
372 |
0 |
Line too long (82/80) |
C |
madrona.features.__init__ |
|
373 |
0 |
Line too long (122/80) |
C |
madrona.features.__init__ |
|
377 |
0 |
Line too long (122/80) |
C |
madrona.features.__init__ |
|
397 |
0 |
Line too long (104/80) |
C |
madrona.features.__init__ |
|
403 |
0 |
Line too long (103/80) |
C |
madrona.features.__init__ |
|
410 |
0 |
Line too long (101/80) |
C |
madrona.features.__init__ |
|
428 |
0 |
Line too long (85/80) |
C |
madrona.features.__init__ |
|
431 |
0 |
Line too long (99/80) |
C |
madrona.features.__init__ |
|
432 |
0 |
Line too long (97/80) |
C |
madrona.features.__init__ |
|
507 |
0 |
Line too long (87/80) |
C |
madrona.features.__init__ |
|
689 |
0 |
Line too long (89/80) |
C |
madrona.features.__init__ |
|
697 |
0 |
Line too long (89/80) |
W |
madrona.features.__init__ |
|
704 |
0 |
Bad indentation. Found 20 spaces, expected 16 |
C |
madrona.features.__init__ |
|
732 |
0 |
Line too long (81/80) |
C |
madrona.features.__init__ |
|
761 |
0 |
Line too long (86/80) |
C |
madrona.features.__init__ |
|
764 |
0 |
Line too long (84/80) |
C |
madrona.features.__init__ |
|
778 |
0 |
Line too long (84/80) |
W |
madrona.features.__init__ |
|
130 |
0 |
TODO when the share_form view takes multiple instances |
C |
madrona.features |
|
1 |
0 |
Missing docstring |
W |
madrona.features |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.features |
|
15 |
0 |
Invalid name "registered_models" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.features |
|
16 |
0 |
Invalid name "registered_model_options" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.features |
|
17 |
0 |
Invalid name "registered_links" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.features |
|
18 |
0 |
Invalid name "logger" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.features |
FeatureConfigurationError |
20 |
0 |
Missing docstring |
R |
madrona.features |
FeatureOptions |
23 |
0 |
Too many instance attributes (15/7) |
W |
madrona.features |
FeatureOptions.__init__ |
66 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
72 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
78 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
85 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
91 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
97 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
103 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
108 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
118 |
-1 |
String statement has no effect |
W |
madrona.features |
FeatureOptions.__init__ |
169 |
-1 |
String statement has no effect |
E |
madrona.features |
FeatureOptions.__init__ |
172 |
53 |
Using variable 'm' before assignment |
W |
madrona.features |
FeatureOptions.__init__ |
177 |
-1 |
String statement has no effect |
C |
madrona.features |
FeatureOptions.__init__ |
179 |
12 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features |
FeatureOptions.__init__ |
186 |
25 |
Access to a protected member _field of a client class |
W |
madrona.features |
FeatureOptions.__init__ |
197 |
-1 |
String statement has no effect |
C |
madrona.features |
FeatureOptions.__init__ |
199 |
12 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features |
FeatureOptions.__init__ |
206 |
25 |
Access to a protected member _field of a client class |
W |
madrona.features |
FeatureOptions.__init__ |
221 |
-1 |
String statement has no effect |
C |
madrona.features |
FeatureOptions.__init__ |
224 |
12 |
Comma not followed by a space
self.links.insert(0,alternate('KML',
^^
'madrona.features.views.kml',
select='multiple single')) |
C |
madrona.features |
FeatureOptions.__init__ |
227 |
12 |
Comma not followed by a space
self.links.insert(0,alternate('KMZ',
^^
'madrona.features.views.kmz',
select='multiple single')) |
R |
madrona.features |
FeatureOptions.__init__ |
31 |
4 |
Too many branches (19/12) |
R |
madrona.features |
FeatureOptions.__init__ |
31 |
4 |
Too many statements (80/50) |
C |
madrona.features |
FeatureOptions.get_show_template |
243 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.get_show_template |
247 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.get_link |
250 |
4 |
Comma not followed by a space
def get_link(self,linkname):
^^ |
C |
madrona.features |
FeatureOptions.get_valid_children |
260 |
4 |
Missing docstring |
C |
madrona.features |
FeatureOptions.get_valid_children |
266 |
12 |
Invalid name "vc" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.get_form_class |
315 |
26 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.dict |
327 |
4 |
Comma not followed by a space
def dict(self,user,is_owner):
^^ |
C |
madrona.features |
FeatureOptions.dict |
346 |
12 |
Invalid name "lr" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.dict |
366 |
16 |
Comma not followed by a space
link_rels['link-relations'][link.rel].append(link.dict(user,is_owner))
^^ |
C |
madrona.features |
FeatureOptions.json |
383 |
4 |
Missing docstring |
E |
madrona.features |
FeatureOptions.json |
384 |
26 |
No value passed for parameter 'user' in function call |
E |
madrona.features |
FeatureOptions.json |
384 |
26 |
No value passed for parameter 'is_owner' in function call |
C |
madrona.features |
FeatureOptions.get_update_form |
392 |
4 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.get_update_form |
392 |
30 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.get_share_form |
399 |
4 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.get_share_form |
399 |
29 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.get_resource |
405 |
4 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
FeatureOptions.get_resource |
405 |
27 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
Link |
412 |
0 |
Missing docstring |
R |
madrona.features |
Link |
412 |
0 |
Too many instance attributes (14/7) |
W |
madrona.features |
Link.__init__ |
414 |
8 |
Redefining built-in 'type' |
W |
madrona.features |
Link.__init__ |
413 |
4 |
Dangerous default value {} as argument |
R |
madrona.features |
Link.__init__ |
413 |
4 |
Too many arguments (15/5) |
R |
madrona.features |
Link.__init__ |
413 |
4 |
Too many local variables (18/15) |
W |
madrona.features |
Link.__init__ |
420 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
426 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
439 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
445 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
451 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
456 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
463 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
468 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
473 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
479 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
484 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
491 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
501 |
-1 |
String statement has no effect |
W |
madrona.features |
Link.__init__ |
508 |
-1 |
String statement has no effect |
C |
madrona.features |
Link.reverse |
602 |
8 |
Comma not followed by a space
if not isinstance(instances,tuple) and not isinstance(instances,list):
^^ |
C |
madrona.features |
Link.dict |
613 |
4 |
Comma not followed by a space
def dict(self,user,is_owner):
^^ |
C |
madrona.features |
Link.dict |
613 |
4 |
Missing docstring |
C |
madrona.features |
Link.dict |
614 |
8 |
Invalid name "d" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features |
Link.dict |
613 |
23 |
Unused argument 'is_owner' |
W |
madrona.features |
Link.dict |
613 |
18 |
Unused argument 'user' |
C |
madrona.features |
Link.json |
630 |
4 |
Missing docstring |
E |
madrona.features |
Link.json |
631 |
26 |
No value passed for parameter 'user' in function call |
E |
madrona.features |
Link.json |
631 |
26 |
No value passed for parameter 'is_owner' in function call |
C |
madrona.features |
create_link |
633 |
0 |
Missing docstring |
W |
madrona.features |
create_link |
636 |
11 |
Used * or ** magic |
C |
madrona.features |
alternate |
651 |
0 |
Missing docstring |
C |
madrona.features |
related |
654 |
0 |
Missing docstring |
C |
madrona.features |
edit |
657 |
0 |
Missing docstring |
C |
madrona.features |
edit_form |
662 |
0 |
Missing docstring |
C |
madrona.features |
register |
667 |
0 |
Missing docstring |
C |
madrona.features |
get_model_options |
678 |
0 |
Missing docstring |
C |
madrona.features |
workspace_json |
681 |
0 |
Missing docstring |
E |
madrona.features |
workspace_json |
701 |
27 |
Undefined variable 'args' |
C |
madrona.features |
get_collection_models |
715 |
8 |
Comma not followed by a space
if issubclass(model,FeatureCollection):
^^ |
W |
madrona.features |
get_collection_models |
720 |
12 |
No exception type(s) specified |
C |
madrona.features |
get_feature_models |
732 |
8 |
Comma not followed by a space
if issubclass(model,Feature) and not issubclass(model,FeatureCollection):
^^ |
C |
madrona.features |
user_sharing_groups |
742 |
8 |
Invalid name "p" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.features |
user_sharing_groups |
743 |
11 |
Class 'Permission' has no 'DoesNotExist' member |
R |
madrona.features |
groups_users_sharing_with |
749 |
0 |
Too many branches (13/12) |
C |
madrona.features |
get_model_by_uid |
784 |
0 |
Missing docstring |
W |
madrona.features |
get_feature_by_uid |
791 |
25 |
Redefining built-in 'id' |
C |
madrona.features |
get_feature_by_uid |
790 |
0 |
Missing docstring |
C |
madrona.features |
get_feature_by_uid |
791 |
25 |
Invalid name "id" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
get_feature_by_uid |
792 |
4 |
Invalid name "id" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features |
get_feature_by_uid |
793 |
4 |
Comma not followed by a space
model = get_model_by_uid("%s_%s" % (applabel,modelname))
^^ |
C |
madrona.features.urls |
|
32 |
0 |
Line too long (92/80) |
C |
madrona.features.urls |
|
33 |
0 |
Line too long (89/80) |
C |
madrona.features.urls |
|
36 |
0 |
Line too long (89/80) |
C |
madrona.features.urls |
|
37 |
0 |
Line too long (86/80) |
C |
madrona.features.urls |
|
49 |
0 |
Line too long (121/80) |
C |
madrona.features.urls |
|
50 |
0 |
Line too long (124/80) |
C |
madrona.features.urls |
|
51 |
0 |
Line too long (122/80) |
C |
madrona.features.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.features.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.features.urls |
|
8 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.features.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.features.urls |
|
2 |
0 |
Unused import get_class |
W |
madrona.features.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
W |
madrona.features.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.features.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.features.urls |
|
5 |
0 |
Unused import FeatureConfigurationError |
W |
madrona.features.urls |
|
6 |
0 |
Unused import re |
W |
madrona.features.urls |
|
1 |
0 |
Unused import include from wildcard import |
C |
madrona.features.management |
|
1 |
0 |
Missing docstring |
C |
madrona.features.management.commands.enable_sharing |
|
1 |
0 |
Missing docstring |
C |
madrona.features.management.commands.enable_sharing |
Command |
6 |
0 |
Missing docstring |
C |
madrona.features.management.commands.enable_sharing |
Command.handle |
21 |
12 |
Invalid name "gs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.management.commands.enable_sharing |
Command.handle |
22 |
16 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.features.management.commands.enable_sharing |
Command.handle |
35 |
23 |
Catching too general exception Exception |
C |
madrona.features.management.commands.enable_sharing |
Command.handle |
32 |
20 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.management.commands.enable_sharing |
Command.handle |
35 |
36 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.features.management.commands.enable_sharing |
Command.handle |
37 |
20 |
Comma not followed by a space
print " ",e
^^ |
W |
madrona.features.management.commands.enable_sharing |
Command.handle |
16 |
8 |
Attribute 'all' defined outside __init__ |
W |
madrona.features.management.commands.enable_sharing |
|
1 |
0 |
Unused import AppCommand |
C |
madrona.features.management.commands |
|
1 |
0 |
Missing docstring |
C |
madrona.heatmap.models |
|
19 |
0 |
Line too long (87/80) |
C |
madrona.heatmap.models |
|
51 |
0 |
Line too long (123/80) |
C |
madrona.heatmap.models |
|
94 |
0 |
Line too long (82/80) |
C |
madrona.heatmap.models |
|
1 |
0 |
Missing docstring |
W |
madrona.heatmap.models |
|
3 |
0 |
Wildcard import madrona.studyregion.models |
W |
madrona.heatmap.models |
readArray |
12 |
14 |
Redefining built-in 'input' |
C |
madrona.heatmap.models |
readArray |
12 |
0 |
Invalid name "readArray" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.models |
create_blank_raster |
19 |
0 |
Comma not followed by a space
def create_blank_raster(extent,cellsize,outfile,format,srid=settings.GEOMETRY_DB_SRID):
^^ |
W |
madrona.heatmap.models |
create_blank_raster |
19 |
48 |
Redefining built-in 'format' |
C |
madrona.heatmap.models |
create_blank_raster |
32 |
4 |
Invalid name "outArray" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.models |
create_blank_raster |
42 |
4 |
Comma not followed by a space
gt = (extent[0],cellsize,0,extent[3],0,(cellsize * -1.))
^^ |
C |
madrona.heatmap.models |
create_blank_raster |
42 |
4 |
Invalid name "gt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.models |
create_blank_raster |
47 |
4 |
Comma not followed by a space
dst_band.WriteArray(outArray,0,0)
^^ |
C |
madrona.heatmap.models |
create_raster_from_matrix |
51 |
0 |
Comma not followed by a space
def create_raster_from_matrix(matrix,outfile,extent=None,cellsize=CELL_SIZE,format='GTiff',srid=settings.GEOMETRY_DB_SRID):
^^ |
W |
madrona.heatmap.models |
create_raster_from_matrix |
51 |
76 |
Redefining built-in 'format' |
R |
madrona.heatmap.models |
create_raster_from_matrix |
51 |
0 |
Too many arguments (6/5) |
R |
madrona.heatmap.models |
create_raster_from_matrix |
51 |
0 |
Too many local variables (20/15) |
C |
madrona.heatmap.models |
create_raster_from_matrix |
72 |
4 |
Comma not followed by a space
gt = (extent[0],cellsize,0,extent[3],0,(cellsize * -1.))
^^ |
C |
madrona.heatmap.models |
create_raster_from_matrix |
72 |
4 |
Invalid name "gt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.models |
create_raster_from_matrix |
77 |
4 |
Comma not followed by a space
dst_band.WriteArray(matrix,0,0)
^^ |
C |
madrona.heatmap.models |
create_raster_from_matrix |
80 |
4 |
Comma not followed by a space
start_color = (255,255,0,160)
^^ |
C |
madrona.heatmap.models |
create_raster_from_matrix |
81 |
4 |
Comma not followed by a space
end_color = (255,0,0,160)
^^ |
C |
madrona.heatmap.models |
create_raster_from_matrix |
82 |
4 |
Invalid name "ct" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.models |
create_raster_from_matrix |
83 |
4 |
Comma not followed by a space
ct.CreateColorRamp(int(min_val),start_color,int(max_val),end_color)
^^ |
C |
madrona.heatmap.models |
shapefile_to_matrix |
88 |
0 |
Comma not followed by a space
def shapefile_to_matrix(shapefile,cellsize=CELL_SIZE,extent=None):
^^ |
C |
madrona.heatmap.models |
shapefile_to_matrix |
88 |
0 |
Missing docstring |
C |
madrona.heatmap.models |
shapefile_to_matrix |
91 |
4 |
Invalid name "tf" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.models |
shapefile_to_matrix |
92 |
4 |
Comma not followed by a space
rast = create_blank_raster(extent,cellsize,tf,'GTiff')
^^ |
C |
madrona.heatmap.models |
shapefile_to_matrix |
94 |
4 |
Comma not followed by a space
sys_string = 'gdal_rasterize -b 1 -burn 1 %s %s %s' % (layer_arg,shapefile,tf)
^^ |
W |
madrona.heatmap.models |
shapefile_to_matrix |
92 |
4 |
Unused variable 'rast' |
C |
madrona.heatmap.models |
create_heatmap |
100 |
0 |
Missing docstring |
C |
madrona.heatmap.models |
create_heatmap |
104 |
4 |
Comma not followed by a space
for i,matrix in enumerate(matrices):
^^ |
C |
madrona.heatmap.models |
create_heatmap |
111 |
4 |
Comma not followed by a space
return create_raster_from_matrix(mat,outfile.name)
^^ |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import ComputeLookAt from wildcard import |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import A from wildcard import |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import length_in_display_units from wildcard import |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import KmlWrap from wildcard import |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import Polygon from wildcard import |
W |
madrona.heatmap.models |
|
1 |
0 |
Unused import models |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import area_in_display_units from wildcard import |
W |
madrona.heatmap.models |
|
5 |
0 |
Unused import sys |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import D from wildcard import |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import Point from wildcard import |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import StudyRegionManager from wildcard import |
W |
madrona.heatmap.models |
|
3 |
0 |
Unused import LinearRing from wildcard import |
C |
madrona.heatmap.views |
|
5 |
0 |
Line too long (139/80) |
C |
madrona.heatmap.views |
|
12 |
0 |
Line too long (84/80) |
C |
madrona.heatmap.views |
|
26 |
0 |
Line too long (114/80) |
C |
madrona.heatmap.views |
|
45 |
0 |
Line too long (96/80) |
C |
madrona.heatmap.views |
|
61 |
0 |
Line too long (81/80) |
C |
madrona.heatmap.views |
|
104 |
0 |
Line too long (90/80) |
C |
madrona.heatmap.views |
|
1 |
0 |
Missing docstring |
C |
madrona.heatmap.views |
overlap_geotiff |
10 |
0 |
Missing docstring |
C |
madrona.heatmap.views |
overlap_geotiff |
22 |
8 |
Invalid name "fs" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.views |
overlap_geotiff |
23 |
8 |
Comma not followed by a space
poly_fs = [x for x in fs if isinstance(x,PolygonFeature)]
^^ |
C |
madrona.heatmap.views |
overlap_geotiff |
28 |
12 |
Invalid name "fn" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.views |
overlap_geotiff_response |
34 |
0 |
Missing docstring |
C |
madrona.heatmap.views |
overlap_kmz_response |
51 |
0 |
Missing docstring |
R |
madrona.heatmap.views |
overlap_kmz_response |
51 |
0 |
Too many local variables (20/15) |
E |
madrona.heatmap.views |
overlap_kmz_response |
59 |
15 |
Using variable 'response' before assignment |
C |
madrona.heatmap.views |
overlap_kmz_response |
61 |
4 |
Comma not followed by a space
tempdir = os.path.join(tempfile.gettempdir(),str(collection_uids.__hash__()))
^^ |
C |
madrona.heatmap.views |
overlap_kmz_response |
91 |
4 |
Invalid name "zu" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.heatmap.views |
|
5 |
0 |
Unused import HttpResponseServerError |
W |
madrona.heatmap.views |
|
5 |
0 |
Unused import HttpResponseForbidden |
W |
madrona.heatmap.views |
|
5 |
0 |
Unused import HttpResponseRedirect |
W |
madrona.heatmap.views |
|
5 |
0 |
Unused import HttpResponseBadRequest |
C |
madrona.heatmap.tests |
|
24 |
0 |
Line too long (106/80) |
C |
madrona.heatmap.tests |
|
25 |
0 |
Line too long (102/80) |
C |
madrona.heatmap.tests |
|
1 |
0 |
Missing docstring |
C |
madrona.heatmap.tests |
HeatmapTest |
7 |
0 |
Missing docstring |
C |
madrona.heatmap.tests |
HeatmapTest.setUp |
10 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.heatmap.tests |
HeatmapTest.test_noauth |
27 |
4 |
Missing docstring |
E |
madrona.heatmap.tests |
HeatmapTest.test_noauth |
29 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.heatmap.tests |
HeatmapTest.test_noauth |
33 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.heatmap.tests |
HeatmapTest.test_urls |
35 |
4 |
Missing docstring |
E |
madrona.heatmap.tests |
HeatmapTest.test_urls |
38 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.heatmap.tests |
HeatmapTest.test_urls |
41 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.heatmap.tests |
HeatmapTest |
7 |
0 |
Too many public methods (62/20) |
C |
madrona.heatmap |
|
1 |
0 |
Missing docstring |
C |
madrona.heatmap.urls |
|
5 |
0 |
Line too long (125/80) |
C |
madrona.heatmap.urls |
|
6 |
0 |
Line too long (113/80) |
C |
madrona.heatmap.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.heatmap.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
W |
madrona.heatmap.urls |
|
2 |
0 |
Wildcard import madrona.heatmap.views |
C |
madrona.heatmap.urls |
|
4 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import mimetypes from wildcard import |
W |
madrona.heatmap.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import Http404 from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import ShpResponder from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import HttpResponseRedirect from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import PolygonFeature from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import HttpResponse from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import get_feature_by_uid from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import HttpResponseForbidden from wildcard import |
W |
madrona.heatmap.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import get_collection_models from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import HttpResponseServerError from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import HttpResponseBadRequest from wildcard import |
W |
madrona.heatmap.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.heatmap.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import create_heatmap from wildcard import |
W |
madrona.heatmap.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import os from wildcard import |
W |
madrona.heatmap.urls |
|
2 |
0 |
Unused import overlap_geotiff from wildcard import |
C |
madrona.raster_stats.models |
|
27 |
0 |
Line too long (81/80) |
C |
madrona.raster_stats.models |
|
73 |
0 |
Line too long (131/80) |
C |
madrona.raster_stats.models |
|
99 |
0 |
Line too long (104/80) |
C |
madrona.raster_stats.models |
|
110 |
0 |
Line too long (81/80) |
C |
madrona.raster_stats.models |
|
115 |
0 |
Line too long (258/80) |
C |
madrona.raster_stats.models |
|
122 |
0 |
Line too long (84/80) |
C |
madrona.raster_stats.models |
|
124 |
0 |
Line too long (84/80) |
C |
madrona.raster_stats.models |
|
129 |
0 |
Line too long (96/80) |
C |
madrona.raster_stats.models |
|
194 |
0 |
Line too long (86/80) |
W |
madrona.raster_stats.models |
|
41 |
0 |
TODO is there a CHEAP way to check for GDAL open? |
C |
madrona.raster_stats.models |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.models |
|
10 |
0 |
Invalid name "logger" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.raster_stats.models |
|
14 |
0 |
No exception type(s) specified |
C |
madrona.raster_stats.models |
RasterDataset |
24 |
0 |
Missing docstring |
E |
madrona.raster_stats.models |
RasterDataset.save |
36 |
17 |
Class 'ZonalStatsCache' has no 'objects' member |
C |
madrona.raster_stats.models |
RasterDataset.is_valid |
40 |
4 |
Missing docstring |
C |
madrona.raster_stats.models |
ZonalCategory |
46 |
0 |
Missing docstring |
C |
madrona.raster_stats.models |
ZonalStatsCache |
53 |
0 |
Missing docstring |
C |
madrona.raster_stats.models |
ZonalStatsCache.json |
69 |
4 |
Missing docstring |
W |
madrona.raster_stats.models |
ZonalStatsCache.Meta |
75 |
4 |
Class has no __init__ method |
C |
madrona.raster_stats.models |
ZonalStatsCache.Meta |
75 |
4 |
Missing docstring |
R |
madrona.raster_stats.models |
ZonalStatsCache.Meta |
75 |
4 |
Too few public methods (0/2) |
W |
madrona.raster_stats.models |
zonal_stats |
209 |
8 |
Attribute 'from_cache' defined outside __init__ |
C |
madrona.raster_stats.models |
geom_to_file |
78 |
0 |
Missing docstring |
C |
madrona.raster_stats.models |
geom_to_file |
85 |
4 |
Invalid name "fh" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.raster_stats.models |
_run_starspan_zonal |
90 |
0 |
Too many local variables (26/15) |
C |
madrona.raster_stats.models |
_run_starspan_zonal |
115 |
4 |
Comma not followed by a space
cmd = '%s --vector %s --where "id=1" --out-prefix %s/output_%s --out-type table --summary-suffix _stats.csv --raster %s --stats avg mode median min max sum stdev nulls --pixprop %s ' % (STARSPAN_BIN,out_json,tmpdir, timestamp, rasterds.filepath, pixprop)
^^ |
E |
madrona.raster_stats.models |
_run_starspan_zonal |
129 |
21 |
Class 'ZonalStatsCache' has no 'objects' member |
C |
madrona.raster_stats.models |
_run_starspan_zonal |
155 |
12 |
Invalid name "zc" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.raster_stats.models |
_run_starspan_zonal |
155 |
17 |
Class 'ZonalCategory' has no 'objects' member |
W |
madrona.raster_stats.models |
_run_starspan_zonal |
162 |
4 |
No exception type(s) specified |
W |
madrona.raster_stats.models |
_run_starspan_zonal |
129 |
11 |
Unused variable 'created' |
R |
madrona.raster_stats.models |
_run_starspan_zonal |
90 |
0 |
Too many branches (14/12) |
R |
madrona.raster_stats.models |
_run_starspan_zonal |
90 |
0 |
Too many statements (55/50) |
C |
madrona.raster_stats.models |
clear_cache |
174 |
0 |
Missing docstring |
E |
madrona.raster_stats.models |
clear_cache |
175 |
11 |
Class 'ZonalStatsCache' has no 'objects' member |
E |
madrona.raster_stats.models |
zonal_stats |
194 |
21 |
Class 'ZonalStatsCache' has no 'objects' member |
E |
madrona.raster_stats.models |
zonal_stats |
195 |
15 |
Class 'ZonalStatsCache' has no 'DoesNotExist' member |
C |
madrona.raster_stats.views |
|
3 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.views |
|
17 |
0 |
Line too long (98/80) |
C |
madrona.raster_stats.views |
|
29 |
0 |
Line too long (139/80) |
W |
madrona.raster_stats.views |
|
25 |
0 |
TODO check if continuous |
C |
madrona.raster_stats.views |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.views |
stats_for_geom |
7 |
0 |
Missing docstring |
W |
madrona.raster_stats.views |
stats_for_geom |
16 |
4 |
No exception type(s) specified |
W |
madrona.raster_stats.views |
stats_for_geom |
22 |
4 |
No exception type(s) specified |
E |
madrona.raster_stats.views |
stats_for_geom |
21 |
17 |
Class 'RasterDataset' has no 'objects' member |
E |
madrona.raster_stats.views |
stats_for_geom |
23 |
56 |
Undefined variable 'pk' |
E |
madrona.raster_stats.views |
stats_for_geom |
28 |
10 |
Class 'ZonalStatsCache' has no 'objects' member |
C |
madrona.raster_stats.views |
stats_for_geom |
29 |
4 |
Comma not followed by a space
data = serializers.serialize("json", zqs, fields=('avg','min','max','median','mode','stdev','nulls','pixels','date_modified','raster'))
^^ |
C |
madrona.raster_stats.views |
raster_list |
32 |
0 |
Missing docstring |
E |
madrona.raster_stats.views |
raster_list |
33 |
12 |
Class 'RasterDataset' has no 'objects' member |
W |
madrona.raster_stats.views |
raster_list |
32 |
16 |
Unused argument 'request' |
C |
madrona.raster_stats.admin |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.tests |
|
2 |
0 |
Line too long (96/80) |
C |
madrona.raster_stats.tests |
|
9 |
0 |
Line too long (95/80) |
C |
madrona.raster_stats.tests |
|
10 |
0 |
Line too long (113/80) |
C |
madrona.raster_stats.tests |
|
26 |
0 |
Line too long (96/80) |
C |
madrona.raster_stats.tests |
|
27 |
0 |
Line too long (115/80) |
C |
madrona.raster_stats.tests |
|
114 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.tests |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.tests |
test_data |
8 |
0 |
Missing docstring |
C |
madrona.raster_stats.tests |
test_data |
10 |
4 |
Comma not followed by a space
rast, created = RasterDataset.objects.get_or_create(name="test_impact",filepath=rastpath,type='continuous')
^^ |
E |
madrona.raster_stats.tests |
test_data |
10 |
20 |
Class 'RasterDataset' has no 'objects' member |
C |
madrona.raster_stats.tests |
test_data |
15 |
4 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.raster_stats.tests |
test_data |
10 |
10 |
Unused variable 'created' |
C |
madrona.raster_stats.tests |
test_categorical_data |
25 |
0 |
Missing docstring |
C |
madrona.raster_stats.tests |
test_categorical_data |
27 |
4 |
Comma not followed by a space
rast, created = RasterDataset.objects.get_or_create(name="test_landuse",filepath=rastpath,type='categorical')
^^ |
E |
madrona.raster_stats.tests |
test_categorical_data |
27 |
20 |
Class 'RasterDataset' has no 'objects' member |
C |
madrona.raster_stats.tests |
test_categorical_data |
32 |
4 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.raster_stats.tests |
test_categorical_data |
27 |
10 |
Unused variable 'created' |
C |
madrona.raster_stats.tests |
ZonalTest |
41 |
0 |
Missing docstring |
C |
madrona.raster_stats.tests |
ZonalTest.setUp |
43 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.raster_stats.tests |
ZonalTest.test_zonal_util |
53 |
8 |
Comma not followed by a space
self.assertEqual(zonal.nulls,0)
^^ |
C |
madrona.raster_stats.tests |
ZonalTest.test_zonal_util |
57 |
8 |
Comma not followed by a space
self.assertEqual(zonal.pixels,None)
^^ |
C |
madrona.raster_stats.tests |
ZonalTest.test_zonal_util |
62 |
8 |
Comma not followed by a space
self.assertEqual(zonal.nulls,0)
^^ |
C |
madrona.raster_stats.tests |
ZonalTest.test_zonal_util |
63 |
8 |
Comma not followed by a space
self.assertEqual(zonal.pixels,225)
^^ |
C |
madrona.raster_stats.tests |
ZonalTest.test_zonal_util |
67 |
8 |
Comma not followed by a space
self.assertEqual(zonal.nulls,279)
^^ |
E |
madrona.raster_stats.tests |
ZonalTest.test_caching |
74 |
29 |
Class 'ZonalStatsCache' has no 'objects' member |
E |
madrona.raster_stats.tests |
ZonalTest.test_caching |
78 |
29 |
Class 'ZonalStatsCache' has no 'objects' member |
E |
madrona.raster_stats.tests |
ZonalTest.test_caching |
82 |
29 |
Class 'ZonalStatsCache' has no 'objects' member |
E |
madrona.raster_stats.tests |
ZonalTest.test_caching |
86 |
29 |
Class 'ZonalStatsCache' has no 'objects' member |
E |
madrona.raster_stats.tests |
ZonalTest.test_caching |
90 |
29 |
Class 'ZonalStatsCache' has no 'objects' member |
E |
madrona.raster_stats.tests |
ZonalTest.test_caching |
94 |
29 |
Class 'ZonalStatsCache' has no 'objects' member |
E |
madrona.raster_stats.tests |
ZonalTest.test_caching |
97 |
29 |
Class 'ZonalStatsCache' has no 'objects' member |
R |
madrona.raster_stats.tests |
ZonalTest |
41 |
0 |
Too many public methods (62/20) |
C |
madrona.raster_stats.tests |
ZonalWebServiceTest |
99 |
0 |
Missing docstring |
C |
madrona.raster_stats.tests |
ZonalWebServiceTest.setUp |
102 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.raster_stats.tests |
ZonalWebServiceTest.test_webservice |
106 |
4 |
Missing docstring |
E |
madrona.raster_stats.tests |
ZonalWebServiceTest.test_webservice |
110 |
29 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.raster_stats.tests |
ZonalWebServiceTest.test_webservice |
112 |
51 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
R |
madrona.raster_stats.tests |
ZonalWebServiceTest |
99 |
0 |
Too many public methods (61/20) |
C |
madrona.raster_stats.tests |
ZonalCategoriesTest |
117 |
0 |
Missing docstring |
C |
madrona.raster_stats.tests |
ZonalCategoriesTest.setUp |
118 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.raster_stats.tests |
ZonalCategoriesTest.test_categories |
122 |
4 |
Missing docstring |
C |
madrona.raster_stats.tests |
ZonalCategoriesTest.test_categories |
125 |
12 |
Invalid name "zc" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.raster_stats.tests |
ZonalCategoriesTest |
117 |
0 |
Too many public methods (61/20) |
W |
madrona.raster_stats.tests |
|
6 |
0 |
Unused import sys |
C |
madrona.raster_stats |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.raster_stats.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.raster_stats.urls |
|
3 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.raster_stats.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.raster_stats.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.raster_stats.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.raster_stats.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.raster_stats.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.raster_stats.migrations.0001_initial |
|
13 |
0 |
Line too long (171/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
14 |
0 |
Line too long (82/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
15 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
16 |
0 |
Line too long (95/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
22 |
0 |
Line too long (116/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
23 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
24 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
25 |
0 |
Line too long (88/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
26 |
0 |
Line too long (92/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
27 |
0 |
Line too long (93/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
28 |
0 |
Line too long (93/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
29 |
0 |
Line too long (91/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
30 |
0 |
Line too long (92/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
31 |
0 |
Line too long (107/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
32 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
33 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
37 |
0 |
Line too long (87/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
38 |
0 |
Line too long (84/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
48 |
0 |
Line too long (89/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
49 |
0 |
Line too long (84/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
54 |
0 |
Line too long (183/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
55 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
56 |
0 |
Line too long (102/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
57 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
60 |
0 |
Line too long (104/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
61 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
62 |
0 |
Line too long (114/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
63 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
64 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
65 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
66 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
67 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
68 |
0 |
Line too long (98/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
69 |
0 |
Line too long (99/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
70 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
71 |
0 |
Line too long (118/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
72 |
0 |
Line too long (98/80) |
C |
madrona.raster_stats.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.raster_stats.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.raster_stats.migrations.0001_initial |
Migration.backwards |
40 |
4 |
Missing docstring |
W |
madrona.raster_stats.migrations.0001_initial |
Migration.backwards |
40 |
24 |
Unused argument 'orm' |
R |
madrona.raster_stats.migrations.0001_initial |
Migration.backwards |
40 |
4 |
Method could be a function |
W |
madrona.raster_stats.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.raster_stats.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
12 |
0 |
Line too long (218/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
17 |
0 |
Line too long (218/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
22 |
0 |
Line too long (202/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
23 |
0 |
Line too long (107/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
24 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
25 |
0 |
Line too long (102/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
26 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
29 |
0 |
Line too long (104/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
30 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
31 |
0 |
Line too long (114/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
32 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
33 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
34 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
35 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
36 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
37 |
0 |
Line too long (98/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
38 |
0 |
Line too long (99/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
39 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
40 |
0 |
Line too long (118/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
41 |
0 |
Line too long (99/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
42 |
0 |
Line too long (96/80) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
1 |
0 |
Invalid name "0004_auto__chg_field_rasterdataset_filepath" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
Migration.backwards |
14 |
4 |
Missing docstring |
W |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
Migration.backwards |
14 |
24 |
Unused argument 'orm' |
W |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
5 |
0 |
Unused import models |
W |
madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath |
|
2 |
0 |
Unused import datetime |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
12 |
0 |
Line too long (158/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
22 |
0 |
Line too long (183/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
23 |
0 |
Line too long (107/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
24 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
25 |
0 |
Line too long (102/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
26 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
29 |
0 |
Line too long (104/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
30 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
31 |
0 |
Line too long (114/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
32 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
33 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
34 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
35 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
36 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
37 |
0 |
Line too long (98/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
38 |
0 |
Line too long (99/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
39 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
40 |
0 |
Line too long (118/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
41 |
0 |
Line too long (98/80) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
1 |
0 |
Invalid name "0002_add_full_name" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.raster_stats.migrations.0002_add_full_name |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0002_add_full_name |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0002_add_full_name |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.raster_stats.migrations.0002_add_full_name |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.raster_stats.migrations.0002_add_full_name |
Migration.backwards |
14 |
4 |
Missing docstring |
W |
madrona.raster_stats.migrations.0002_add_full_name |
Migration.backwards |
14 |
24 |
Unused argument 'orm' |
R |
madrona.raster_stats.migrations.0002_add_full_name |
Migration.backwards |
14 |
4 |
Method could be a function |
W |
madrona.raster_stats.migrations.0002_add_full_name |
|
5 |
0 |
Unused import models |
W |
madrona.raster_stats.migrations.0002_add_full_name |
|
2 |
0 |
Unused import datetime |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
12 |
0 |
Line too long (150/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
15 |
0 |
Line too long (218/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
23 |
0 |
Line too long (211/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
28 |
0 |
Line too long (202/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
29 |
0 |
Line too long (107/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
30 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
31 |
0 |
Line too long (102/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
32 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
35 |
0 |
Line too long (104/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
36 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
37 |
0 |
Line too long (114/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
38 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
39 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
40 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
41 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
42 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
43 |
0 |
Line too long (98/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
44 |
0 |
Line too long (99/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
45 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
46 |
0 |
Line too long (118/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
47 |
0 |
Line too long (99/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
48 |
0 |
Line too long (96/80) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
1 |
0 |
Invalid name "0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
Migration.backwards |
17 |
4 |
Missing docstring |
W |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
Migration.backwards |
17 |
24 |
Unused argument 'orm' |
W |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
5 |
0 |
Unused import models |
W |
madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath |
|
2 |
0 |
Unused import datetime |
C |
madrona.raster_stats.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
13 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
21 |
0 |
Line too long (93/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
22 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
23 |
0 |
Line too long (95/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
25 |
0 |
Line too long (111/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
28 |
0 |
Line too long (209/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
39 |
0 |
Line too long (218/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
44 |
0 |
Line too long (181/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
45 |
0 |
Line too long (107/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
46 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
47 |
0 |
Line too long (102/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
48 |
0 |
Line too long (83/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
54 |
0 |
Line too long (84/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
57 |
0 |
Line too long (104/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
58 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
59 |
0 |
Line too long (151/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
60 |
0 |
Line too long (114/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
61 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
62 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
63 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
64 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
65 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
66 |
0 |
Line too long (98/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
67 |
0 |
Line too long (99/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
68 |
0 |
Line too long (100/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
69 |
0 |
Line too long (118/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
70 |
0 |
Line too long (99/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
71 |
0 |
Line too long (96/80) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
1 |
0 |
Invalid name "0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
Migration.backwards |
30 |
4 |
Missing docstring |
W |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
Migration.backwards |
30 |
24 |
Unused argument 'orm' |
W |
madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath |
|
2 |
0 |
Unused import datetime |
C |
madrona.raster_stats.management |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.management.commands |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
16 |
0 |
Line too long (85/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
18 |
0 |
Line too long (102/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
20 |
0 |
Line too long (81/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
22 |
0 |
Line too long (114/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
87 |
0 |
Line too long (97/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
102 |
0 |
Line too long (126/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
109 |
0 |
Line too long (109/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
112 |
0 |
Line too long (90/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
119 |
0 |
Line too long (105/80) |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
|
1 |
0 |
Missing docstring |
C |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command |
5 |
0 |
Missing docstring |
W |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
70 |
8 |
Redefining built-in 'type' |
R |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
64 |
4 |
Too many local variables (18/15) |
W |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
124 |
15 |
Catching too general exception Exception |
E |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
87 |
20 |
Class 'RasterDataset' has no 'objects' member |
E |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
109 |
32 |
Class 'RasterDataset' has no 'objects' member |
E |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
119 |
28 |
Class 'RasterDataset' has no 'objects' member |
W |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
124 |
28 |
Unused variable 'inst' |
W |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
111 |
24 |
Unused variable 'root' |
R |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
64 |
4 |
Too many branches (21/12) |
R |
madrona.raster_stats.management.commands.update_rasterdatasets |
Command.handle |
64 |
4 |
Too many statements (60/50) |
C |
madrona.async.models |
|
6 |
0 |
Line too long (97/80) |
C |
madrona.async.models |
|
1 |
0 |
Missing docstring |
W |
madrona.async.models |
|
7 |
-1 |
String statement has no effect |
C |
madrona.async.models |
URLtoTaskID |
8 |
0 |
Missing docstring |
W |
madrona.async.models |
|
2 |
0 |
Unused import TaskMeta |
C |
madrona.async.ProcessHandler |
|
7 |
0 |
Line too long (97/80) |
C |
madrona.async.ProcessHandler |
|
8 |
0 |
Line too long (111/80) |
C |
madrona.async.ProcessHandler |
|
11 |
0 |
Line too long (87/80) |
C |
madrona.async.ProcessHandler |
|
14 |
0 |
Line too long (113/80) |
C |
madrona.async.ProcessHandler |
|
15 |
0 |
Line too long (109/80) |
C |
madrona.async.ProcessHandler |
|
16 |
0 |
Line too long (107/80) |
C |
madrona.async.ProcessHandler |
|
17 |
0 |
Line too long (117/80) |
C |
madrona.async.ProcessHandler |
|
18 |
0 |
Line too long (111/80) |
C |
madrona.async.ProcessHandler |
|
19 |
0 |
Line too long (112/80) |
C |
madrona.async.ProcessHandler |
|
20 |
0 |
Line too long (109/80) |
C |
madrona.async.ProcessHandler |
|
21 |
0 |
Line too long (107/80) |
C |
madrona.async.ProcessHandler |
|
23 |
0 |
Line too long (114/80) |
C |
madrona.async.ProcessHandler |
|
24 |
0 |
Line too long (110/80) |
C |
madrona.async.ProcessHandler |
|
25 |
0 |
Line too long (117/80) |
C |
madrona.async.ProcessHandler |
|
26 |
0 |
Line too long (114/80) |
C |
madrona.async.ProcessHandler |
|
27 |
0 |
Line too long (114/80) |
C |
madrona.async.ProcessHandler |
|
28 |
0 |
Line too long (120/80) |
C |
madrona.async.ProcessHandler |
|
29 |
0 |
Line too long (119/80) |
C |
madrona.async.ProcessHandler |
|
30 |
0 |
Line too long (117/80) |
C |
madrona.async.ProcessHandler |
|
31 |
0 |
Line too long (122/80) |
C |
madrona.async.ProcessHandler |
|
32 |
0 |
Line too long (118/80) |
C |
madrona.async.ProcessHandler |
|
33 |
0 |
Line too long (115/80) |
C |
madrona.async.ProcessHandler |
|
34 |
0 |
Line too long (114/80) |
C |
madrona.async.ProcessHandler |
|
35 |
0 |
Line too long (112/80) |
C |
madrona.async.ProcessHandler |
|
40 |
0 |
Line too long (95/80) |
C |
madrona.async.ProcessHandler |
|
41 |
0 |
Line too long (111/80) |
C |
madrona.async.ProcessHandler |
|
42 |
0 |
Line too long (113/80) |
C |
madrona.async.ProcessHandler |
|
45 |
0 |
Line too long (101/80) |
C |
madrona.async.ProcessHandler |
|
69 |
0 |
Line too long (141/80) |
C |
madrona.async.ProcessHandler |
|
77 |
0 |
Line too long (83/80) |
C |
madrona.async.ProcessHandler |
|
80 |
0 |
Line too long (98/80) |
C |
madrona.async.ProcessHandler |
|
82 |
0 |
Line too long (93/80) |
C |
madrona.async.ProcessHandler |
|
145 |
0 |
Line too long (86/80) |
C |
madrona.async.ProcessHandler |
|
1 |
0 |
Missing docstring |
W |
madrona.async.ProcessHandler |
|
1 |
0 |
Relative import 'models', should be 'madrona.async.models' |
W |
madrona.async.ProcessHandler |
|
36 |
-1 |
String statement has no effect |
W |
madrona.async.ProcessHandler |
|
44 |
-1 |
String statement has no effect |
W |
madrona.async.ProcessHandler |
__begin_process |
45 |
0 |
Dangerous default value {} as argument |
C |
madrona.async.ProcessHandler |
__begin_process |
45 |
0 |
Missing docstring |
W |
madrona.async.ProcessHandler |
__begin_process |
49 |
4 |
No exception type(s) specified |
E |
madrona.async.ProcessHandler |
__begin_process |
48 |
8 |
Class 'URLtoTaskID' has no 'objects' member |
W |
madrona.async.ProcessHandler |
__begin_process |
52 |
11 |
Used * or ** magic |
W |
madrona.async.ProcessHandler |
|
68 |
-1 |
String statement has no effect |
W |
madrona.async.ProcessHandler |
check_status_or_begin |
69 |
0 |
Dangerous default value {} as argument |
C |
madrona.async.ProcessHandler |
check_status_or_begin |
69 |
0 |
Missing docstring |
R |
madrona.async.ProcessHandler |
check_status_or_begin |
69 |
0 |
Too many arguments (7/5) |
W |
madrona.async.ProcessHandler |
check_status_or_begin |
69 |
121 |
Unused argument 'cache_results' |
C |
madrona.async.ProcessHandler |
process_is_running_or_complete |
81 |
0 |
Missing docstring |
C |
madrona.async.ProcessHandler |
process_is_running |
88 |
0 |
Missing docstring |
C |
madrona.async.ProcessHandler |
process_is_pending |
97 |
0 |
Missing docstring |
C |
madrona.async.ProcessHandler |
process_is_complete |
105 |
0 |
Missing docstring |
C |
madrona.async.ProcessHandler |
get_process_status |
113 |
0 |
Missing docstring |
C |
madrona.async.ProcessHandler |
get_process_result |
121 |
0 |
Missing docstring |
C |
madrona.async.ProcessHandler |
get_taskid_from_url |
129 |
0 |
Missing docstring |
W |
madrona.async.ProcessHandler |
get_taskid_from_url |
133 |
4 |
No exception type(s) specified |
E |
madrona.async.ProcessHandler |
get_taskid_from_url |
131 |
16 |
Class 'URLtoTaskID' has no 'objects' member |
C |
madrona.async.ProcessHandler |
get_url_from_taskid |
138 |
0 |
Missing docstring |
E |
madrona.async.ProcessHandler |
get_url_from_taskid |
140 |
16 |
Class 'URLtoTaskID' has no 'objects' member |
C |
madrona.async.ProcessHandler |
__get_asyncresult |
147 |
0 |
Missing docstring |
W |
madrona.async.ProcessHandler |
|
2 |
0 |
Unused import TaskMeta |
C |
madrona.async.views |
|
1 |
0 |
Missing docstring |
C |
madrona.async.tests |
SimpleTest |
10 |
0 |
Missing docstring |
R |
madrona.async.tests |
SimpleTest |
10 |
0 |
Too many public methods (61/20) |
C |
madrona.async |
|
1 |
0 |
Missing docstring |
C |
madrona.async.migrations.0001_initial |
|
14 |
0 |
Line too long (83/80) |
C |
madrona.async.migrations.0001_initial |
|
27 |
0 |
Line too long (85/80) |
C |
madrona.async.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.async.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.async.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.async.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.async.migrations.0001_initial |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.async.migrations.0001_initial |
Migration.backwards |
19 |
4 |
Missing docstring |
W |
madrona.async.migrations.0001_initial |
Migration.backwards |
19 |
24 |
Unused argument 'orm' |
R |
madrona.async.migrations.0001_initial |
Migration.backwards |
19 |
4 |
Method could be a function |
W |
madrona.async.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.async.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.async.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.group_management.models |
|
10 |
0 |
Line too long (91/80) |
C |
madrona.group_management.models |
|
14 |
0 |
Line too long (87/80) |
C |
madrona.group_management.models |
|
1 |
0 |
Missing docstring |
E |
madrona.group_management.models |
GroupRequest.__unicode__ |
14 |
51 |
Instance of 'ForeignKey' has no 'username' member |
C |
madrona.group_management.views |
|
19 |
0 |
Line too long (90/80) |
C |
madrona.group_management.views |
|
21 |
0 |
Line too long (123/80) |
C |
madrona.group_management.views |
|
24 |
0 |
Line too long (132/80) |
C |
madrona.group_management.views |
|
25 |
0 |
Line too long (102/80) |
C |
madrona.group_management.views |
|
31 |
0 |
Line too long (89/80) |
C |
madrona.group_management.views |
|
36 |
0 |
Line too long (119/80) |
C |
madrona.group_management.views |
|
40 |
0 |
Line too long (94/80) |
C |
madrona.group_management.views |
|
1 |
0 |
Missing docstring |
C |
madrona.group_management.views |
group_request |
13 |
0 |
Missing docstring |
C |
madrona.group_management.views |
group_request |
27 |
12 |
Invalid name "gr" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.group_management.views |
group_request |
30 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.group_management.views |
group_request |
33 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.group_management.admin |
|
1 |
0 |
Missing docstring |
C |
madrona.group_management.admin |
GroupRequestAdmin |
4 |
0 |
Missing docstring |
R |
madrona.group_management.admin |
GroupRequestAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.group_management.tests |
|
17 |
0 |
Line too long (87/80) |
C |
madrona.group_management.tests |
GroupManagementTest |
12 |
0 |
Missing docstring |
C |
madrona.group_management.tests |
GroupManagementTest.test_group_request |
19 |
8 |
Comma not followed by a space
gr = GroupRequest(user=user1,group=group1)
^^ |
C |
madrona.group_management.tests |
GroupManagementTest.test_group_request |
19 |
8 |
Invalid name "gr" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.group_management.tests |
GroupManagementTest.test_group_request |
21 |
14 |
Class 'GroupRequest' has no 'objects' member |
C |
madrona.group_management.tests |
GroupManagementTest.test_group_request |
22 |
8 |
Comma not followed by a space
self.assertEqual(len(gr1),1)
^^ |
R |
madrona.group_management.tests |
GroupManagementTest |
12 |
0 |
Too many public methods (61/20) |
C |
madrona.group_management |
|
1 |
0 |
Missing docstring |
C |
madrona.group_management.urls |
|
5 |
0 |
Line too long (104/80) |
C |
madrona.group_management.urls |
|
7 |
0 |
Line too long (87/80) |
C |
madrona.group_management.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.group_management.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.group_management.urls |
|
4 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
E |
madrona.group_management.urls |
|
7 |
8 |
No value passed for parameter 'cls' in function call |
W |
madrona.group_management.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.group_management.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.group_management.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.group_management.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.group_management.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.staticmap.models |
|
40 |
0 |
Line too long (137/80) |
C |
madrona.staticmap.models |
|
42 |
0 |
Line too long (137/80) |
C |
madrona.staticmap.models |
|
44 |
0 |
Line too long (138/80) |
C |
madrona.staticmap.models |
|
46 |
0 |
Line too long (138/80) |
C |
madrona.staticmap.models |
|
47 |
0 |
Line too long (86/80) |
C |
madrona.staticmap.models |
|
48 |
0 |
Line too long (88/80) |
C |
madrona.staticmap.models |
|
49 |
0 |
Line too long (104/80) |
C |
madrona.staticmap.models |
|
1 |
0 |
Missing docstring |
C |
madrona.staticmap.models |
MapConfig |
34 |
4 |
Comma not followed by a space
mapname = models.CharField(max_length=50,unique=True)
^^ |
C |
madrona.staticmap.temp_save |
|
27 |
0 |
Line too long (119/80) |
C |
madrona.staticmap.temp_save |
|
1 |
0 |
Missing docstring |
W |
madrona.staticmap.temp_save |
|
1 |
0 |
Relative import 'views', should be 'madrona.staticmap.views' |
W |
madrona.staticmap.temp_save |
|
5 |
-1 |
String statement has no effect |
C |
madrona.staticmap.temp_save |
img_from_params |
6 |
0 |
Missing docstring |
W |
madrona.staticmap.temp_save |
img_from_params.X |
9 |
4 |
Class has no __init__ method |
C |
madrona.staticmap.temp_save |
img_from_params.X |
9 |
4 |
Invalid name "X" (should match [A-Z_][a-zA-Z0-9]+$) |
C |
madrona.staticmap.temp_save |
img_from_params.X |
9 |
4 |
Missing docstring |
W |
madrona.staticmap.temp_save |
img_from_params |
22 |
8 |
Attribute 'map_name' defined outside __init__ |
R |
madrona.staticmap.temp_save |
img_from_params.X |
9 |
4 |
Too few public methods (0/2) |
C |
madrona.staticmap.temp_save |
img_from_params |
11 |
4 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.staticmap.temp_save |
img_from_params |
16 |
8 |
No exception type(s) specified |
C |
madrona.staticmap.temp_save |
img_from_params |
15 |
12 |
Comma not followed by a space
setattr(x,opt,params[opt])
^^ |
C |
madrona.staticmap.temp_save |
img_from_params |
17 |
12 |
Comma not followed by a space
setattr(x,opt,False)
^^ |
W |
madrona.staticmap.temp_save |
img_from_params |
21 |
4 |
No exception type(s) specified |
E |
madrona.staticmap.temp_save |
img_from_params |
20 |
28 |
Undefined variable 'map_name' |
E |
madrona.staticmap.temp_save |
img_from_params |
27 |
19 |
Instance of 'X' has no 'uids' member |
E |
madrona.staticmap.temp_save |
img_from_params |
27 |
48 |
Instance of 'X' has no 'width' member |
E |
madrona.staticmap.temp_save |
img_from_params |
27 |
62 |
Instance of 'X' has no 'height' member |
E |
madrona.staticmap.temp_save |
img_from_params |
27 |
73 |
Instance of 'X' has no 'autozoom' member |
E |
madrona.staticmap.temp_save |
img_from_params |
27 |
85 |
Instance of 'X' has no 'bbox' member |
E |
madrona.staticmap.temp_save |
img_from_params |
27 |
93 |
Instance of 'X' has no 'show_extent' member |
C |
madrona.staticmap.views |
|
3 |
0 |
Line too long (139/80) |
C |
madrona.staticmap.views |
|
10 |
0 |
Line too long (108/80) |
C |
madrona.staticmap.views |
|
11 |
0 |
Line too long (112/80) |
C |
madrona.staticmap.views |
|
68 |
0 |
Line too long (81/80) |
C |
madrona.staticmap.views |
|
93 |
0 |
Line too long (109/80) |
C |
madrona.staticmap.views |
|
104 |
0 |
Line too long (100/80) |
C |
madrona.staticmap.views |
|
123 |
0 |
Line too long (100/80) |
C |
madrona.staticmap.views |
|
126 |
0 |
Line too long (104/80) |
C |
madrona.staticmap.views |
|
135 |
0 |
Line too long (95/80) |
C |
madrona.staticmap.views |
|
149 |
0 |
Line too long (92/80) |
C |
madrona.staticmap.views |
|
173 |
0 |
Line too long (87/80) |
C |
madrona.staticmap.views |
|
183 |
0 |
Line too long (93/80) |
C |
madrona.staticmap.views |
|
188 |
0 |
Line too long (92/80) |
C |
madrona.staticmap.views |
|
190 |
0 |
Line too long (91/80) |
C |
madrona.staticmap.views |
|
204 |
0 |
Line too long (106/80) |
C |
madrona.staticmap.views |
|
248 |
0 |
Line too long (91/80) |
C |
madrona.staticmap.views |
|
251 |
0 |
Line too long (120/80) |
C |
madrona.staticmap.views |
|
253 |
0 |
Line too long (94/80) |
C |
madrona.staticmap.views |
|
1 |
0 |
Missing docstring |
F |
madrona.staticmap.views |
|
2 |
0 |
Unable to import 'settings' |
C |
madrona.staticmap.views |
|
15 |
0 |
Invalid name "log" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.staticmap.views |
|
19 |
0 |
No exception type(s) specified |
C |
madrona.staticmap.views |
|
18 |
4 |
Invalid name "settings_dbname" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.staticmap.views |
|
20 |
4 |
Invalid name "settings_dbname" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.staticmap.views |
default_style |
23 |
4 |
Redefining name 'default_style' from outer scope (line 22) |
C |
madrona.staticmap.views |
default_style |
22 |
0 |
Missing docstring |
C |
madrona.staticmap.views |
default_style |
24 |
4 |
Invalid name "ps" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
default_style |
26 |
4 |
Comma not followed by a space
ls = mapnik.LineSymbolizer(mapnik.Color('#555555'),0.75)
^^ |
C |
madrona.staticmap.views |
default_style |
26 |
4 |
Invalid name "ls" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
default_style |
28 |
4 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.staticmap.views |
default_style |
29 |
4 |
Class 'symbols' has no 'append' member |
E |
madrona.staticmap.views |
default_style |
30 |
4 |
Class 'symbols' has no 'append' member |
E |
madrona.staticmap.views |
default_style |
31 |
4 |
Class 'symbols' has no 'append' member |
E |
madrona.staticmap.views |
default_style |
32 |
4 |
Class 'rules' has no 'append' member |
C |
madrona.staticmap.views |
get_features |
35 |
0 |
Comma not followed by a space
def get_features(uids,user):
^^ |
R |
madrona.staticmap.views |
get_features |
35 |
0 |
Too many local variables (18/15) |
C |
madrona.staticmap.views |
get_features |
52 |
29 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
get_features |
53 |
8 |
Comma not followed by a space
model = get_model_by_uid("%s_%s" % (applabel,modelname))
^^ |
C |
madrona.staticmap.views |
get_features |
70 |
16 |
Comma not followed by a space
features.append((child.__class__,[child.pk]))
^^ |
C |
madrona.staticmap.views |
get_features |
72 |
12 |
Comma not followed by a space
features.append((model,[int(pk)]))
^^ |
W |
madrona.staticmap.views |
get_features |
57 |
22 |
Unused variable 'response' |
C |
madrona.staticmap.views |
auto_extent |
76 |
0 |
Comma not followed by a space
def auto_extent(features,srid=settings.GEOMETRY_CLIENT_SRID):
^^ |
W |
madrona.staticmap.views |
auto_extent |
109 |
4 |
Redefining built-in 'buffer' |
R |
madrona.staticmap.views |
auto_extent |
76 |
0 |
Too many local variables (17/15) |
C |
madrona.staticmap.views |
auto_extent |
93 |
12 |
Comma not followed by a space
ugeom = model.objects.filter(pk__in=pks).collect(field_name=geomfield).transform(srid,clone=True)
^^ |
C |
madrona.staticmap.views |
auto_extent |
103 |
28 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.staticmap.views |
auto_extent |
105 |
12 |
Unnecessary pass statement |
R |
madrona.staticmap.views |
auto_extent |
76 |
0 |
Too many branches (16/12) |
C |
madrona.staticmap.views |
show |
159 |
0 |
Missing docstring |
W |
madrona.staticmap.views |
show |
164 |
4 |
No exception type(s) specified |
W |
madrona.staticmap.views |
draw_map |
212 |
4 |
Redefining built-in 'map' |
R |
madrona.staticmap.views |
draw_map |
204 |
0 |
Too many arguments (8/5) |
R |
madrona.staticmap.views |
draw_map |
204 |
0 |
Too many local variables (34/15) |
C |
madrona.staticmap.views |
draw_map |
212 |
4 |
Comma not followed by a space
map = get_object_or_404(MapConfig,mapname=map_name)
^^ |
C |
madrona.staticmap.views |
draw_map |
220 |
4 |
Comma not followed by a space
draw = mapnik.Image(width,height)
^^ |
C |
madrona.staticmap.views |
draw_map |
221 |
4 |
Comma not followed by a space
m = mapnik.Map(width,height)
^^ |
C |
madrona.staticmap.views |
draw_map |
221 |
4 |
Invalid name "m" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
228 |
4 |
Comma not followed by a space
xmltext = xmltext.replace("[[MEDIA_ROOT]]",settings.MEDIA_ROOT)
^^ |
C |
madrona.staticmap.views |
draw_map |
233 |
4 |
Comma not followed by a space
features = get_features(uids,user)
^^ |
W |
madrona.staticmap.views |
draw_map |
240 |
50 |
Access to a protected member _meta of a client class |
E |
madrona.staticmap.views |
draw_map |
255 |
12 |
Class 'styles' has no 'append' member (but some types could not be inferred) |
E |
madrona.staticmap.views |
draw_map |
256 |
12 |
Class 'layers' has no 'append' member |
C |
madrona.staticmap.views |
draw_map |
260 |
4 |
Invalid name "x1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
260 |
8 |
Invalid name "y1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
261 |
4 |
Invalid name "x2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
261 |
8 |
Invalid name "y2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
264 |
8 |
Invalid name "x1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
264 |
12 |
Invalid name "y1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
264 |
16 |
Invalid name "x2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
264 |
20 |
Invalid name "y2" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.staticmap.views |
draw_map |
268 |
8 |
No exception type(s) specified |
C |
madrona.staticmap.views |
draw_map |
267 |
12 |
Invalid name "x1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
267 |
16 |
Invalid name "y1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
267 |
20 |
Invalid name "x2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
267 |
24 |
Invalid name "y2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
271 |
4 |
Comma not followed by a space
bbox = mapnik.Box2d(mapnik.Coord(x1,y1), mapnik.Coord(x2,y2))
^^ |
C |
madrona.staticmap.views |
draw_map |
276 |
8 |
Invalid name "x1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
276 |
12 |
Invalid name "y1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
276 |
16 |
Invalid name "x2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
276 |
20 |
Invalid name "y2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
278 |
8 |
Invalid name "ps" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
280 |
8 |
Comma not followed by a space
ls = mapnik.LineSymbolizer(mapnik.Color('#ff0000'),2.0)
^^ |
C |
madrona.staticmap.views |
draw_map |
280 |
8 |
Invalid name "ls" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.views |
draw_map |
281 |
8 |
Invalid name "r" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.staticmap.views |
draw_map |
282 |
8 |
Class 'symbols' has no 'append' member |
E |
madrona.staticmap.views |
draw_map |
283 |
8 |
Class 'symbols' has no 'append' member |
E |
madrona.staticmap.views |
draw_map |
285 |
8 |
Class 'rules' has no 'append' member |
C |
madrona.staticmap.views |
draw_map |
288 |
8 |
Comma not followed by a space
bbox_sql = """
""" % (x1,y1,x2,y2,map.default_srid)
^^ |
E |
madrona.staticmap.views |
draw_map |
300 |
8 |
Class 'styles' has no 'append' member |
E |
madrona.staticmap.views |
draw_map |
301 |
8 |
Class 'layers' has no 'append' member |
R |
madrona.staticmap.views |
draw_map |
204 |
0 |
Too many branches (15/12) |
R |
madrona.staticmap.views |
draw_map |
204 |
0 |
Too many statements (69/50) |
W |
madrona.staticmap.views |
|
4 |
0 |
Unused import RequestContext |
W |
madrona.staticmap.views |
|
8 |
0 |
Unused import utils |
W |
madrona.staticmap.views |
|
11 |
0 |
Unused import PolygonFeature |
W |
madrona.staticmap.views |
|
3 |
0 |
Unused import HttpResponseForbidden |
W |
madrona.staticmap.views |
|
3 |
0 |
Unused import HttpResponseBadRequest |
W |
madrona.staticmap.views |
|
11 |
0 |
Unused import LineFeature |
W |
madrona.staticmap.views |
|
11 |
0 |
Unused import PointFeature |
W |
madrona.staticmap.views |
|
7 |
0 |
Unused import mimetypes |
W |
madrona.staticmap.views |
|
3 |
0 |
Unused import HttpResponseRedirect |
W |
madrona.staticmap.views |
|
11 |
0 |
Unused import SpatialFeature |
W |
madrona.staticmap.views |
|
3 |
0 |
Unused import Http404 |
W |
madrona.staticmap.views |
|
3 |
0 |
Unused import HttpResponseServerError |
W |
madrona.staticmap.views |
|
5 |
0 |
Unused import render_to_response |
C |
madrona.staticmap.admin |
|
1 |
0 |
Missing docstring |
C |
madrona.staticmap.admin |
MapAdmin |
4 |
0 |
Missing docstring |
R |
madrona.staticmap.admin |
MapAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.staticmap.tests |
|
24 |
0 |
Line too long (97/80) |
C |
madrona.staticmap.tests |
|
25 |
0 |
Line too long (98/80) |
C |
madrona.staticmap.tests |
|
32 |
0 |
Line too long (82/80) |
C |
madrona.staticmap.tests |
|
36 |
0 |
Line too long (123/80) |
C |
madrona.staticmap.tests |
|
40 |
0 |
Line too long (107/80) |
C |
madrona.staticmap.tests |
|
42 |
0 |
Line too long (107/80) |
C |
madrona.staticmap.tests |
|
44 |
0 |
Line too long (107/80) |
C |
madrona.staticmap.tests |
|
61 |
0 |
Line too long (85/80) |
C |
madrona.staticmap.tests |
|
109 |
0 |
Line too long (88/80) |
C |
madrona.staticmap.tests |
|
119 |
0 |
Line too long (95/80) |
C |
madrona.staticmap.tests |
|
129 |
0 |
Line too long (88/80) |
C |
madrona.staticmap.tests |
|
132 |
0 |
Line too long (88/80) |
W |
madrona.staticmap.tests |
|
5 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.staticmap.tests |
StaticMapTest |
16 |
0 |
Missing docstring |
R |
madrona.staticmap.tests |
StaticMapTest |
16 |
0 |
Too many instance attributes (10/7) |
C |
madrona.staticmap.tests |
StaticMapTest.setUp |
19 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.tests |
StaticMapTest.setUp |
36 |
8 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.tests |
StaticMapTest.testMapConfigPresent |
63 |
4 |
Invalid name "testMapConfigPresent" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.staticmap.tests |
StaticMapTest.testMapConfigPresent |
67 |
24 |
Class 'MapConfig' has no 'objects' member |
W |
madrona.staticmap.tests |
StaticMapTest.testMap |
77 |
8 |
Redefining name 'url' from outer scope (line 5) |
C |
madrona.staticmap.tests |
StaticMapTest.testMap |
69 |
4 |
Invalid name "testMap" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.staticmap.tests |
StaticMapTest.testMap |
69 |
4 |
Missing docstring |
E |
madrona.staticmap.tests |
StaticMapTest.testMap |
71 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.testMap |
72 |
20 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.testMap |
79 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.staticmap.tests |
StaticMapTest.testMap |
72 |
8 |
Unused variable 'blank_map' |
W |
madrona.staticmap.tests |
StaticMapTest.test_params |
86 |
8 |
Redefining name 'url' from outer scope (line 5) |
C |
madrona.staticmap.tests |
StaticMapTest.test_params |
81 |
4 |
Missing docstring |
E |
madrona.staticmap.tests |
StaticMapTest.test_params |
88 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.test_params |
92 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.staticmap.tests |
StaticMapTest.test_collection |
98 |
8 |
Redefining name 'url' from outer scope (line 5) |
C |
madrona.staticmap.tests |
StaticMapTest.test_collection |
94 |
4 |
Missing docstring |
E |
madrona.staticmap.tests |
StaticMapTest.test_collection |
100 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.staticmap.tests |
StaticMapTest.test_inaccessible |
102 |
4 |
Missing docstring |
E |
madrona.staticmap.tests |
StaticMapTest.test_inaccessible |
104 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.test_inaccessible |
105 |
20 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.test_inaccessible |
110 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.staticmap.tests |
StaticMapTest.test_inaccessible |
105 |
8 |
Unused variable 'blank_map' |
C |
madrona.staticmap.tests |
StaticMapTest.test_sharing |
113 |
4 |
Missing docstring |
E |
madrona.staticmap.tests |
StaticMapTest.test_sharing |
115 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.test_sharing |
116 |
20 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.test_sharing |
120 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.staticmap.tests |
StaticMapTest.test_sharing |
116 |
8 |
Unused variable 'blank_map' |
C |
madrona.staticmap.tests |
StaticMapTest.test_anon |
123 |
4 |
Missing docstring |
E |
madrona.staticmap.tests |
StaticMapTest.test_anon |
125 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.test_anon |
126 |
20 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.test_anon |
130 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.staticmap.tests |
StaticMapTest.test_anon |
133 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.staticmap.tests |
StaticMapTest.test_anon |
126 |
8 |
Unused variable 'blank_map' |
C |
madrona.staticmap.tests |
StaticMapTest.test_default_style |
136 |
4 |
Missing docstring |
W |
madrona.staticmap.tests |
StaticMapTest.test_staticmap_link |
145 |
8 |
Redefining name 'url' from outer scope (line 5) |
C |
madrona.staticmap.tests |
StaticMapTest.test_staticmap_link |
141 |
4 |
Missing docstring |
E |
madrona.staticmap.tests |
StaticMapTest.test_staticmap_link |
147 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.staticmap.tests |
StaticMapTest |
16 |
0 |
Too many public methods (69/20) |
W |
madrona.staticmap.tests |
|
5 |
0 |
Unused import warnings from wildcard import |
W |
madrona.staticmap.tests |
|
5 |
0 |
Unused import handler500 from wildcard import |
W |
madrona.staticmap.tests |
|
5 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.staticmap.tests |
|
8 |
0 |
Unused import ContentType |
W |
madrona.staticmap.tests |
|
5 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.staticmap.tests |
|
5 |
0 |
Unused import url from wildcard import |
W |
madrona.staticmap.tests |
|
5 |
0 |
Unused import patterns from wildcard import |
W |
madrona.staticmap.tests |
|
5 |
0 |
Unused import include from wildcard import |
C |
madrona.staticmap |
|
1 |
0 |
Missing docstring |
C |
madrona.staticmap.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.staticmap.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.staticmap.urls |
|
4 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.staticmap.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.staticmap.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.staticmap.urls |
|
2 |
0 |
Unused import reverse |
W |
madrona.staticmap.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.staticmap.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.staticmap.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.staticmap.migrations.0001_initial |
|
13 |
0 |
Line too long (92/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
14 |
0 |
Line too long (81/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
15 |
0 |
Line too long (92/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
16 |
0 |
Line too long (98/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
21 |
0 |
Line too long (82/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
22 |
0 |
Line too long (83/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
35 |
0 |
Line too long (94/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
41 |
0 |
Line too long (85/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
42 |
0 |
Line too long (94/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
43 |
0 |
Line too long (104/80) |
C |
madrona.staticmap.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.staticmap.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.staticmap.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.staticmap.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.staticmap.migrations.0001_initial |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.staticmap.migrations.0001_initial |
Migration.backwards |
26 |
4 |
Missing docstring |
W |
madrona.staticmap.migrations.0001_initial |
Migration.backwards |
26 |
24 |
Unused argument 'orm' |
R |
madrona.staticmap.migrations.0001_initial |
Migration.backwards |
26 |
4 |
Method could be a function |
W |
madrona.staticmap.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.staticmap.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.staticmap.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.screencasts.models |
|
10 |
0 |
Line too long (118/80) |
C |
madrona.screencasts.models |
|
23 |
0 |
Line too long (87/80) |
C |
madrona.screencasts.models |
|
33 |
0 |
Line too long (149/80) |
C |
madrona.screencasts.models |
|
37 |
0 |
Line too long (118/80) |
C |
madrona.screencasts.models |
|
50 |
0 |
Line too long (87/80) |
C |
madrona.screencasts.models |
|
1 |
0 |
Missing docstring |
C |
madrona.screencasts.models |
Screencast |
4 |
0 |
Missing docstring |
W |
madrona.screencasts.models |
Screencast.Meta |
25 |
4 |
Class has no __init__ method |
C |
madrona.screencasts.models |
Screencast.Meta |
25 |
4 |
Missing docstring |
R |
madrona.screencasts.models |
Screencast.Meta |
25 |
4 |
Too few public methods (0/2) |
C |
madrona.screencasts.models |
YoutubeScreencast |
32 |
0 |
Missing docstring |
C |
madrona.screencasts.views |
|
9 |
0 |
Line too long (172/80) |
C |
madrona.screencasts.views |
|
15 |
0 |
Line too long (85/80) |
C |
madrona.screencasts.views |
|
17 |
0 |
Line too long (150/80) |
C |
madrona.screencasts.views |
|
27 |
0 |
Line too long (86/80) |
C |
madrona.screencasts.views |
|
32 |
0 |
Line too long (133/80) |
C |
madrona.screencasts.views |
|
34 |
0 |
Line too long (151/80) |
C |
madrona.screencasts.views |
|
42 |
0 |
Line too long (121/80) |
C |
madrona.screencasts.views |
|
1 |
0 |
Missing docstring |
C |
madrona.screencasts.views |
listTutorials |
8 |
0 |
Invalid name "listTutorials" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.screencasts.views |
listTutorials |
8 |
0 |
Missing docstring |
E |
madrona.screencasts.views |
listTutorials |
9 |
144 |
Class 'Screencast' has no 'objects' member |
C |
madrona.screencasts.views |
showVideo |
11 |
0 |
Invalid name "showVideo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.screencasts.views |
showVideo |
11 |
0 |
Missing docstring |
W |
madrona.screencasts.views |
showVideo |
14 |
4 |
No exception type(s) specified |
E |
madrona.screencasts.views |
showVideo |
13 |
21 |
Class 'Screencast' has no 'objects' member |
C |
madrona.screencasts.views |
showVideoByPk |
20 |
0 |
Invalid name "showVideoByPk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.screencasts.views |
showVideoByPk |
20 |
0 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.screencasts.views |
showVideoByPk |
20 |
0 |
Missing docstring |
C |
madrona.screencasts.views |
showVideoByPk |
20 |
27 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.screencasts.views |
showVideoByPk |
23 |
4 |
No exception type(s) specified |
E |
madrona.screencasts.views |
showVideoByPk |
22 |
21 |
Class 'Screencast' has no 'objects' member |
C |
madrona.screencasts.views |
showYoutubeVideo |
36 |
0 |
Invalid name "showYoutubeVideo" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.screencasts.views |
showYoutubeVideo |
36 |
0 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.screencasts.views |
showYoutubeVideo |
36 |
0 |
Missing docstring |
C |
madrona.screencasts.views |
showYoutubeVideo |
36 |
30 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.screencasts.views |
showYoutubeVideo |
39 |
4 |
No exception type(s) specified |
E |
madrona.screencasts.views |
showYoutubeVideo |
38 |
21 |
Class 'YoutubeScreencast' has no 'objects' member |
C |
madrona.screencasts.admin |
|
1 |
0 |
Missing docstring |
C |
madrona.screencasts.admin |
ScreencastAdmin |
4 |
0 |
Missing docstring |
R |
madrona.screencasts.admin |
ScreencastAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.screencasts |
|
1 |
0 |
Missing docstring |
C |
madrona.screencasts.urls |
|
8 |
0 |
Line too long (99/80) |
C |
madrona.screencasts.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.screencasts.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.screencasts.urls |
|
4 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.screencasts.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.screencasts.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.screencasts.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.screencasts.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.screencasts.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
|
1 |
0 |
Invalid name "0003_populate_youtube_screencasts" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
|
1 |
0 |
Missing docstring |
C |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
Migration |
8 |
0 |
Missing docstring |
C |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
Migration.forwards |
10 |
4 |
Missing docstring |
W |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
Migration.forwards |
10 |
23 |
Unused argument 'orm' |
R |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
Migration.forwards |
10 |
4 |
Method could be a function |
C |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
Migration.backwards |
13 |
4 |
Missing docstring |
W |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
|
5 |
0 |
Unused import models |
W |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
|
3 |
0 |
Unused import db |
W |
madrona.screencasts.migrations.0003_populate_youtube_screencasts |
|
2 |
0 |
Unused import datetime |
C |
madrona.screencasts.migrations.0001_initial |
|
13 |
0 |
Line too long (90/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
14 |
0 |
Line too long (84/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
15 |
0 |
Line too long (99/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
16 |
0 |
Line too long (91/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
17 |
0 |
Line too long (110/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
18 |
0 |
Line too long (90/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
19 |
0 |
Line too long (86/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
20 |
0 |
Line too long (83/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
31 |
0 |
Line too long (81/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
32 |
0 |
Line too long (92/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
33 |
0 |
Line too long (85/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
34 |
0 |
Line too long (93/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
35 |
0 |
Line too long (106/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
36 |
0 |
Line too long (117/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
37 |
0 |
Line too long (86/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
38 |
0 |
Line too long (88/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
39 |
0 |
Line too long (91/80) |
C |
madrona.screencasts.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.screencasts.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.screencasts.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.screencasts.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.screencasts.migrations.0001_initial |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.screencasts.migrations.0001_initial |
Migration.backwards |
24 |
4 |
Missing docstring |
W |
madrona.screencasts.migrations.0001_initial |
Migration.backwards |
24 |
24 |
Unused argument 'orm' |
R |
madrona.screencasts.migrations.0001_initial |
Migration.backwards |
24 |
4 |
Method could be a function |
W |
madrona.screencasts.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.screencasts.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
13 |
0 |
Line too long (90/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
14 |
0 |
Line too long (84/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
15 |
0 |
Line too long (99/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
16 |
0 |
Line too long (91/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
17 |
0 |
Line too long (110/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
18 |
0 |
Line too long (91/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
19 |
0 |
Line too long (99/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
20 |
0 |
Line too long (101/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
21 |
0 |
Line too long (90/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
22 |
0 |
Line too long (83/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
33 |
0 |
Line too long (81/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
34 |
0 |
Line too long (92/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
35 |
0 |
Line too long (85/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
36 |
0 |
Line too long (93/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
37 |
0 |
Line too long (106/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
38 |
0 |
Line too long (117/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
39 |
0 |
Line too long (86/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
40 |
0 |
Line too long (88/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
41 |
0 |
Line too long (91/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
45 |
0 |
Line too long (92/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
46 |
0 |
Line too long (85/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
47 |
0 |
Line too long (93/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
48 |
0 |
Line too long (106/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
49 |
0 |
Line too long (106/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
50 |
0 |
Line too long (117/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
51 |
0 |
Line too long (86/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
52 |
0 |
Line too long (93/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
53 |
0 |
Line too long (92/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
54 |
0 |
Line too long (107/80) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
1 |
0 |
Invalid name "0002_auto__add_youtubescreencast" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
1 |
0 |
Missing docstring |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
Migration.backwards |
26 |
4 |
Missing docstring |
W |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
Migration.backwards |
26 |
24 |
Unused argument 'orm' |
R |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
Migration.backwards |
26 |
4 |
Method could be a function |
W |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
5 |
0 |
Unused import models |
W |
madrona.screencasts.migrations.0002_auto__add_youtubescreencast |
|
2 |
0 |
Unused import datetime |
C |
madrona.screencasts.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.unit_converter.models |
|
8 |
0 |
Line too long (92/80) |
C |
madrona.unit_converter.models |
|
25 |
0 |
Line too long (126/80) |
C |
madrona.unit_converter.models |
|
30 |
0 |
Line too long (130/80) |
C |
madrona.unit_converter.models |
|
35 |
0 |
Line too long (127/80) |
C |
madrona.unit_converter.models |
|
41 |
0 |
Line too long (131/80) |
C |
madrona.unit_converter.models |
|
47 |
0 |
Line too long (93/80) |
C |
madrona.unit_converter.models |
|
56 |
0 |
Line too long (122/80) |
C |
madrona.unit_converter.models |
|
70 |
0 |
Line too long (91/80) |
C |
madrona.unit_converter.models |
|
74 |
0 |
Line too long (89/80) |
C |
madrona.unit_converter.models |
|
78 |
0 |
Line too long (114/80) |
C |
madrona.unit_converter.models |
|
80 |
0 |
Line too long (85/80) |
C |
madrona.unit_converter.models |
|
81 |
0 |
Line too long (88/80) |
C |
madrona.unit_converter.models |
|
86 |
0 |
Line too long (110/80) |
C |
madrona.unit_converter.models |
|
88 |
0 |
Line too long (91/80) |
C |
madrona.unit_converter.models |
|
93 |
0 |
Line too long (110/80) |
C |
madrona.unit_converter.models |
|
103 |
0 |
Line too long (108/80) |
C |
madrona.unit_converter.models |
|
113 |
0 |
Line too long (110/80) |
C |
madrona.unit_converter.models |
|
117 |
0 |
Line too long (98/80) |
C |
madrona.unit_converter.models |
|
143 |
0 |
Line too long (102/80) |
C |
madrona.unit_converter.models |
|
145 |
0 |
Line too long (139/80) |
C |
madrona.unit_converter.models |
|
149 |
0 |
Line too long (102/80) |
C |
madrona.unit_converter.models |
|
151 |
0 |
Line too long (129/80) |
C |
madrona.unit_converter.models |
|
155 |
0 |
Line too long (132/80) |
C |
madrona.unit_converter.models |
|
162 |
0 |
Line too long (116/80) |
C |
madrona.unit_converter.models |
|
166 |
0 |
Line too long (128/80) |
C |
madrona.unit_converter.models |
|
173 |
0 |
Line too long (104/80) |
C |
madrona.unit_converter.models |
|
177 |
0 |
Line too long (88/80) |
C |
madrona.unit_converter.models |
|
185 |
0 |
Line too long (86/80) |
C |
madrona.unit_converter.models |
|
1 |
0 |
Missing docstring |
W |
madrona.unit_converter.models |
|
4 |
0 |
Wildcard import django.contrib.gis.measure |
W |
madrona.unit_converter.models |
units_from_srid |
19 |
4 |
Redefining name 'units' from outer scope (line 68) |
C |
madrona.unit_converter.models |
distance_unit_code_from_srid_unit |
29 |
0 |
Invalid name "distance_unit_code_from_srid_unit" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.unit_converter.models |
units_list |
48 |
4 |
Redefining name 'units' from outer scope (line 68) |
W |
madrona.unit_converter.models |
units_count_dict |
58 |
4 |
Redefining name 'units' from outer scope (line 68) |
C |
madrona.unit_converter.models |
distance_object |
81 |
4 |
Comma not followed by a space
eval_str = "Distance(%s=%f)" % (distance_unit_code_from_srid(self.srid),self.length)
^^ |
C |
madrona.unit_converter.models |
area_object |
89 |
4 |
Comma not followed by a space
eval_str = "Area(%s=%f)" % (area_unit_code_from_srid(self.srid),self.area)
^^ |
C |
madrona.unit_converter.models |
add_dist_meth |
92 |
0 |
Comma not followed by a space
def add_dist_meth(cls,unit):
^^ |
C |
madrona.unit_converter.models |
add_dist_meth.new_dist_meth |
97 |
4 |
Missing docstring |
C |
madrona.unit_converter.models |
add_dist_meth |
100 |
4 |
Comma not followed by a space
setattr(cls,name,new_dist_meth)
^^ |
C |
madrona.unit_converter.models |
add_area_meth |
102 |
0 |
Comma not followed by a space
def add_area_meth(cls,unit):
^^ |
C |
madrona.unit_converter.models |
add_area_meth.new_area_meth |
107 |
4 |
Missing docstring |
C |
madrona.unit_converter.models |
add_area_meth |
110 |
4 |
Comma not followed by a space
setattr(cls,name,new_area_meth)
^^ |
C |
madrona.unit_converter.models |
add_conversion_methods_to_GEOSGeometry |
112 |
0 |
Invalid name "add_conversion_methods_to_GEOSGeometry" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.unit_converter.models |
add_conversion_methods_to_GEOSGeometry |
123 |
8 |
Comma not followed by a space
add_dist_meth(GG,unit)
^^ |
C |
madrona.unit_converter.models |
add_conversion_methods_to_GEOSGeometry |
125 |
8 |
Comma not followed by a space
add_area_meth(GG,unit)
^^ |
C |
madrona.unit_converter.models |
add_conversion_methods_to_GEOSGeometry |
129 |
8 |
Comma not followed by a space
GG.length_in_display_units = getattr(GG,l_meth_name)
^^ |
C |
madrona.unit_converter.models |
add_conversion_methods_to_GEOSGeometry |
133 |
8 |
Comma not followed by a space
GG.area_in_display_units = getattr(GG,a_meth_name)
^^ |
C |
madrona.unit_converter.models |
convert_float_to_length_display_units |
142 |
0 |
Invalid name "convert_float_to_length_display_units" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.unit_converter.models |
convert_float_to_area_display_units |
148 |
0 |
Invalid name "convert_float_to_area_display_units" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.unit_converter.models |
geometry_length_in_display_units |
154 |
0 |
Invalid name "geometry_length_in_display_units" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.unit_converter.models |
geometry_length_in_display_units |
162 |
4 |
Comma not followed by a space
eval_str = "Distance(%s=%f).%s" % (distance_unit_code_from_srid(srid),geom.length,settings.DISPLAY_LENGTH_UNITS)
^^ |
C |
madrona.unit_converter.models |
geometry_area_in_display_units |
173 |
4 |
Comma not followed by a space
eval_str = "Area(%s=%f).%s" % (area_unit_code_from_srid(srid),geom.area,settings.DISPLAY_AREA_UNITS)
^^ |
C |
madrona.unit_converter.models |
length_in_display_units |
179 |
4 |
Comma not followed by a space
if issubclass(geom_or_num.__class__,GG): # This means it is a geometry
^^ |
C |
madrona.unit_converter.models |
area_in_display_units |
187 |
4 |
Comma not followed by a space
if issubclass(geom_or_num.__class__,GG): # This means it is a geometry
^^ |
W |
madrona.unit_converter.models |
|
4 |
0 |
Unused import A from wildcard import |
W |
madrona.unit_converter.models |
|
5 |
0 |
Unused import Polygon |
W |
madrona.unit_converter.models |
|
4 |
0 |
Unused import D from wildcard import |
W |
madrona.unit_converter.models |
|
1 |
0 |
Unused import models |
C |
madrona.unit_converter.views |
|
1 |
0 |
Missing docstring |
C |
madrona.unit_converter.tests |
|
19 |
0 |
Line too long (337/80) |
C |
madrona.unit_converter.tests |
|
20 |
0 |
Line too long (138/80) |
C |
madrona.unit_converter.tests |
|
21 |
0 |
Line too long (313/80) |
C |
madrona.unit_converter.tests |
|
22 |
0 |
Line too long (217/80) |
C |
madrona.unit_converter.tests |
|
89 |
0 |
Line too long (95/80) |
C |
madrona.unit_converter.tests |
|
94 |
0 |
Line too long (83/80) |
C |
madrona.unit_converter.tests |
|
95 |
0 |
Line too long (99/80) |
C |
madrona.unit_converter.tests |
|
105 |
0 |
Line too long (91/80) |
C |
madrona.unit_converter.tests |
|
111 |
0 |
Line too long (95/80) |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Wildcard import madrona.unit_converter.models |
W |
madrona.unit_converter.tests |
|
12 |
0 |
Wildcard import django.contrib.gis.measure |
C |
madrona.unit_converter.tests |
create_test_geometries |
17 |
0 |
Missing docstring |
C |
madrona.unit_converter.tests |
create_test_geometries |
25 |
4 |
Comma not followed by a space
gc_everything = geos.GeometryCollection(poly,line,mpoly,mline)
^^ |
C |
madrona.unit_converter.tests |
meter_measurements |
39 |
0 |
Missing docstring |
C |
madrona.unit_converter.tests |
meter_measurements |
41 |
4 |
Comma not followed by a space
for k,v in geoms.iteritems():
^^ |
C |
madrona.unit_converter.tests |
meter_measurements |
41 |
10 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.unit_converter.tests |
meter_dict_convert |
48 |
0 |
Comma not followed by a space
def meter_dict_convert(mdict,unit):
^^ |
C |
madrona.unit_converter.tests |
meter_dict_convert |
48 |
0 |
Missing docstring |
C |
madrona.unit_converter.tests |
meter_dict_convert |
50 |
4 |
Comma not followed by a space
for k,v in mdict.iteritems():
^^ |
C |
madrona.unit_converter.tests |
meter_dict_convert |
50 |
10 |
Invalid name "v" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.unit_converter.tests |
SettingsTest |
57 |
0 |
Missing docstring |
C |
madrona.unit_converter.tests |
SettingsTest.test_settings |
65 |
8 |
Comma not followed by a space
self.failIf(None in [dlu,dau,gds])
^^ |
C |
madrona.unit_converter.tests |
SettingsTest.test_settings |
67 |
8 |
Comma not followed by a space
for unit in [dlu,dau]:
^^ |
R |
madrona.unit_converter.tests |
SettingsTest |
57 |
0 |
Too many public methods (61/20) |
C |
madrona.unit_converter.tests |
AppendedMethodsTest |
70 |
0 |
Missing docstring |
C |
madrona.unit_converter.tests |
AppendedMethodsTest.test_appended_methods |
71 |
4 |
Missing docstring |
C |
madrona.unit_converter.tests |
AppendedMethodsTest.test_appended_methods |
77 |
8 |
Comma not followed by a space
display_dict = meter_dict_convert(m_dict,settings.DISPLAY_LENGTH_UNITS)
^^ |
C |
madrona.unit_converter.tests |
AppendedMethodsTest.test_appended_methods |
89 |
16 |
Comma not followed by a space
fail_str = "unit = %s, key = %s, dict value = %f" % (unit,key,result_dict[key])
^^ |
C |
madrona.unit_converter.tests |
AppendedMethodsTest.test_appended_methods |
94 |
16 |
Comma not followed by a space
fail_str += ', appended method value = %f' % getattr(geom,att_name)
^^ |
C |
madrona.unit_converter.tests |
AppendedMethodsTest.test_appended_methods |
95 |
16 |
Comma not followed by a space
self.assertAlmostEqual(result_dict[key],getattr(geom,att_name),NUM_DIGITS,fail_str)
^^ |
R |
madrona.unit_converter.tests |
AppendedMethodsTest |
70 |
0 |
Too many public methods (61/20) |
C |
madrona.unit_converter.tests |
OtherMethodsTest |
97 |
0 |
Missing docstring |
C |
madrona.unit_converter.tests |
OtherMethodsTest.test_other_methods |
98 |
4 |
Missing docstring |
C |
madrona.unit_converter.tests |
OtherMethodsTest.test_other_methods |
102 |
8 |
Comma not followed by a space
result_dict = meter_dict_convert(m_dict,unit)
^^ |
C |
madrona.unit_converter.tests |
OtherMethodsTest.test_other_methods |
105 |
12 |
Comma not followed by a space
fail_str = "unit = %s, key = %s, dict value = %f" % (unit,key,result_dict[key])
^^ |
C |
madrona.unit_converter.tests |
OtherMethodsTest.test_other_methods |
110 |
12 |
Comma not followed by a space
fail_str += ', appended method value = %f' % getattr(geom,att_name)
^^ |
C |
madrona.unit_converter.tests |
OtherMethodsTest.test_other_methods |
111 |
12 |
Comma not followed by a space
self.assertAlmostEqual(result_dict[key],getattr(geom,att_name),NUM_DIGITS,fail_str)
^^ |
R |
madrona.unit_converter.tests |
OtherMethodsTest |
97 |
0 |
Too many public methods (61/20) |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import Polygon from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import Area from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import area_object from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import osr from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import area_in_display_units from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import geometry_length_in_display_units from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import add_area_meth from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import distance_object from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import units_list from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import geometry_area_in_display_units from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import area_unit_code_from_srid from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import distance_unit_code_from_srid_unit from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import units from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import Distance from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import length_in_display_units from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import models from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import area_unit_code_from_srid_unit from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import units_count_dict from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import units_from_srid from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import distance_unit_code_from_srid from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import add_dist_meth from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import connection from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import srid_list from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import convert_float_to_area_display_units from wildcard import |
W |
madrona.unit_converter.tests |
|
11 |
0 |
Unused import convert_float_to_length_display_units from wildcard import |
C |
madrona.unit_converter |
|
1 |
0 |
Missing docstring |
C |
madrona.google-analytics.models |
|
1 |
0 |
Missing docstring |
C |
madrona.google-analytics.models |
Analytics |
7 |
4 |
Missing docstring |
C |
madrona.google-analytics.admin |
|
1 |
0 |
Missing docstring |
W |
madrona.google-analytics.admin |
|
4 |
0 |
Relative import 'models', should be 'madrona.google-analytics.models' |
C |
madrona.google-analytics.admin |
AnalyticsInline |
8 |
4 |
Missing docstring |
C |
madrona.google-analytics.admin |
SiteAdminGA |
12 |
4 |
Missing docstring |
R |
madrona.google-analytics.admin |
SiteAdminGA |
12 |
4 |
Too many public methods (50/20) |
C |
madrona.google-analytics |
|
1 |
0 |
Invalid name "google-analytics" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.google-analytics |
|
1 |
0 |
Missing docstring |
C |
madrona.google-analytics.templatetags |
|
1 |
0 |
Missing docstring |
C |
madrona.google-analytics.templatetags.analytics |
|
22 |
0 |
Line too long (98/80) |
C |
madrona.google-analytics.templatetags.analytics |
|
1 |
0 |
Missing docstring |
C |
madrona.google-analytics.templatetags.analytics |
|
8 |
0 |
Invalid name "register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.google-analytics.templatetags.analytics |
|
9 |
0 |
Invalid name "Analytics" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.google-analytics.templatetags.analytics |
do_get_analytics |
11 |
0 |
Missing docstring |
W |
madrona.google-analytics.templatetags.analytics |
do_get_analytics |
11 |
21 |
Unused argument 'parser' |
C |
madrona.google-analytics.templatetags.analytics |
AnalyticsNode |
27 |
0 |
Missing docstring |
W |
madrona.google-analytics.templatetags.analytics |
AnalyticsNode.__init__ |
28 |
4 |
__init__ method from base class 'Node' is not called |
C |
madrona.google-analytics.templatetags.analytics |
AnalyticsNode.render |
46 |
12 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.google-analytics.templatetags.analytics |
AnalyticsNode.render |
47 |
12 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.google-analytics.templatetags.analytics |
AnalyticsNode.render |
33 |
8 |
Unused variable 'content' |
C |
madrona.google-analytics.migrations.0001_initial |
|
13 |
0 |
Line too long (105/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
14 |
0 |
Line too long (83/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
15 |
0 |
Line too long (98/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
27 |
0 |
Line too long (112/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
28 |
0 |
Line too long (85/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
29 |
0 |
Line too long (99/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
33 |
0 |
Line too long (87/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
34 |
0 |
Line too long (85/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
35 |
0 |
Line too long (83/80) |
C |
madrona.google-analytics.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.google-analytics.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.google-analytics.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.google-analytics.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.google-analytics.migrations.0001_initial |
Migration.backwards |
19 |
4 |
Missing docstring |
W |
madrona.google-analytics.migrations.0001_initial |
Migration.backwards |
19 |
24 |
Unused argument 'orm' |
R |
madrona.google-analytics.migrations.0001_initial |
Migration.backwards |
19 |
4 |
Method could be a function |
W |
madrona.google-analytics.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.google-analytics.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.google-analytics.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.models |
|
23 |
0 |
Line too long (93/80) |
C |
madrona.layers.models |
|
37 |
0 |
Line too long (81/80) |
C |
madrona.layers.models |
|
51 |
0 |
Line too long (89/80) |
C |
madrona.layers.models |
|
74 |
0 |
Line too long (86/80) |
C |
madrona.layers.models |
|
75 |
0 |
Line too long (96/80) |
C |
madrona.layers.models |
|
100 |
0 |
Line too long (112/80) |
C |
madrona.layers.models |
|
105 |
0 |
Line too long (84/80) |
C |
madrona.layers.models |
|
156 |
0 |
Line too long (83/80) |
C |
madrona.layers.models |
|
159 |
0 |
Line too long (96/80) |
C |
madrona.layers.models |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.models |
|
11 |
0 |
Invalid name "logger" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
E |
madrona.layers.models |
UserUploadedKml.basename |
33 |
32 |
Instance of 'FileField' has no 'path' member |
C |
madrona.layers.models |
UserUploadedKml.kml |
36 |
4 |
Missing docstring |
R |
madrona.layers.models |
UserUploadedKml.kml |
36 |
4 |
Method could be a function |
C |
madrona.layers.models |
UserUploadedKml.css |
40 |
4 |
Class method should have 'cls' as first argument |
C |
madrona.layers.models |
UserUploadedKml.kml_style |
54 |
4 |
Missing docstring |
C |
madrona.layers.models |
UserUploadedKml.kml_style_id |
61 |
4 |
Missing docstring |
C |
madrona.layers.models |
UserUploadedKml.kml_full |
65 |
4 |
Missing docstring |
C |
madrona.layers.models |
UserUploadedKml.kml_full |
67 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.models |
UserUploadedKml.kml_full |
67 |
12 |
Instance of 'FileField' has no 'read' member |
W |
madrona.layers.models |
UserUploadedKml.Meta |
77 |
4 |
Class has no __init__ method |
C |
madrona.layers.models |
UserUploadedKml.Meta |
77 |
4 |
Missing docstring |
R |
madrona.layers.models |
UserUploadedKml.Meta |
77 |
4 |
Too few public methods (0/2) |
R |
madrona.layers.models |
UserUploadedKml |
13 |
0 |
Too many public methods (29/20) |
C |
madrona.layers.models |
PrivateKml |
102 |
4 |
Comma not followed by a space
name = models.CharField(verbose_name="Name", max_length="255",unique=True)
^^ |
C |
madrona.layers.models |
PrivateKml |
103 |
4 |
Comma not followed by a space
sharing_groups = models.ManyToManyField(Group,blank=True,null=True,
^^
verbose_name="Share layer with the following groups") |
C |
madrona.layers.models |
PrivateKml.__unicode__ |
115 |
8 |
Comma not followed by a space
return u'%s at %s' % (self.name,self.base_kml)
^^ |
E |
madrona.layers.models |
PublicLayerList.save |
156 |
27 |
Class 'PublicLayerList' has no 'objects' member |
E |
madrona.layers.models |
PublicLayerList.save |
159 |
12 |
Class 'PublicLayerList' has no 'objects' member |
W |
madrona.layers.models |
PrivateLayerList.Meta |
166 |
4 |
Class has no __init__ method |
C |
madrona.layers.models |
PrivateLayerList.Meta |
166 |
4 |
Missing docstring |
R |
madrona.layers.models |
PrivateLayerList.Meta |
166 |
4 |
Too few public methods (0/2) |
R |
madrona.layers.models |
PrivateLayerList |
161 |
0 |
Too many public methods (29/20) |
W |
madrona.layers.models |
|
4 |
0 |
Unused import ShareableGeoManager |
W |
madrona.layers.models |
|
7 |
0 |
Unused import reverse |
W |
madrona.layers.models |
|
5 |
0 |
Unused import FeatureForm |
W |
madrona.layers.models |
|
3 |
0 |
Unused import User |
C |
madrona.layers.views |
|
2 |
0 |
Line too long (95/80) |
C |
madrona.layers.views |
|
48 |
0 |
Line too long (104/80) |
C |
madrona.layers.views |
|
68 |
0 |
Line too long (82/80) |
C |
madrona.layers.views |
|
98 |
0 |
Line too long (96/80) |
C |
madrona.layers.views |
|
135 |
0 |
Line too long (92/80) |
C |
madrona.layers.views |
|
140 |
0 |
Line too long (102/80) |
C |
madrona.layers.views |
|
1 |
0 |
Missing docstring |
W |
madrona.layers.views |
|
5 |
0 |
Relative import 'models', should be 'madrona.layers.models' |
W |
madrona.layers.views |
|
5 |
0 |
Wildcard import models |
C |
madrona.layers.views |
get_kml_file |
20 |
0 |
Missing docstring |
E |
madrona.layers.views |
get_kml_file |
31 |
11 |
Instance of 'HttpResponse' has no 'kml_full' member (but some types could not be inferred) |
C |
madrona.layers.views |
get_privatekml_list |
52 |
0 |
Missing docstring |
E |
madrona.layers.views |
get_privatekml_list |
57 |
15 |
Class 'PrivateKml' has no 'objects' member |
C |
madrona.layers.views |
get_privatekml_list |
64 |
4 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.views |
has_privatekml |
75 |
15 |
Class 'PrivateKml' has no 'objects' member |
W |
madrona.layers.views |
has_privatekml |
78 |
18 |
Unused variable 'response' |
C |
madrona.layers.views |
get_privatekml |
86 |
0 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layers.views |
get_privatekml |
86 |
0 |
Missing docstring |
C |
madrona.layers.views |
get_privatekml |
86 |
28 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.views |
get_privatekml |
91 |
12 |
Class 'PrivateKml' has no 'objects' member |
W |
madrona.layers.views |
get_privatekml |
96 |
18 |
Unused variable 'encoding' |
C |
madrona.layers.views |
get_relative_to_privatekml |
102 |
0 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layers.views |
get_relative_to_privatekml |
102 |
0 |
Missing docstring |
R |
madrona.layers.views |
get_relative_to_privatekml |
102 |
0 |
Too many local variables (16/15) |
C |
madrona.layers.views |
get_relative_to_privatekml |
102 |
40 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.views |
get_relative_to_privatekml |
107 |
12 |
Class 'PrivateKml' has no 'objects' member |
C |
madrona.layers.views |
get_relative_to_privatekml |
130 |
8 |
Comma not followed by a space
requested_file = os.path.join(basedir,newpath)
^^ |
W |
madrona.layers.views |
get_relative_to_privatekml |
133 |
18 |
Unused variable 'encoding' |
W |
madrona.layers.views |
get_relative_to_privatekml |
121 |
8 |
Unused variable 'head' |
W |
madrona.layers.views |
get_relative_to_privatekml |
120 |
8 |
Unused variable 'drive' |
E |
madrona.layers.views |
get_public_layers |
144 |
16 |
Class 'PublicLayerList' has no 'objects' member |
W |
madrona.layers.views |
get_public_layers |
139 |
22 |
Unused argument 'request' |
W |
madrona.layers.views |
|
5 |
0 |
Unused import Group from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import Feature from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import DjangoUnicodeDecodeError from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import PrivateLayerList from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import UserUploadedKml from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import get_logger from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import FeatureForm from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import User from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import logger from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import models from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import ShareableGeoManager from wildcard import |
W |
madrona.layers.views |
|
5 |
0 |
Unused import reverse from wildcard import |
W |
madrona.layers.views |
|
4 |
0 |
Unused import get_object_or_404 |
W |
madrona.layers.views |
|
5 |
0 |
Unused import settings from wildcard import |
W |
madrona.layers.views |
|
7 |
0 |
Unused import itertools |
W |
madrona.layers.views |
|
4 |
0 |
Unused import render_to_response |
C |
madrona.layers.admin |
|
1 |
0 |
Missing docstring |
W |
madrona.layers.admin |
|
2 |
0 |
Wildcard import madrona.layers.models |
C |
madrona.layers.admin |
PublicLayerListAdmin |
4 |
0 |
Missing docstring |
R |
madrona.layers.admin |
PublicLayerListAdmin |
4 |
0 |
Too many public methods (50/20) |
C |
madrona.layers.admin |
PrivateKmlAdmin |
8 |
0 |
Missing docstring |
R |
madrona.layers.admin |
PrivateKmlAdmin |
8 |
0 |
Too many public methods (50/20) |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import Group from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import models from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import FeatureForm from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import Feature from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import DjangoUnicodeDecodeError from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import PrivateLayerList from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import ShareableGeoManager from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import UserUploadedKml from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import reverse from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import settings from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import get_logger from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import User from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import logger from wildcard import |
W |
madrona.layers.admin |
|
2 |
0 |
Unused import os from wildcard import |
C |
madrona.layers.tests |
|
40 |
0 |
Line too long (105/80) |
C |
madrona.layers.tests |
|
44 |
0 |
Line too long (98/80) |
C |
madrona.layers.tests |
|
45 |
0 |
Line too long (98/80) |
C |
madrona.layers.tests |
|
46 |
0 |
Line too long (98/80) |
W |
madrona.layers.tests |
|
18 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.layers.tests |
TestUserKml |
27 |
0 |
Missing docstring |
W |
madrona.layers.tests |
TestUserKml.Options |
29 |
4 |
Class has no __init__ method |
C |
madrona.layers.tests |
TestUserKml.Options |
29 |
4 |
Missing docstring |
R |
madrona.layers.tests |
TestUserKml.Options |
29 |
4 |
Too few public methods (0/2) |
R |
madrona.layers.tests |
TestUserKml |
27 |
0 |
Too many public methods (29/20) |
C |
madrona.layers.tests |
TestUserKmlForm |
32 |
0 |
Missing docstring |
W |
madrona.layers.tests |
TestUserKmlForm.Meta |
33 |
4 |
Class has no __init__ method |
C |
madrona.layers.tests |
TestUserKmlForm.Meta |
33 |
4 |
Missing docstring |
R |
madrona.layers.tests |
TestUserKmlForm.Meta |
33 |
4 |
Too few public methods (0/2) |
C |
madrona.layers.tests |
PrivateLayerListTest |
36 |
0 |
Missing docstring |
C |
madrona.layers.tests |
PrivateLayerListTest.setUp |
39 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layers.tests |
PrivateLayerListTest.setUp |
57 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.layers.tests |
PrivateLayerListTest.setUp |
56 |
8 |
Unused variable 'path' |
C |
madrona.layers.tests |
PrivateLayerListTest.test_permissions |
73 |
4 |
Missing docstring |
W |
madrona.layers.tests |
PrivateLayerListTest.test_webservice |
93 |
8 |
Redefining name 'url' from outer scope (line 18) |
C |
madrona.layers.tests |
PrivateLayerListTest.test_webservice |
92 |
4 |
Missing docstring |
E |
madrona.layers.tests |
PrivateLayerListTest.test_webservice |
97 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layers.tests |
PrivateLayerListTest.test_webservice |
102 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layers.tests |
PrivateLayerListTest.test_webservice |
107 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layers.tests |
PrivateLayerListTest.test_webservice |
111 |
25 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
R |
madrona.layers.tests |
PrivateLayerListTest |
36 |
0 |
Too many public methods (62/20) |
C |
madrona.layers.tests |
PublicLayerListTest |
115 |
0 |
Missing docstring |
C |
madrona.layers.tests |
PublicLayerListTest.testCreate |
118 |
4 |
Invalid name "testCreate" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.tests |
PublicLayerListTest.testCreate |
122 |
16 |
Class 'PublicLayerList' has no 'objects' member |
C |
madrona.layers.tests |
PublicLayerListTest.testCreate |
125 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.tests |
PublicLayerListTest.testCreate |
129 |
26 |
Class 'PublicLayerList' has no 'objects' member |
C |
madrona.layers.tests |
PublicLayerListTest.testOnlyOneActiveLayer |
132 |
4 |
Invalid name "testOnlyOneActiveLayer" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layers.tests |
PublicLayerListTest.testOnlyOneActiveLayer |
132 |
4 |
Missing docstring |
E |
madrona.layers.tests |
PublicLayerListTest.testOnlyOneActiveLayer |
133 |
16 |
Class 'PublicLayerList' has no 'objects' member |
E |
madrona.layers.tests |
PublicLayerListTest.testOnlyOneActiveLayer |
137 |
20 |
Class 'PublicLayerList' has no 'objects' member |
E |
madrona.layers.tests |
PublicLayerListTest.testOnlyOneActiveLayer |
139 |
17 |
Class 'PublicLayerList' has no 'objects' member |
E |
madrona.layers.tests |
PublicLayerListTest.testOnlyOneActiveLayer |
144 |
27 |
Class 'PublicLayerList' has no 'objects' member |
E |
madrona.layers.tests |
PublicLayerListTest.testOnlyOneActiveLayer |
145 |
17 |
Class 'PublicLayerList' has no 'objects' member |
C |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
149 |
4 |
Invalid name "testLayerService" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
149 |
4 |
Missing docstring |
C |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
153 |
8 |
Invalid name "l" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
153 |
12 |
Class 'PublicLayerList' has no 'objects' member |
E |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
158 |
29 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
162 |
16 |
Class 'PublicLayerList' has no 'objects' member |
C |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
164 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
167 |
26 |
Class 'PublicLayerList' has no 'objects' member |
E |
madrona.layers.tests |
PublicLayerListTest.testLayerService |
170 |
29 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.layers.tests |
PublicLayerListTest.tearDown |
172 |
4 |
Invalid name "tearDown" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.layers.tests |
PublicLayerListTest.tearDown |
173 |
16 |
Class 'PublicLayerList' has no 'objects' member |
C |
madrona.layers.tests |
PublicLayerListTest.tearDown |
176 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layers.tests |
PublicLayerListTest.tearDown |
179 |
8 |
Invalid name "dr" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.layers.tests |
PublicLayerListTest |
115 |
0 |
Too many public methods (63/20) |
W |
madrona.layers.tests |
|
18 |
0 |
Unused import warnings from wildcard import |
W |
madrona.layers.tests |
|
18 |
0 |
Unused import handler500 from wildcard import |
W |
madrona.layers.tests |
|
18 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.layers.tests |
|
14 |
0 |
Unused import ContentType |
W |
madrona.layers.tests |
|
19 |
0 |
Unused import reverse |
W |
madrona.layers.tests |
|
18 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.layers.tests |
|
18 |
0 |
Unused import url from wildcard import |
W |
madrona.layers.tests |
|
18 |
0 |
Unused import patterns from wildcard import |
W |
madrona.layers.tests |
|
18 |
0 |
Unused import include from wildcard import |
C |
madrona.layers |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.layers.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.layers.urls |
|
5 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.layers.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.layers.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.layers.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.layers.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.layers.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
13 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
14 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
15 |
0 |
Line too long (97/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
16 |
0 |
Line too long (94/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
17 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
18 |
0 |
Line too long (139/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
24 |
0 |
Line too long (93/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
25 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
28 |
0 |
Line too long (109/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
41 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
42 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
43 |
0 |
Line too long (157/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
46 |
0 |
Line too long (182/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
47 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
48 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
49 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
50 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
54 |
0 |
Line too long (111/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
55 |
0 |
Line too long (103/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
56 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
57 |
0 |
Line too long (148/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
58 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
59 |
0 |
Line too long (91/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
60 |
0 |
Line too long (91/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
61 |
0 |
Line too long (95/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
62 |
0 |
Line too long (110/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
63 |
0 |
Line too long (106/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
64 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
65 |
0 |
Line too long (163/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
66 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
69 |
0 |
Line too long (161/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
70 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
71 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
72 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
73 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
77 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
78 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
79 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
80 |
0 |
Line too long (101/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
81 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
82 |
0 |
Line too long (172/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
83 |
0 |
Line too long (98/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
87 |
0 |
Line too long (151/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
88 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
89 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
90 |
0 |
Line too long (101/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
91 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
92 |
0 |
Line too long (172/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
93 |
0 |
Line too long (98/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
97 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
98 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
99 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
100 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
104 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
105 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
106 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
107 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
108 |
0 |
Line too long (160/80) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
1 |
0 |
Invalid name "0004_auto__add_privatesuperoverlay" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
Migration.backwards |
30 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
Migration.backwards |
30 |
24 |
Unused argument 'orm' |
R |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
Migration.backwards |
30 |
4 |
Method could be a function |
W |
madrona.layers.migrations.0004_auto__add_privatesuperoverlay |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
13 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
14 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
15 |
0 |
Line too long (97/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
16 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
22 |
0 |
Line too long (93/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
23 |
0 |
Line too long (96/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
26 |
0 |
Line too long (103/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
39 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
40 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
41 |
0 |
Line too long (157/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
44 |
0 |
Line too long (104/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
45 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
46 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
47 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
48 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
52 |
0 |
Line too long (111/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
53 |
0 |
Line too long (103/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
54 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
55 |
0 |
Line too long (148/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
56 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
57 |
0 |
Line too long (108/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
58 |
0 |
Line too long (108/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
59 |
0 |
Line too long (112/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
60 |
0 |
Line too long (110/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
61 |
0 |
Line too long (106/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
62 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
63 |
0 |
Line too long (163/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
64 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
67 |
0 |
Line too long (136/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
68 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
69 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
70 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
71 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
75 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
76 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
77 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
78 |
0 |
Line too long (172/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
79 |
0 |
Line too long (98/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
83 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
84 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
85 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
86 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
90 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
91 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
92 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
93 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
94 |
0 |
Line too long (160/80) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
1 |
0 |
Invalid name "0002_auto__add_privatelayerlist" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
Migration.backwards |
28 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
Migration.backwards |
28 |
24 |
Unused argument 'orm' |
R |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
Migration.backwards |
28 |
4 |
Method could be a function |
W |
madrona.layers.migrations.0002_auto__add_privatelayerlist |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.migrations.0001_initial |
|
13 |
0 |
Line too long (98/80) |
C |
madrona.layers.migrations.0001_initial |
|
14 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0001_initial |
|
15 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0001_initial |
|
16 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0001_initial |
|
22 |
0 |
Line too long (93/80) |
C |
madrona.layers.migrations.0001_initial |
|
23 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0001_initial |
|
26 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0001_initial |
|
30 |
0 |
Line too long (98/80) |
C |
madrona.layers.migrations.0001_initial |
|
31 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0001_initial |
|
32 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0001_initial |
|
33 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0001_initial |
|
51 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0001_initial |
|
52 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0001_initial |
|
53 |
0 |
Line too long (133/80) |
C |
madrona.layers.migrations.0001_initial |
|
56 |
0 |
Line too long (104/80) |
C |
madrona.layers.migrations.0001_initial |
|
57 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0001_initial |
|
58 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0001_initial |
|
59 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0001_initial |
|
60 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0001_initial |
|
64 |
0 |
Line too long (111/80) |
C |
madrona.layers.migrations.0001_initial |
|
65 |
0 |
Line too long (103/80) |
C |
madrona.layers.migrations.0001_initial |
|
66 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0001_initial |
|
67 |
0 |
Line too long (124/80) |
C |
madrona.layers.migrations.0001_initial |
|
68 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0001_initial |
|
69 |
0 |
Line too long (108/80) |
C |
madrona.layers.migrations.0001_initial |
|
70 |
0 |
Line too long (108/80) |
C |
madrona.layers.migrations.0001_initial |
|
71 |
0 |
Line too long (112/80) |
C |
madrona.layers.migrations.0001_initial |
|
72 |
0 |
Line too long (110/80) |
C |
madrona.layers.migrations.0001_initial |
|
73 |
0 |
Line too long (106/80) |
C |
madrona.layers.migrations.0001_initial |
|
74 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0001_initial |
|
75 |
0 |
Line too long (139/80) |
C |
madrona.layers.migrations.0001_initial |
|
76 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0001_initial |
|
79 |
0 |
Line too long (136/80) |
C |
madrona.layers.migrations.0001_initial |
|
80 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0001_initial |
|
81 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0001_initial |
|
82 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0001_initial |
|
83 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0001_initial |
|
87 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0001_initial |
|
88 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0001_initial |
|
89 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0001_initial |
|
90 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0001_initial |
|
94 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0001_initial |
|
95 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0001_initial |
|
96 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0001_initial |
|
97 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0001_initial |
|
98 |
0 |
Line too long (136/80) |
C |
madrona.layers.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.layers.migrations.0001_initial |
Migration.backwards |
37 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0001_initial |
Migration.backwards |
37 |
24 |
Unused argument 'orm' |
R |
madrona.layers.migrations.0001_initial |
Migration.backwards |
37 |
4 |
Method could be a function |
W |
madrona.layers.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
15 |
0 |
Line too long (203/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
18 |
0 |
Line too long (200/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
21 |
0 |
Line too long (252/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
24 |
0 |
Line too long (164/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
27 |
0 |
Line too long (205/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
30 |
0 |
Line too long (125/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
36 |
0 |
Line too long (200/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
39 |
0 |
Line too long (197/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
42 |
0 |
Line too long (246/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
45 |
0 |
Line too long (161/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
48 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
52 |
0 |
Line too long (99/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
53 |
0 |
Line too long (131/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
68 |
0 |
Line too long (179/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
71 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
73 |
0 |
Line too long (96/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
74 |
0 |
Line too long (128/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
89 |
0 |
Line too long (119/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
94 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
95 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
96 |
0 |
Line too long (157/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
99 |
0 |
Line too long (182/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
100 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
101 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
102 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
103 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
107 |
0 |
Line too long (111/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
108 |
0 |
Line too long (103/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
109 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
110 |
0 |
Line too long (148/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
111 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
112 |
0 |
Line too long (91/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
113 |
0 |
Line too long (91/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
114 |
0 |
Line too long (95/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
115 |
0 |
Line too long (110/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
116 |
0 |
Line too long (106/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
117 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
118 |
0 |
Line too long (163/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
119 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
122 |
0 |
Line too long (161/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
123 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
124 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
125 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
126 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
130 |
0 |
Line too long (208/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
131 |
0 |
Line too long (117/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
132 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
133 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
134 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
135 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
136 |
0 |
Line too long (113/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
137 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
138 |
0 |
Line too long (225/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
139 |
0 |
Line too long (151/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
143 |
0 |
Line too long (182/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
144 |
0 |
Line too long (211/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
145 |
0 |
Line too long (117/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
146 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
147 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
148 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
149 |
0 |
Line too long (113/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
150 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
151 |
0 |
Line too long (228/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
152 |
0 |
Line too long (154/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
156 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
157 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
158 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
159 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
163 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
164 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
165 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
166 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
167 |
0 |
Line too long (160/80) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
1 |
0 |
Invalid name "0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
Migration.backwards |
50 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
Migration.backwards |
56 |
8 |
Unreachable code |
W |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
Migration.backwards |
77 |
8 |
Unreachable code |
W |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
Migration.backwards |
50 |
24 |
Unused argument 'orm' |
W |
madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu |
|
5 |
0 |
Unused import models |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
16 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
17 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
18 |
0 |
Line too long (98/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
19 |
0 |
Line too long (163/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
25 |
0 |
Line too long (93/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
26 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
29 |
0 |
Line too long (91/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
42 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
43 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
44 |
0 |
Line too long (157/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
47 |
0 |
Line too long (182/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
48 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
49 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
50 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
51 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
54 |
0 |
Line too long (161/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
55 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
56 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
57 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
58 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
62 |
0 |
Line too long (180/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
63 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
64 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
65 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
66 |
0 |
Line too long (171/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
70 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
71 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
72 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
73 |
0 |
Line too long (94/80) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
1 |
0 |
Invalid name "0009_auto__del_privatesuperoverlay__add_privatekml" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
Migration.backwards |
31 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
Migration.backwards |
31 |
24 |
Unused argument 'orm' |
R |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
Migration.backwards |
31 |
4 |
Method could be a function |
W |
madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
33 |
0 |
Line too long (159/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
39 |
0 |
Line too long (148/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
40 |
0 |
Line too long (194/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
41 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
42 |
0 |
Line too long (165/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
43 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
44 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
45 |
0 |
Line too long (106/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
46 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
47 |
0 |
Line too long (110/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
53 |
0 |
Line too long (93/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
54 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
57 |
0 |
Line too long (109/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
61 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
62 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
63 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
64 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
70 |
0 |
Line too long (93/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
71 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
74 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
78 |
0 |
Line too long (145/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
79 |
0 |
Line too long (191/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
80 |
0 |
Line too long (110/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
81 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
82 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
83 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
84 |
0 |
Line too long (106/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
85 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
86 |
0 |
Line too long (93/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
92 |
0 |
Line too long (93/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
93 |
0 |
Line too long (96/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
96 |
0 |
Line too long (103/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
98 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
99 |
0 |
Line too long (117/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
107 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
108 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
109 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
110 |
0 |
Line too long (94/80) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
1 |
0 |
Invalid name "0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
Migration.backwards |
35 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
Migration.backwards |
102 |
8 |
Unreachable code |
W |
madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
13 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
14 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
15 |
0 |
Line too long (98/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
16 |
0 |
Line too long (165/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
28 |
0 |
Line too long (182/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
29 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
30 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
31 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
35 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
36 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
37 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
38 |
0 |
Line too long (94/80) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
1 |
0 |
Invalid name "0008_auto__add_privatesuperoverlay" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
Migration.backwards |
20 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
Migration.backwards |
20 |
24 |
Unused argument 'orm' |
R |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
Migration.backwards |
20 |
4 |
Method could be a function |
W |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
5 |
0 |
Unused import models |
W |
madrona.layers.migrations.0008_auto__add_privatesuperoverlay |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
12 |
0 |
Line too long (149/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
15 |
0 |
Line too long (140/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
28 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
29 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
30 |
0 |
Line too long (157/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
33 |
0 |
Line too long (104/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
34 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
35 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
36 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
37 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
41 |
0 |
Line too long (111/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
42 |
0 |
Line too long (103/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
43 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
44 |
0 |
Line too long (148/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
45 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
46 |
0 |
Line too long (108/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
47 |
0 |
Line too long (108/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
48 |
0 |
Line too long (112/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
49 |
0 |
Line too long (110/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
50 |
0 |
Line too long (106/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
51 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
52 |
0 |
Line too long (163/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
53 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
56 |
0 |
Line too long (136/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
57 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
58 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
59 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
60 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
64 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
65 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
66 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
67 |
0 |
Line too long (101/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
68 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
69 |
0 |
Line too long (172/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
70 |
0 |
Line too long (98/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
74 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
75 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
76 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
77 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
81 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
82 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
83 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
84 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
85 |
0 |
Line too long (160/80) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
1 |
0 |
Invalid name "0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
Migration.backwards |
17 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
Migration.backwards |
17 |
24 |
Unused argument 'orm' |
R |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
Migration.backwards |
17 |
4 |
Method could be a function |
W |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
5 |
0 |
Unused import models |
W |
madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
12 |
0 |
Line too long (183/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
17 |
0 |
Line too long (194/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
22 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
23 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
24 |
0 |
Line too long (157/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
27 |
0 |
Line too long (182/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
28 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
29 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
30 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
31 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
34 |
0 |
Line too long (161/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
35 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
36 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
37 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
38 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
42 |
0 |
Line too long (169/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
43 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
44 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
45 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
46 |
0 |
Line too long (171/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
50 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
51 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
52 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
53 |
0 |
Line too long (94/80) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
1 |
0 |
Invalid name "0010_auto__chg_field_privatekml_base_kml" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
Migration.backwards |
14 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
Migration.backwards |
14 |
24 |
Unused argument 'orm' |
W |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
5 |
0 |
Unused import models |
W |
madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
15 |
0 |
Line too long (160/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
19 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
20 |
0 |
Line too long (118/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
28 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
29 |
0 |
Line too long (102/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
30 |
0 |
Line too long (157/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
33 |
0 |
Line too long (182/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
34 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
35 |
0 |
Line too long (122/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
36 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
37 |
0 |
Line too long (83/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
41 |
0 |
Line too long (111/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
42 |
0 |
Line too long (103/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
43 |
0 |
Line too long (107/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
44 |
0 |
Line too long (148/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
45 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
46 |
0 |
Line too long (91/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
47 |
0 |
Line too long (91/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
48 |
0 |
Line too long (95/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
49 |
0 |
Line too long (110/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
50 |
0 |
Line too long (106/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
51 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
52 |
0 |
Line too long (163/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
53 |
0 |
Line too long (105/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
56 |
0 |
Line too long (161/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
57 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
58 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
59 |
0 |
Line too long (86/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
60 |
0 |
Line too long (84/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
64 |
0 |
Line too long (208/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
65 |
0 |
Line too long (117/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
66 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
67 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
68 |
0 |
Line too long (95/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
69 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
70 |
0 |
Line too long (113/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
71 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
72 |
0 |
Line too long (225/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
73 |
0 |
Line too long (151/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
77 |
0 |
Line too long (182/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
78 |
0 |
Line too long (211/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
79 |
0 |
Line too long (117/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
80 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
81 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
82 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
83 |
0 |
Line too long (113/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
84 |
0 |
Line too long (87/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
85 |
0 |
Line too long (228/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
86 |
0 |
Line too long (154/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
90 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
91 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
92 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
93 |
0 |
Line too long (89/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
97 |
0 |
Line too long (88/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
98 |
0 |
Line too long (114/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
99 |
0 |
Line too long (85/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
100 |
0 |
Line too long (90/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
101 |
0 |
Line too long (160/80) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
1 |
0 |
Invalid name "0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
Migration.forwards |
9 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
Migration.forwards |
9 |
23 |
Unused argument 'orm' |
C |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
Migration.backwards |
17 |
4 |
Missing docstring |
W |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
Migration.backwards |
23 |
8 |
Unreachable code |
W |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
Migration.backwards |
17 |
24 |
Unused argument 'orm' |
R |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
Migration.backwards |
17 |
4 |
Method could be a function |
W |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
5 |
0 |
Unused import models |
W |
madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f |
|
2 |
0 |
Unused import datetime |
C |
madrona.layers.management |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.management.commands |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.management.commands.create_privatekml |
|
10 |
0 |
Line too long (103/80) |
C |
madrona.layers.management.commands.create_privatekml |
|
24 |
0 |
Line too long (106/80) |
C |
madrona.layers.management.commands.create_privatekml |
|
38 |
0 |
Line too long (92/80) |
C |
madrona.layers.management.commands.create_privatekml |
|
1 |
0 |
Missing docstring |
C |
madrona.layers.management.commands.create_privatekml |
Command |
9 |
0 |
Missing docstring |
E |
madrona.layers.management.commands.create_privatekml |
Command.handle |
17 |
20 |
Class 'PrivateKml' has no 'objects' member |
C |
madrona.layers.management.commands.create_privatekml |
Command.handle |
21 |
12 |
Invalid name "g" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layers.management.commands.create_privatekml |
Command.handle |
26 |
12 |
Invalid name "d" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.layers.management.commands.create_privatekml |
Command.handle |
27 |
12 |
Comma not followed by a space
path = os.path.join(settings.PRIVATE_KML_ROOT,d)
^^ |
W |
madrona.layers.management.commands.create_privatekml |
Command.handle |
42 |
23 |
Catching too general exception Exception |
C |
madrona.layers.management.commands.create_privatekml |
Command.handle |
38 |
20 |
Comma not followed by a space
pkml = PrivateKml.objects.create(name=privatekml_name[:99],base_kml=kml)
^^ |
E |
madrona.layers.management.commands.create_privatekml |
Command.handle |
38 |
27 |
Class 'PrivateKml' has no 'objects' member |
C |
madrona.layers.management.commands.create_privatekml |
Command.handle |
41 |
20 |
Comma not followed by a space
print " created %s from %s" % (pkml,kml)
^^ |
C |
madrona.layers.management.commands.create_privatekml |
Command.handle |
42 |
36 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.layers.management.commands.create_privatekml |
|
1 |
0 |
Unused import AppCommand |
W |
madrona.layers.management.commands.create_privatekml |
|
3 |
0 |
Unused import make_option |
W |
madrona.layers.management.commands.create_privatekml |
|
7 |
0 |
Unused import User |
C |
madrona.studyregion.models |
|
4 |
0 |
Line too long (88/80) |
C |
madrona.studyregion.models |
|
52 |
0 |
Line too long (202/80) |
C |
madrona.studyregion.models |
|
57 |
0 |
Line too long (132/80) |
C |
madrona.studyregion.models |
|
59 |
0 |
Line too long (85/80) |
C |
madrona.studyregion.models |
|
63 |
0 |
Line too long (101/80) |
C |
madrona.studyregion.models |
|
64 |
0 |
Line too long (100/80) |
C |
madrona.studyregion.models |
|
65 |
0 |
Line too long (103/80) |
C |
madrona.studyregion.models |
|
80 |
0 |
Line too long (92/80) |
C |
madrona.studyregion.models |
|
101 |
0 |
Line too long (108/80) |
C |
madrona.studyregion.models |
|
114 |
0 |
Line too long (282/80) |
C |
madrona.studyregion.models |
|
118 |
0 |
Line too long (126/80) |
C |
madrona.studyregion.models |
|
126 |
0 |
Line too long (123/80) |
C |
madrona.studyregion.models |
|
135 |
0 |
Line too long (103/80) |
C |
madrona.studyregion.models |
|
137 |
0 |
Line too long (107/80) |
C |
madrona.studyregion.models |
|
138 |
0 |
Line too long (107/80) |
C |
madrona.studyregion.models |
|
141 |
0 |
Line too long (110/80) |
C |
madrona.studyregion.models |
|
142 |
0 |
Line too long (118/80) |
C |
madrona.studyregion.models |
|
144 |
0 |
Line too long (152/80) |
C |
madrona.studyregion.models |
|
147 |
0 |
Line too long (97/80) |
C |
madrona.studyregion.models |
|
148 |
0 |
Line too long (81/80) |
C |
madrona.studyregion.models |
|
152 |
0 |
Line too long (120/80) |
C |
madrona.studyregion.models |
|
154 |
0 |
Line too long (88/80) |
C |
madrona.studyregion.models |
|
166 |
0 |
Line too long (114/80) |
C |
madrona.studyregion.models |
|
170 |
0 |
Line too long (85/80) |
C |
madrona.studyregion.models |
|
174 |
0 |
Line too long (534/80) |
C |
madrona.studyregion.models |
|
178 |
0 |
Line too long (154/80) |
C |
madrona.studyregion.models |
|
180 |
0 |
Line too long (131/80) |
C |
madrona.studyregion.models |
|
182 |
0 |
Line too long (128/80) |
C |
madrona.studyregion.models |
|
184 |
0 |
Line too long (124/80) |
C |
madrona.studyregion.models |
|
199 |
0 |
Line too long (274/80) |
C |
madrona.studyregion.models |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.models |
StudyRegionManager.current |
12 |
4 |
Missing docstring |
R |
madrona.studyregion.models |
StudyRegionManager |
8 |
0 |
Too many public methods (67/20) |
C |
madrona.studyregion.models |
StudyRegion.cacheLookAt |
210 |
8 |
Invalid name "lookAt_Lat" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.cacheLookAt |
213 |
8 |
Invalid name "lookAt_Heading" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.cacheLookAt |
209 |
8 |
Invalid name "lookAt_Range" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.cacheLookAt |
211 |
8 |
Invalid name "lookAt_Lon" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.cacheLookAt |
212 |
8 |
Invalid name "lookAt_Tilt" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.models |
StudyRegion.Meta |
69 |
4 |
Class has no __init__ method |
C |
madrona.studyregion.models |
StudyRegion.Meta |
69 |
4 |
Missing docstring |
R |
madrona.studyregion.models |
StudyRegion.Meta |
69 |
4 |
Too few public methods (0/2) |
C |
madrona.studyregion.models |
StudyRegion.get_absolute_url |
83 |
4 |
Missing docstring |
E |
madrona.studyregion.models |
StudyRegion.area_sq_mi |
92 |
37 |
Instance of 'MultiPolygonField' has no 'area' member |
C |
madrona.studyregion.models |
StudyRegion.kml |
98 |
8 |
Invalid name "bUseLod" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.studyregion.models |
StudyRegion.kml |
101 |
29 |
Instance of 'MultiPolygonField' has no 'simplify' member |
E |
madrona.studyregion.models |
StudyRegion.kml |
118 |
25 |
Instance of 'MultiPolygonField' has no 'clone' member |
C |
madrona.studyregion.models |
StudyRegion.kml |
121 |
12 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml |
122 |
12 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml |
123 |
12 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml |
124 |
12 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml |
126 |
12 |
Comma not followed by a space
return '<Document><name>%s</name>' % (self.name,) + self.lookAtKml() + self.kml_chunk(n,s,e,w) + '</Document>'
^^ |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
4 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
4 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
4 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
4 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
4 |
Too many local variables (19/15) |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
24 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
27 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
30 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
129 |
33 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
137 |
21 |
Instance of 'GEOSGeometry' has no 'y' member |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
138 |
21 |
Instance of 'GEOSGeometry' has no 'x' member |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
142 |
46 |
Instance of 'GEOSGeometry' has no 'y' member |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
142 |
99 |
Instance of 'GEOSGeometry' has no 'y' member |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
144 |
34 |
Instance of 'MultiPolygonField' has no 'extent' member |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
144 |
59 |
Instance of 'MultiPolygonField' has no 'centroid' member |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
144 |
101 |
Instance of 'MultiPolygonField' has no 'extent' member |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
144 |
126 |
Instance of 'MultiPolygonField' has no 'centroid' member |
E |
madrona.studyregion.models |
StudyRegion.kml_chunk |
154 |
25 |
Instance of 'MultiPolygonField' has no 'simplify' member |
C |
madrona.studyregion.models |
StudyRegion.kml_chunk |
166 |
8 |
Invalid name "bLastLodLevel" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.lookAtKml |
190 |
4 |
Invalid name "lookAtKml" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.cacheLookAt |
202 |
4 |
Invalid name "cacheLookAt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.models |
StudyRegion.cacheLookAt |
207 |
8 |
Invalid name "lookAtParams" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.models |
|
3 |
0 |
Unused import A |
W |
madrona.studyregion.models |
|
4 |
0 |
Unused import length_in_display_units |
W |
madrona.studyregion.models |
|
5 |
0 |
Unused import KmlWrap |
W |
madrona.studyregion.models |
|
3 |
0 |
Unused import D |
C |
madrona.studyregion.views |
|
1 |
0 |
Line too long (130/80) |
C |
madrona.studyregion.views |
|
16 |
0 |
Line too long (105/80) |
C |
madrona.studyregion.views |
|
21 |
0 |
Line too long (125/80) |
C |
madrona.studyregion.views |
|
27 |
0 |
Line too long (93/80) |
C |
madrona.studyregion.views |
|
35 |
0 |
Line too long (93/80) |
C |
madrona.studyregion.views |
|
44 |
0 |
Line too long (134/80) |
C |
madrona.studyregion.views |
|
52 |
0 |
Line too long (111/80) |
C |
madrona.studyregion.views |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.views |
studyregion |
16 |
4 |
Comma not followed by a space
return render_to_response(template_name, RequestContext(request,{'api_key':settings.GOOGLE_API_KEY}))
^^ |
C |
madrona.studyregion.views |
show |
18 |
0 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
show |
18 |
18 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
show |
21 |
4 |
Comma not followed by a space
return render_to_response('studyregion/show.html', RequestContext(request,{'api_key':settings.GOOGLE_API_KEY, 'pk': pk}))
^^ |
C |
madrona.studyregion.views |
kml |
23 |
0 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
kml |
23 |
17 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKml |
30 |
0 |
Invalid name "regionKml" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
0 |
Invalid name "regionKmlChunk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
0 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
0 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
0 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
0 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
28 |
Invalid name "n" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
31 |
Invalid name "s" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
34 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.views |
regionKmlChunk |
38 |
37 |
Invalid name "w" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.views |
regionKmlChunk |
38 |
19 |
Unused argument 'request' |
C |
madrona.studyregion.views |
regionLookAtKml |
47 |
0 |
Invalid name "regionLookAtKml" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.views |
regionLookAtKml |
47 |
20 |
Unused argument 'request' |
W |
madrona.studyregion.views |
|
1 |
0 |
Unused import HttpResponseServerError |
W |
madrona.studyregion.views |
|
1 |
0 |
Unused import HttpResponseForbidden |
W |
madrona.studyregion.views |
|
6 |
0 |
Unused import reverse |
W |
madrona.studyregion.views |
|
1 |
0 |
Unused import HttpResponseRedirect |
W |
madrona.studyregion.views |
|
1 |
0 |
Unused import HttpResponseBadRequest |
C |
madrona.studyregion.admin |
|
13 |
0 |
Line too long (103/80) |
C |
madrona.studyregion.admin |
|
14 |
0 |
Line too long (104/80) |
C |
madrona.studyregion.admin |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.admin |
StudyRegionAdmin |
5 |
0 |
Missing docstring |
R |
madrona.studyregion.admin |
StudyRegionAdmin |
5 |
0 |
Too many public methods (51/20) |
C |
madrona.studyregion.tests |
|
34 |
0 |
Line too long (116/80) |
C |
madrona.studyregion.tests |
|
36 |
0 |
Line too long (89/80) |
C |
madrona.studyregion.tests |
|
52 |
0 |
Line too long (96/80) |
C |
madrona.studyregion.tests |
|
57 |
0 |
Line too long (110/80) |
C |
madrona.studyregion.tests |
|
67 |
0 |
Line too long (97/80) |
C |
madrona.studyregion.tests |
|
68 |
0 |
Line too long (81/80) |
C |
madrona.studyregion.tests |
|
93 |
0 |
Line too long (82/80) |
W |
madrona.studyregion.tests |
|
10 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.studyregion.tests |
|
14 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.studyregion.tests |
StudyRegionTest |
19 |
0 |
Missing docstring |
C |
madrona.studyregion.tests |
StudyRegionTest.testStudyRegionPresent |
22 |
4 |
Invalid name "testStudyRegionPresent" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.tests |
StudyRegionTest.testComputeLookAt |
29 |
4 |
Invalid name "testComputeLookAt" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.tests |
StudyRegionTest.testComputeLookAt |
33 |
8 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.tests |
StudyRegionTest.testComputeLookAt |
41 |
8 |
Unused variable 'lookat_kml' |
C |
madrona.studyregion.tests |
StudyRegionTest.testLookAtView |
45 |
4 |
Invalid name "testLookAtView" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.studyregion.tests |
StudyRegionTest.testLookAtView |
50 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.studyregion.tests |
StudyRegionTest.testKmlView |
60 |
4 |
Invalid name "testKmlView" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.studyregion.tests |
StudyRegionTest.testKmlView |
65 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.studyregion.tests |
StudyRegionTest.testExternalKmlStyle |
80 |
4 |
Invalid name "testExternalKmlStyle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.tests |
StudyRegionTest.testExternalKmlStyle |
80 |
4 |
Missing docstring |
E |
madrona.studyregion.tests |
StudyRegionTest.testExternalKmlStyle |
83 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.studyregion.tests |
StudyRegionTest.testOnlyOneActive |
85 |
4 |
Invalid name "testOnlyOneActive" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.tests |
StudyRegionTest.testOnlyOneActive |
85 |
4 |
Missing docstring |
R |
madrona.studyregion.tests |
StudyRegionTest |
19 |
0 |
Too many public methods (66/20) |
W |
madrona.studyregion.tests |
|
10 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.studyregion.tests |
|
10 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.studyregion.tests |
|
10 |
0 |
Unused import warnings from wildcard import |
W |
madrona.studyregion.tests |
|
10 |
0 |
Unused import url from wildcard import |
W |
madrona.studyregion.tests |
|
8 |
0 |
Unused import Client |
W |
madrona.studyregion.tests |
|
10 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.studyregion |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.urls |
|
8 |
0 |
Line too long (100/80) |
C |
madrona.studyregion.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.studyregion.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.studyregion.urls |
|
4 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.studyregion.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.studyregion.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.studyregion.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.studyregion.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.studyregion.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.studyregion.migrations.0001_initial |
|
14 |
0 |
Line too long (83/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
15 |
0 |
Line too long (111/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
16 |
0 |
Line too long (107/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
17 |
0 |
Line too long (146/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
18 |
0 |
Line too long (111/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
19 |
0 |
Line too long (108/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
20 |
0 |
Line too long (99/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
21 |
0 |
Line too long (108/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
22 |
0 |
Line too long (89/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
23 |
0 |
Line too long (91/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
24 |
0 |
Line too long (83/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
25 |
0 |
Line too long (86/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
36 |
0 |
Line too long (85/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
37 |
0 |
Line too long (106/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
38 |
0 |
Line too long (118/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
39 |
0 |
Line too long (114/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
40 |
0 |
Line too long (161/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
41 |
0 |
Line too long (85/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
42 |
0 |
Line too long (91/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
43 |
0 |
Line too long (120/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
44 |
0 |
Line too long (120/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
45 |
0 |
Line too long (93/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
46 |
0 |
Line too long (88/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
47 |
0 |
Line too long (118/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
48 |
0 |
Line too long (84/80) |
C |
madrona.studyregion.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.studyregion.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.migrations.0001_initial |
Migration |
8 |
0 |
Missing docstring |
C |
madrona.studyregion.migrations.0001_initial |
Migration.forwards |
10 |
4 |
Missing docstring |
W |
madrona.studyregion.migrations.0001_initial |
Migration.forwards |
10 |
23 |
Unused argument 'orm' |
C |
madrona.studyregion.migrations.0001_initial |
Migration.backwards |
29 |
4 |
Missing docstring |
W |
madrona.studyregion.migrations.0001_initial |
Migration.backwards |
29 |
24 |
Unused argument 'orm' |
R |
madrona.studyregion.migrations.0001_initial |
Migration.backwards |
29 |
4 |
Method could be a function |
W |
madrona.studyregion.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.studyregion.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.studyregion.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.management |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.management.commands.change_study_region |
|
11 |
0 |
Line too long (101/80) |
C |
madrona.studyregion.management.commands.change_study_region |
|
46 |
0 |
Line too long (109/80) |
C |
madrona.studyregion.management.commands.change_study_region |
|
47 |
0 |
Line too long (86/80) |
C |
madrona.studyregion.management.commands.change_study_region |
|
59 |
0 |
Line too long (171/80) |
C |
madrona.studyregion.management.commands.change_study_region |
|
63 |
0 |
Line too long (119/80) |
C |
madrona.studyregion.management.commands.change_study_region |
|
67 |
0 |
Line too long (83/80) |
C |
madrona.studyregion.management.commands.change_study_region |
|
80 |
0 |
Line too long (103/80) |
C |
madrona.studyregion.management.commands.change_study_region |
|
85 |
0 |
Line too long (102/80) |
C |
madrona.studyregion.management.commands.change_study_region |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.management.commands.change_study_region |
Command |
10 |
0 |
Missing docstring |
C |
madrona.studyregion.management.commands.change_study_region |
Command.handle |
14 |
4 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.management.commands.change_study_region |
Command.handle |
14 |
21 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
29 |
4 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
29 |
4 |
Missing docstring |
C |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
29 |
22 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
73 |
27 |
Undefined variable 'Bar' |
E |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
73 |
42 |
Undefined variable 'Percentage' |
E |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
73 |
63 |
Undefined variable 'ETA' |
E |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
74 |
23 |
Undefined variable 'ProgressBar' |
W |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
29 |
0 |
Unused argument 'options' |
R |
madrona.studyregion.management.commands.change_study_region |
Command.handle2 |
29 |
4 |
Method could be a function |
W |
madrona.studyregion.management.commands.change_study_region |
|
1 |
0 |
Unused import AppCommand |
W |
madrona.studyregion.management.commands.change_study_region |
|
3 |
0 |
Unused import LayerMapping |
W |
madrona.studyregion.management.commands.change_study_region |
|
2 |
0 |
Unused import make_option |
W |
madrona.studyregion.management.commands.change_study_region |
|
4 |
0 |
Unused import DataSource |
C |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
11 |
0 |
Line too long (101/80) |
C |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
17 |
0 |
Line too long (92/80) |
C |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
21 |
0 |
Line too long (92/80) |
C |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
1 |
0 |
Missing docstring |
F |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
6 |
0 |
Unable to import 'progressbar' |
C |
madrona.studyregion.management.commands.summarize_study_region_changes |
Command |
10 |
0 |
Missing docstring |
C |
madrona.studyregion.management.commands.summarize_study_region_changes |
Command.handle |
14 |
4 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.management.commands.summarize_study_region_changes |
Command.handle |
14 |
21 |
Invalid name "pk" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
Command.handle |
14 |
21 |
Unused argument 'pk' |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
1 |
0 |
Unused import AppCommand |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
6 |
0 |
Unused import Bar |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
3 |
0 |
Unused import LayerMapping |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
5 |
0 |
Unused import StudyRegion |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
6 |
0 |
Unused import ProgressBar |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
6 |
0 |
Unused import ETA |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
2 |
0 |
Unused import make_option |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
7 |
0 |
Unused import time |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
6 |
0 |
Unused import RotatingMarker |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
6 |
0 |
Unused import Percentage |
W |
madrona.studyregion.management.commands.summarize_study_region_changes |
|
4 |
0 |
Unused import DataSource |
C |
madrona.studyregion.management.commands.create_study_region |
|
12 |
0 |
Line too long (115/80) |
C |
madrona.studyregion.management.commands.create_study_region |
|
14 |
0 |
Line too long (90/80) |
C |
madrona.studyregion.management.commands.create_study_region |
|
41 |
0 |
Line too long (94/80) |
C |
madrona.studyregion.management.commands.create_study_region |
|
50 |
0 |
Line too long (85/80) |
C |
madrona.studyregion.management.commands.create_study_region |
|
56 |
0 |
Line too long (90/80) |
C |
madrona.studyregion.management.commands.create_study_region |
|
68 |
0 |
Line too long (85/80) |
C |
madrona.studyregion.management.commands.create_study_region |
|
91 |
0 |
Line too long (106/80) |
C |
madrona.studyregion.management.commands.create_study_region |
|
1 |
0 |
Missing docstring |
C |
madrona.studyregion.management.commands.create_study_region |
Command |
9 |
0 |
Missing docstring |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
17 |
4 |
Missing docstring |
R |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
17 |
4 |
Too many local variables (18/15) |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
18 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
27 |
8 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
33 |
12 |
Comma not followed by a space
latlonmax = [180,90] * 2
^^ |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
35 |
12 |
Comma not followed by a space
overs = [a for a,b in zip(ext, latlonmax) if a > b]
^^ |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
36 |
12 |
Comma not followed by a space
unders = [a for a,b in zip(ext, latlonmin) if a < b]
^^ |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
43 |
12 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
31 |
12 |
Unused variable 'missing_srid' |
R |
madrona.studyregion.management.commands.create_study_region |
Command.handle_ogr |
17 |
4 |
Method could be a function |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_wkt |
52 |
4 |
Missing docstring |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_wkt |
53 |
8 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle_wkt |
58 |
12 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.studyregion.management.commands.create_study_region |
Command.handle_wkt |
52 |
4 |
Method could be a function |
W |
madrona.studyregion.management.commands.create_study_region |
Command.handle |
79 |
8 |
No exception type(s) specified |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle |
77 |
12 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.management.commands.create_study_region |
Command.handle |
83 |
12 |
No exception type(s) specified |
C |
madrona.studyregion.management.commands.create_study_region |
Command.handle |
81 |
16 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.studyregion.management.commands.create_study_region |
Command.handle |
81 |
16 |
Unused variable 'g1' |
W |
madrona.studyregion.management.commands.create_study_region |
Command.handle |
77 |
12 |
Unused variable 'ds' |
C |
madrona.studyregion.management.commands |
|
1 |
0 |
Missing docstring |
C |
madrona.kmlapp.models |
|
1 |
0 |
Missing docstring |
W |
madrona.kmlapp.models |
|
1 |
0 |
Unused import models |
C |
madrona.kmlapp.views |
|
14 |
0 |
Line too long (90/80) |
C |
madrona.kmlapp.views |
|
53 |
0 |
Line too long (94/80) |
C |
madrona.kmlapp.views |
|
57 |
0 |
Line too long (99/80) |
C |
madrona.kmlapp.views |
|
66 |
0 |
Line too long (81/80) |
C |
madrona.kmlapp.views |
|
79 |
0 |
Line too long (86/80) |
C |
madrona.kmlapp.views |
|
83 |
0 |
Line too long (91/80) |
C |
madrona.kmlapp.views |
|
96 |
0 |
Line too long (84/80) |
C |
madrona.kmlapp.views |
|
101 |
0 |
Line too long (82/80) |
C |
madrona.kmlapp.views |
|
105 |
0 |
Line too long (87/80) |
C |
madrona.kmlapp.views |
|
147 |
0 |
Line too long (112/80) |
C |
madrona.kmlapp.views |
|
148 |
0 |
Line too long (91/80) |
C |
madrona.kmlapp.views |
|
149 |
0 |
Line too long (98/80) |
C |
madrona.kmlapp.views |
|
150 |
0 |
Line too long (129/80) |
C |
madrona.kmlapp.views |
|
151 |
0 |
Line too long (120/80) |
C |
madrona.kmlapp.views |
|
153 |
0 |
Line too long (120/80) |
C |
madrona.kmlapp.views |
|
154 |
0 |
Line too long (132/80) |
C |
madrona.kmlapp.views |
|
198 |
0 |
Line too long (115/80) |
C |
madrona.kmlapp.views |
|
206 |
0 |
Line too long (88/80) |
C |
madrona.kmlapp.views |
|
251 |
0 |
Line too long (139/80) |
C |
madrona.kmlapp.views |
|
275 |
0 |
Line too long (81/80) |
C |
madrona.kmlapp.views |
|
1 |
0 |
Missing docstring |
W |
madrona.kmlapp.views |
|
2 |
0 |
Wildcard import django.contrib.auth.models |
W |
madrona.kmlapp.views |
|
8 |
0 |
Reimport 'Http404' (imported line 5) |
C |
madrona.kmlapp.views |
|
21 |
0 |
Invalid name "log" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.kmlapp.views |
get_styles |
28 |
4 |
Redefining name 'models' from outer scope (line 2) |
C |
madrona.kmlapp.views |
get_styles |
35 |
12 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.views |
get_data_for_feature |
62 |
0 |
Missing docstring |
W |
madrona.kmlapp.views |
get_data_for_feature |
65 |
4 |
No exception type(s) specified |
C |
madrona.kmlapp.views |
get_data_for_feature |
64 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.views |
get_data_for_feature |
77 |
8 |
Invalid name "ct" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.views |
get_data_for_feature |
79 |
12 |
Comma not followed by a space
unattached = list(fmodel.objects.filter(content_type=ct,object_id=obj_id))
^^ |
C |
madrona.kmlapp.views |
get_data_for_feature |
83 |
12 |
Comma not followed by a space
collections_top = list(cmodel.objects.filter(content_type=ct,object_id=obj_id))
^^ |
W |
madrona.kmlapp.views |
get_public_data |
95 |
4 |
Redefining name 'settings' from outer scope (line 12) |
W |
madrona.kmlapp.views |
get_public_data |
95 |
4 |
Reimport 'settings' (imported line 12) |
C |
madrona.kmlapp.views |
get_shared_data |
110 |
0 |
Missing docstring |
C |
madrona.kmlapp.views |
get_shared_data |
111 |
4 |
Invalid name "sg" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.views |
get_shared_data |
112 |
4 |
Invalid name "su" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.kmlapp.views |
create_kmz |
159 |
4 |
No exception type(s) specified |
C |
madrona.kmlapp.views |
create_kmz |
169 |
4 |
Comma not followed by a space
zipout = zipfile.ZipFile(kmzbuffer,'w',zipfile.ZIP_DEFLATED)
^^ |
R |
madrona.kmlapp.views |
create_kml |
189 |
0 |
Too many arguments (8/5) |
R |
madrona.kmlapp.views |
create_kml |
189 |
0 |
Too many local variables (17/15) |
C |
madrona.kmlapp.views |
create_kml |
213 |
4 |
Comma not followed by a space
styles = get_styles(features,collections,links)
^^ |
C |
madrona.kmlapp.views |
create_kml |
215 |
4 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.views |
create_shared_kml |
250 |
4 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.views |
shared_public |
271 |
4 |
Comma not followed by a space
styles = get_styles(features,collections)
^^ |
C |
madrona.kmlapp.views |
shared_public |
274 |
4 |
Invalid name "t" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.kmlapp.views |
shared_public |
268 |
4 |
Unused variable 'user' |
W |
madrona.kmlapp.views |
|
7 |
0 |
Unused import utils |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import get_random_string from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import SiteProfileNotAvailable from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import UNUSABLE_PASSWORD from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import timezone from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import smart_str from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import Permission from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import UserManager from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import urllib from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import make_password from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import AnonymousUser from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import check_password from wildcard import |
W |
madrona.kmlapp.views |
|
1 |
0 |
Unused import render_to_response |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import is_password_usable from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import models from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import ImproperlyConfigured from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import auth from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import user_logged_in from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import PermissionManager from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import EmptyManager from wildcard import |
W |
madrona.kmlapp.views |
|
12 |
0 |
Unused import settings |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import update_last_login from wildcard import |
W |
madrona.kmlapp.views |
|
11 |
0 |
Unused import FieldError |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import GroupManager from wildcard import |
W |
madrona.kmlapp.views |
|
2 |
0 |
Unused import send_mail from wildcard import |
C |
madrona.kmlapp.tests |
|
2 |
0 |
Line too long (87/80) |
C |
madrona.kmlapp.tests |
|
26 |
0 |
Line too long (102/80) |
C |
madrona.kmlapp.tests |
|
27 |
0 |
Line too long (105/80) |
C |
madrona.kmlapp.tests |
|
29 |
0 |
Line too long (124/80) |
C |
madrona.kmlapp.tests |
|
30 |
0 |
Line too long (124/80) |
C |
madrona.kmlapp.tests |
|
31 |
0 |
Line too long (124/80) |
C |
madrona.kmlapp.tests |
|
37 |
0 |
Line too long (92/80) |
C |
madrona.kmlapp.tests |
|
38 |
0 |
Line too long (111/80) |
C |
madrona.kmlapp.tests |
|
39 |
0 |
Line too long (92/80) |
C |
madrona.kmlapp.tests |
|
44 |
0 |
Line too long (82/80) |
C |
madrona.kmlapp.tests |
|
62 |
0 |
Line too long (90/80) |
C |
madrona.kmlapp.tests |
|
70 |
0 |
Line too long (105/80) |
C |
madrona.kmlapp.tests |
|
79 |
0 |
Line too long (93/80) |
C |
madrona.kmlapp.tests |
|
81 |
0 |
Line too long (105/80) |
C |
madrona.kmlapp.tests |
|
82 |
0 |
Line too long (85/80) |
C |
madrona.kmlapp.tests |
|
89 |
0 |
Line too long (135/80) |
C |
madrona.kmlapp.tests |
|
98 |
0 |
Line too long (105/80) |
C |
madrona.kmlapp.tests |
|
105 |
0 |
Line too long (135/80) |
C |
madrona.kmlapp.tests |
|
114 |
0 |
Line too long (102/80) |
C |
madrona.kmlapp.tests |
|
121 |
0 |
Line too long (130/80) |
C |
madrona.kmlapp.tests |
|
130 |
0 |
Line too long (100/80) |
C |
madrona.kmlapp.tests |
|
137 |
0 |
Line too long (128/80) |
C |
madrona.kmlapp.tests |
|
146 |
0 |
Line too long (112/80) |
C |
madrona.kmlapp.tests |
|
152 |
0 |
Line too long (140/80) |
C |
madrona.kmlapp.tests |
|
162 |
0 |
Line too long (104/80) |
C |
madrona.kmlapp.tests |
|
184 |
0 |
Line too long (141/80) |
C |
madrona.kmlapp.tests |
|
195 |
0 |
Line too long (168/80) |
C |
madrona.kmlapp.tests |
|
206 |
0 |
Line too long (107/80) |
C |
madrona.kmlapp.tests |
|
210 |
0 |
Line too long (135/80) |
C |
madrona.kmlapp.tests |
|
220 |
0 |
Line too long (138/80) |
C |
madrona.kmlapp.tests |
|
229 |
0 |
Line too long (105/80) |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Wildcard import django.contrib.auth.models |
C |
madrona.kmlapp.tests |
KMLAppTest |
19 |
0 |
Missing docstring |
R |
madrona.kmlapp.tests |
KMLAppTest |
19 |
0 |
Too many instance attributes (10/7) |
C |
madrona.kmlapp.tests |
KMLAppTest.setUp |
22 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.tests |
KMLAppTest.setUp |
29 |
8 |
Invalid name "g1" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.tests |
KMLAppTest.setUp |
30 |
8 |
Invalid name "g2" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.kmlapp.tests |
KMLAppTest.setUp |
31 |
8 |
Invalid name "g3" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_nonauth_user_kml |
72 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_nonauth_user_kml |
73 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
W |
madrona.kmlapp.tests |
KMLAppTest.test_nonauth_user_kml |
72 |
8 |
Unused variable 'errors' |
E |
madrona.kmlapp.tests |
KMLAppTest.test_other_user_kml |
85 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_other_user_kml |
91 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_user_kml |
100 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_user_kml |
101 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_user_kml |
107 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_array_kml |
116 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_array_kml |
117 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_array_kml |
123 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_single_kml |
132 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_single_kml |
133 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_single_kml |
139 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_user_kml_links |
148 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_user_kml_links |
149 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_user_kml_links |
154 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_public_kml_auth |
164 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_public_kml_auth |
165 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_public_kml_unauth |
175 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_public_kml_unauth |
176 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_shared_kml |
186 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_shared_kml |
187 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_sharedby_kml |
197 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_sharedby_kml |
198 |
28 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_kmz_view |
208 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_kmz_view |
212 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_kmz_view |
216 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
C |
madrona.kmlapp.tests |
KMLAppTest.test_nonexistant_feature |
218 |
4 |
Missing docstring |
E |
madrona.kmlapp.tests |
KMLAppTest.test_nonexistant_feature |
222 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_invalid_kml |
231 |
26 |
Instance of 'WSGIRequest' has no 'status_code' member (but some types could not be inferred) |
E |
madrona.kmlapp.tests |
KMLAppTest.test_invalid_kml |
233 |
18 |
Instance of 'WSGIRequest' has no 'content' member (but some types could not be inferred) |
C |
madrona.kmlapp.tests |
KMLAppTest.test_invalid_kml |
235 |
8 |
Comma not followed by a space
self.assertEquals(errors[0][1]['element'],u'foobar')
^^ |
R |
madrona.kmlapp.tests |
KMLAppTest |
19 |
0 |
Too many public methods (73/20) |
W |
madrona.kmlapp.tests |
|
11 |
0 |
Unused import utils |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import get_random_string from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import SiteProfileNotAvailable from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import UNUSABLE_PASSWORD from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import timezone from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import smart_str from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import Permission from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import UserManager from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import urllib from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import make_password from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import check_password from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import is_password_usable from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import models from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import auth from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import ImproperlyConfigured from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import user_logged_in from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import PermissionManager from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import EmptyManager from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import GroupManager from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import ContentType from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import update_last_login from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import AnonymousUser from wildcard import |
W |
madrona.kmlapp.tests |
|
10 |
0 |
Unused import send_mail from wildcard import |
C |
madrona.kmlapp |
|
1 |
0 |
Missing docstring |
C |
madrona.kmlapp.urls |
|
9 |
0 |
Line too long (83/80) |
C |
madrona.kmlapp.urls |
|
11 |
0 |
Line too long (83/80) |
C |
madrona.kmlapp.urls |
|
12 |
0 |
Line too long (81/80) |
C |
madrona.kmlapp.urls |
|
22 |
0 |
Line too long (85/80) |
C |
madrona.kmlapp.urls |
|
24 |
0 |
Line too long (115/80) |
C |
madrona.kmlapp.urls |
|
26 |
0 |
Line too long (115/80) |
C |
madrona.kmlapp.urls |
|
34 |
0 |
Line too long (85/80) |
C |
madrona.kmlapp.urls |
|
36 |
0 |
Line too long (85/80) |
C |
madrona.kmlapp.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.kmlapp.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.kmlapp.urls |
|
3 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.kmlapp.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.kmlapp.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.kmlapp.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.kmlapp.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.kmlapp.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.help.models |
|
1 |
0 |
Missing docstring |
C |
madrona.help.views |
|
1 |
0 |
Line too long (130/80) |
C |
madrona.help.views |
|
14 |
0 |
Line too long (109/80) |
C |
madrona.help.views |
|
19 |
0 |
Line too long (84/80) |
C |
madrona.help.views |
|
20 |
0 |
Line too long (90/80) |
C |
madrona.help.views |
|
27 |
0 |
Line too long (90/80) |
W |
madrona.help.views |
help |
23 |
0 |
Redefining built-in 'help' |
C |
madrona.help.views |
|
1 |
0 |
Missing docstring |
W |
madrona.help.views |
|
7 |
0 |
Wildcard import madrona.simplefaq.models |
C |
madrona.help.views |
get_faqs |
9 |
0 |
Missing docstring |
E |
madrona.help.views |
get_faqs |
10 |
17 |
Class 'FaqGroup' has no 'objects' member |
E |
madrona.help.views |
get_faqs |
14 |
20 |
Class 'Faq' has no 'objects' member |
C |
madrona.help.views |
get_faqs |
15 |
8 |
Comma not followed by a space
faqs_by_group.append({'group_obj':group,'group_faqs':faq_query})
^^ |
C |
madrona.help.views |
get_vids |
18 |
0 |
Missing docstring |
E |
madrona.help.views |
get_vids |
20 |
11 |
Class 'YoutubeScreencast' has no 'objects' member |
C |
madrona.help.views |
help |
23 |
0 |
Missing docstring |
C |
madrona.help.views |
help |
26 |
4 |
Invalid name "c" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.help.views |
|
1 |
0 |
Unused import HttpResponseServerError |
W |
madrona.help.views |
|
7 |
0 |
Unused import models from wildcard import |
W |
madrona.help.views |
|
3 |
0 |
Unused import get_template |
W |
madrona.help.views |
|
2 |
0 |
Unused import Context |
W |
madrona.help.views |
|
1 |
0 |
Unused import HttpResponse |
W |
madrona.help.views |
|
1 |
0 |
Unused import HttpResponseForbidden |
W |
madrona.help.views |
|
1 |
0 |
Unused import HttpResponseRedirect |
W |
madrona.help.views |
|
1 |
0 |
Unused import HttpResponseBadRequest |
W |
madrona.help.views |
|
4 |
0 |
Unused import get_object_or_404 |
C |
madrona.help.tests |
SimpleTest |
10 |
0 |
Missing docstring |
R |
madrona.help.tests |
SimpleTest |
10 |
0 |
Too many public methods (61/20) |
C |
madrona.help |
|
1 |
0 |
Missing docstring |
C |
madrona.help.urls |
|
1 |
0 |
Missing docstring |
W |
madrona.help.urls |
|
1 |
0 |
Wildcard import django.conf.urls.defaults |
C |
madrona.help.urls |
|
3 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.help.urls |
|
1 |
0 |
Unused import handler403 from wildcard import |
W |
madrona.help.urls |
|
1 |
0 |
Unused import include from wildcard import |
W |
madrona.help.urls |
|
1 |
0 |
Unused import handler404 from wildcard import |
W |
madrona.help.urls |
|
1 |
0 |
Unused import warnings from wildcard import |
W |
madrona.help.urls |
|
1 |
0 |
Unused import handler500 from wildcard import |
C |
madrona.shapes.models |
|
1 |
0 |
Missing docstring |
C |
madrona.shapes.forms |
|
29 |
0 |
Line too long (92/80) |
C |
madrona.shapes.forms |
|
36 |
0 |
Line too long (102/80) |
C |
madrona.shapes.forms |
|
39 |
0 |
Line too long (91/80) |
C |
madrona.shapes.forms |
|
56 |
0 |
Line too long (85/80) |
C |
madrona.shapes.forms |
|
61 |
0 |
Line too long (88/80) |
C |
madrona.shapes.forms |
|
77 |
0 |
Line too long (93/80) |
C |
madrona.shapes.forms |
|
79 |
0 |
Line too long (102/80) |
C |
madrona.shapes.forms |
|
81 |
0 |
Line too long (100/80) |
C |
madrona.shapes.forms |
|
83 |
0 |
Line too long (96/80) |
C |
madrona.shapes.forms |
|
109 |
0 |
Line too long (105/80) |
C |
madrona.shapes.forms |
|
111 |
0 |
Line too long (115/80) |
W |
madrona.shapes.forms |
|
17 |
0 |
TODO: |
C |
madrona.shapes.forms |
|
1 |
0 |
Missing docstring |
C |
madrona.shapes.forms |
UploadForm |
14 |
0 |
Missing docstring |
C |
madrona.shapes.forms |
UploadForm.clean_file_obj |
22 |
4 |
Missing docstring |
C |
madrona.shapes.forms |
UploadForm.clean_file_obj |
23 |
8 |
Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.shapes.forms |
UploadForm.handle |
28 |
4 |
Comma not followed by a space
def handle(self,filefield_data):
^^ |
C |
madrona.shapes.forms |
UploadForm.handle |
43 |
12 |
Comma not followed by a space
downloaded_file = '%s_%s%s' % (name,append,ext)
^^ |
C |
madrona.shapes.forms |
UploadForm.handle |
47 |
8 |
Comma not followed by a space
self.write_file(downloaded_file,filefield_data)
^^ |
C |
madrona.shapes.forms |
UploadForm.write_file |
49 |
4 |
Comma not followed by a space
def write_file(self,filename,filefield_data):
^^ |
C |
madrona.shapes.forms |
UploadForm.write_file |
49 |
4 |
Missing docstring |
R |
madrona.shapes.forms |
UploadForm.write_file |
49 |
4 |
Method could be a function |
C |
madrona.shapes.forms |
UploadForm.check_zip_contents |
55 |
4 |
Missing docstring |
R |
madrona.shapes.forms |
UploadForm.check_zip_contents |
55 |
4 |
Method could be a function |
C |
madrona.shapes.forms |
UploadForm.validate |
60 |
4 |
Comma not followed by a space
def validate(self,filefield_data):
^^ |
C |
madrona.shapes.forms |
UploadForm.validate |
67 |
8 |
Comma not followed by a space
self.write_file(tmp.name,filefield_data)
^^ |
C |
madrona.shapes.forms |
UploadForm.validate |
89 |
12 |
Comma not followed by a space
shp_part = '%s%s%s' % (tmp_dir,os.path.sep,info.filename)
^^ |
C |
madrona.shapes.forms |
UploadForm.validate |
98 |
8 |
Comma not followed by a space
ds = gdal.DataSource('%s%s%s.shp' % (tmp_dir,os.path.sep,ds_name))
^^ |
C |
madrona.shapes.forms |
UploadForm.validate |
98 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
R |
madrona.shapes.forms |
UploadForm.validate |
60 |
4 |
Too many return statements (8/6) |
C |
madrona.shapes |
|
1 |
0 |
Missing docstring |
C |
madrona.shapes.views.upload |
|
16 |
0 |
Line too long (82/80) |
C |
madrona.shapes.views.upload |
|
19 |
0 |
Line too long (84/80) |
W |
madrona.shapes.views.upload |
|
6 |
0 |
TODO convert this to using ModelForm with a custom Django FileField |
C |
madrona.shapes.views.upload |
|
1 |
0 |
Missing docstring |
C |
madrona.shapes.views.upload |
upload |
9 |
0 |
Missing docstring |
C |
madrona.shapes.views.upload |
upload |
16 |
12 |
Comma not followed by a space
return render_to_response('uploaded.html', RequestContext(request,{}))
^^ |
C |
madrona.shapes.views.upload |
upload |
19 |
4 |
Comma not followed by a space
return render_to_response('upload.html', RequestContext(request,{'form': form}))
^^ |
C |
madrona.shapes.views.export |
|
2 |
0 |
Line too long (105/80) |
C |
madrona.shapes.views.export |
|
3 |
0 |
Line too long (100/80) |
C |
madrona.shapes.views.export |
|
14 |
0 |
Line too long (138/80) |
C |
madrona.shapes.views.export |
|
17 |
0 |
Line too long (136/80) |
C |
madrona.shapes.views.export |
|
37 |
0 |
Line too long (194/80) |
C |
madrona.shapes.views.export |
|
39 |
0 |
Line too long (93/80) |
C |
madrona.shapes.views.export |
|
41 |
0 |
Line too long (157/80) |
C |
madrona.shapes.views.export |
|
47 |
0 |
Line too long (89/80) |
C |
madrona.shapes.views.export |
|
73 |
0 |
Line too long (86/80) |
C |
madrona.shapes.views.export |
|
93 |
0 |
Line too long (88/80) |
C |
madrona.shapes.views.export |
|
156 |
0 |
Line too long (94/80) |
C |
madrona.shapes.views.export |
|
157 |
0 |
Line too long (81/80) |
C |
madrona.shapes.views.export |
|
158 |
0 |
Line too long (85/80) |
C |
madrona.shapes.views.export |
|
177 |
0 |
Line too long (89/80) |
C |
madrona.shapes.views.export |
|
178 |
0 |
Line too long (89/80) |
C |
madrona.shapes.views.export |
|
200 |
0 |
Line too long (96/80) |
C |
madrona.shapes.views.export |
|
209 |
0 |
Line too long (111/80) |
W |
madrona.shapes.views.export |
|
123 |
0 |
TODO: catch model types and convert to ogr fields |
C |
madrona.shapes.views.export |
|
1 |
0 |
Missing docstring |
C |
madrona.shapes.views.export |
|
13 |
0 |
Comma not followed by a space
from osgeo import ogr,osr
^^ |
C |
madrona.shapes.views.export |
ShpResponder |
16 |
0 |
Missing docstring |
C |
madrona.shapes.views.export |
ShpResponder.__init__ |
17 |
4 |
Comma not followed by a space
def __init__(self, queryset, readme=None, geo_field=None, proj_transform=None, mimetype='application/zip',file_name='shp_download'):
^^ |
R |
madrona.shapes.views.export |
ShpResponder.__init__ |
17 |
4 |
Too many arguments (7/5) |
W |
madrona.shapes.views.export |
ShpResponder.__call__ |
196 |
12 |
Redefining built-in 'zip' |
W |
madrona.shapes.views.export |
ShpResponder.__call__ |
195 |
12 |
Redefining built-in 'buffer' |
R |
madrona.shapes.views.export |
ShpResponder.__call__ |
27 |
4 |
Too many local variables (34/15) |
W |
madrona.shapes.views.export |
ShpResponder.__call__ |
30 |
17 |
Access to a protected member _meta of a client class |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
41 |
20 |
Comma not followed by a space
raise ValueError("Geodjango geometry field not found with the name '%s', fields available are: '%s'" % (self.geo_field,geo_fields_names))
^^ |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
51 |
8 |
Invalid name "dr" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
61 |
8 |
Invalid name "ds" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.shapes.views.export |
ShpResponder.__call__ |
71 |
35 |
Access to a protected member _geom of a client class |
W |
madrona.shapes.views.export |
ShpResponder.__call__ |
80 |
38 |
Access to a protected member _srid of a client class |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
94 |
8 |
Comma not followed by a space
layer = ds.CreateLayer('lyr',srs=output_srs,geom_type=ogr_type)
^^ |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
104 |
16 |
Comma not followed by a space
field_defn = ogr.FieldDefn(str(field.name),ogr.OFTReal)
^^ |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
106 |
16 |
Comma not followed by a space
field_defn = ogr.FieldDefn(str(field.name),ogr.OFTInteger)
^^ |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
108 |
16 |
Comma not followed by a space
field_defn = ogr.FieldDefn(str(field.name),ogr.OFTString)
^^ |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
142 |
16 |
Comma not followed by a space
value = getattr(item,field.name)
^^ |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
151 |
47 |
Invalid name "E" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
164 |
12 |
Comma not followed by a space
geom = getattr(item,geo_field.name)
^^ |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
197 |
12 |
Comma not followed by a space
files = ['shp','shx','prj','dbf']
^^ |
C |
madrona.shapes.views.export |
ShpResponder.__call__ |
202 |
16 |
Comma not followed by a space
zip.writestr('README.txt',self.readme)
^^ |
W |
madrona.shapes.views.export |
ShpResponder.__call__ |
151 |
47 |
Unused variable 'E' |
R |
madrona.shapes.views.export |
ShpResponder.__call__ |
27 |
4 |
Too many branches (29/12) |
R |
madrona.shapes.views.export |
ShpResponder.__call__ |
27 |
4 |
Too many statements (85/50) |
R |
madrona.shapes.views.export |
ShpResponder |
16 |
0 |
Too few public methods (0/2) |
W |
madrona.shapes.views.export |
|
7 |
0 |
Unused import datetime |
W |
madrona.shapes.views.export |
|
4 |
0 |
Unused import os |
C |
madrona.shapes.views |
|
1 |
0 |
Missing docstring |
W |
madrona.shapes.views |
|
1 |
0 |
Relative import 'export', should be 'madrona.shapes.views.export' |
W |
madrona.shapes.views |
|
2 |
0 |
Relative import 'upload', should be 'madrona.shapes.views.upload' |
C |
madrona.openid.models |
|
1 |
0 |
Missing docstring |
E |
madrona.openid.models |
|
22 |
4 |
No name 'md5' in module 'hashlib' |
C |
madrona.openid.models |
|
25 |
4 |
Invalid name "_md5" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
E |
madrona.openid.models |
Nonce.__unicode__ |
45 |
30 |
Instance of 'Nonce' has no 'id' member |
W |
madrona.openid.models |
UserAssociation.save |
70 |
4 |
Arguments number differs from overridden method |
E |
madrona.openid.models |
UserAssociation.save |
85 |
21 |
Instance of 'ForeignKey' has no 'email' member |
W |
madrona.openid.models |
UserAssociation.Meta |
88 |
4 |
Class has no __init__ method |
C |
madrona.openid.models |
UserAssociation.Meta |
88 |
4 |
Missing docstring |
R |
madrona.openid.models |
UserAssociation.Meta |
88 |
4 |
Too few public methods (0/2) |
W |
madrona.openid.models |
|
18 |
0 |
Unused import random |
W |
madrona.openid.models |
|
19 |
0 |
Unused import sys |
W |
madrona.openid.models |
|
17 |
0 |
Unused import os |
W |
madrona.openid.models |
|
22 |
4 |
Unused import _md5 |
W |
madrona.openid.models |
|
20 |
0 |
Unused import time |
C |
madrona.openid.signals |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.signals |
|
19 |
0 |
Invalid name "oid_register" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.signals |
|
22 |
0 |
Invalid name "oid_associate" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.forms |
|
121 |
0 |
Line too long (92/80) |
C |
madrona.openid.forms |
|
123 |
0 |
Line too long (97/80) |
C |
madrona.openid.forms |
|
127 |
0 |
Line too long (84/80) |
C |
madrona.openid.forms |
|
1 |
0 |
Missing docstring |
F |
madrona.openid.forms |
|
27 |
4 |
Unable to import 'yadis' |
C |
madrona.openid.forms |
|
47 |
0 |
Invalid name "attrs_dict" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.forms |
|
48 |
0 |
Invalid name "username_re" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
E |
madrona.openid.forms |
OpenidRegisterForm.clean_username |
71 |
19 |
Class 'User' has no 'DoesNotExist' member |
E |
madrona.openid.forms |
OpenidRegisterForm.clean_username |
73 |
19 |
Class 'User' has no 'MultipleObjectsReturned' member |
E |
madrona.openid.forms |
OpenidRegisterForm.clean_email |
86 |
19 |
Class 'User' has no 'DoesNotExist' member |
E |
madrona.openid.forms |
OpenidRegisterForm.clean_email |
88 |
19 |
Class 'User' has no 'MultipleObjectsReturned' member |
W |
madrona.openid.forms |
OpenidRegisterForm.clean_email |
85 |
16 |
Unused variable 'user' |
E |
madrona.openid.forms |
AssociateOpenID.clean_openid_url |
115 |
22 |
Class 'UserAssociation' has no 'objects' member |
E |
madrona.openid.forms |
AssociateOpenID.clean_openid_url |
116 |
19 |
Class 'UserAssociation' has no 'DoesNotExist' member |
W |
madrona.openid.forms |
|
20 |
0 |
Unused import authenticate |
C |
madrona.openid.views |
|
370 |
0 |
Line too long (81/80) |
C |
madrona.openid.views |
|
371 |
0 |
Line too long (88/80) |
C |
madrona.openid.views |
|
414 |
0 |
Line too long (83/80) |
C |
madrona.openid.views |
|
449 |
0 |
Line too long (81/80) |
C |
madrona.openid.views |
|
592 |
0 |
Line too long (82/80) |
C |
madrona.openid.views |
|
623 |
0 |
Line too long (82/80) |
C |
madrona.openid.views |
|
1 |
0 |
Missing docstring |
W |
madrona.openid.views |
|
18 |
0 |
Wildcard import django.contrib.auth.forms |
F |
madrona.openid.views |
|
43 |
4 |
Unable to import 'yadis' |
W |
madrona.openid.views |
|
49 |
0 |
Wildcard import madrona.openid.forms |
W |
madrona.openid.views |
|
52 |
0 |
Wildcard import madrona.openid.utils |
C |
madrona.openid.views |
_build_context |
54 |
0 |
Missing docstring |
R |
madrona.openid.views |
ask_openid |
62 |
0 |
Too many local variables (16/15) |
W |
madrona.openid.views |
ask_openid |
90 |
19 |
Used * or ** magic |
E |
madrona.openid.views |
ask_openid |
104 |
57 |
Undefined variable 'alias' |
C |
madrona.openid.views |
complete |
124 |
4 |
Comma not followed by a space
params = dict((k,smart_unicode(v)) for k, v in request.GET.items())
^^ |
W |
madrona.openid.views |
default_on_success |
139 |
32 |
Unused argument 'identity_url' |
W |
madrona.openid.views |
default_on_success |
139 |
0 |
Unused argument 'kwargs' |
W |
madrona.openid.views |
default_on_failure |
144 |
23 |
Unused argument 'request' |
W |
madrona.openid.views |
default_on_failure |
144 |
0 |
Unused argument 'kwargs' |
W |
madrona.openid.views |
not_authenticated.decorated |
155 |
12 |
Redefining built-in 'next' |
C |
madrona.openid.views |
not_authenticated.decorated |
153 |
4 |
Missing docstring |
W |
madrona.openid.views |
signin_success |
180 |
4 |
No exception type(s) specified |
E |
madrona.openid.views |
signin_success |
179 |
14 |
Class 'UserAssociation' has no 'objects' member |
W |
madrona.openid.views |
signin_success |
160 |
0 |
Unused argument 'kwargs' |
W |
madrona.openid.views |
signin_success |
160 |
28 |
Unused argument 'identity_url' |
R |
madrona.openid.views |
signin_failure |
199 |
0 |
Too many arguments (7/5) |
W |
madrona.openid.views |
signin_failure |
199 |
0 |
Unused argument 'kwargs' |
R |
madrona.openid.views |
signin |
225 |
0 |
Too many arguments (7/5) |
R |
madrona.openid.views |
complete_signin |
283 |
0 |
Too many arguments (7/5) |
W |
madrona.openid.views |
is_association_exist |
312 |
4 |
No exception type(s) specified |
E |
madrona.openid.views |
is_association_exist |
311 |
17 |
Class 'UserAssociation' has no 'objects' member |
W |
madrona.openid.views |
is_association_exist |
311 |
8 |
Unused variable 'uassoc' |
W |
madrona.openid.views |
register |
328 |
12 |
Redefining name 'register_account' from outer scope (line 316) |
R |
madrona.openid.views |
register |
325 |
0 |
Too many arguments (8/5) |
R |
madrona.openid.views |
register |
325 |
0 |
Too many local variables (17/15) |
W |
madrona.openid.views |
register |
356 |
4 |
Unused variable 'is_redirect' |
W |
madrona.openid.views |
signout |
426 |
4 |
Redefining built-in 'next' |
R |
madrona.openid.views |
password_change |
453 |
0 |
Too many arguments (6/5) |
R |
madrona.openid.views |
associate_failure |
502 |
0 |
Too many arguments (6/5) |
W |
madrona.openid.views |
associate_failure |
502 |
0 |
Unused argument 'kwargs' |
W |
madrona.openid.views |
associate_failure |
504 |
37 |
Unused argument 'redirect_name' |
W |
madrona.openid.views |
associate_success |
515 |
0 |
Unused argument 'kwargs' |
W |
madrona.openid.views |
associate_success |
515 |
31 |
Unused argument 'identity_url' |
R |
madrona.openid.views |
complete_associate |
536 |
0 |
Too many arguments (9/5) |
R |
madrona.openid.views |
associate |
551 |
0 |
Too many arguments (6/5) |
R |
madrona.openid.views |
dissociate |
595 |
0 |
Too many arguments (6/5) |
E |
madrona.openid.views |
dissociate |
606 |
11 |
Class 'UserAssociation' has no 'objects' member |
E |
madrona.openid.views |
dissociate |
623 |
16 |
Class 'UserAssociation' has no 'objects' member |
W |
madrona.openid.views |
|
18 |
0 |
Unused import UserChangeForm from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import ReadOnlyPasswordHashWidget from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import default_token_generator from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import ReadOnlyPasswordHashField from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import ugettext from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import smart_str from wildcard import |
W |
madrona.openid.views |
|
52 |
0 |
Unused import get_full_url from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import forms from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import AdminPasswordChangeForm from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import is_password_usable from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import get_hasher from wildcard import |
W |
madrona.openid.views |
|
52 |
0 |
Unused import get_host from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import get_current_site from wildcard import |
W |
madrona.openid.views |
|
32 |
0 |
Unused import urlquote_plus |
W |
madrona.openid.views |
|
49 |
0 |
Unused import username_re from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import mask_password from wildcard import |
W |
madrona.openid.views |
|
49 |
0 |
Unused import attrs_dict from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import int_to_base36 from wildcard import |
W |
madrona.openid.views |
|
52 |
0 |
Unused import discover from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import UNMASKED_DIGITS_TO_SHOW from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import UNUSABLE_PASSWORD from wildcard import |
W |
madrona.openid.views |
|
52 |
0 |
Unused import escape from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import authenticate from wildcard import |
W |
madrona.openid.views |
|
52 |
0 |
Unused import DEFAULT_NEXT from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import UserCreationForm from wildcard import |
W |
madrona.openid.views |
|
45 |
0 |
Unused import re |
W |
madrona.openid.views |
|
18 |
0 |
Unused import PasswordResetForm from wildcard import |
W |
madrona.openid.views |
|
52 |
0 |
Unused import str_to_unicode from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import flatatt from wildcard import |
W |
madrona.openid.views |
|
18 |
0 |
Unused import mark_safe from wildcard import |
W |
madrona.openid.views |
|
26 |
0 |
Unused import Context |
W |
madrona.openid.views |
|
52 |
0 |
Unused import OpenID from wildcard import |
W |
madrona.openid.views |
|
22 |
0 |
Unused import Site |
W |
madrona.openid.views |
|
18 |
0 |
Unused import loader from wildcard import |
W |
madrona.openid.views |
|
52 |
0 |
Unused import time from wildcard import |
W |
madrona.openid.views |
|
33 |
0 |
Unused import send_mail |
C |
madrona.openid.admin |
|
1 |
0 |
Missing docstring |
R |
madrona.openid.admin |
UserAssociationAdmin |
20 |
0 |
Too many public methods (50/20) |
C |
madrona.openid.openid_store |
|
118 |
0 |
Line too long (86/80) |
C |
madrona.openid.openid_store |
|
1 |
0 |
Missing docstring |
E |
madrona.openid.openid_store |
|
22 |
4 |
No name 'md5' in module 'hashlib' |
C |
madrona.openid.openid_store |
|
25 |
4 |
Invalid name "_md5" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.openid_store |
DjangoOpenIDStore |
36 |
0 |
Missing docstring |
W |
madrona.openid.openid_store |
DjangoOpenIDStore.__init__ |
37 |
4 |
__init__ method from base class 'OpenIDStore' is not called |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.storeAssociation |
40 |
4 |
Invalid name "storeAssociation" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.getAssociation |
51 |
4 |
Invalid name "getAssociation" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.openid.openid_store |
DjangoOpenIDStore.getAssociation |
54 |
21 |
Class 'Association' has no 'objects' member |
E |
madrona.openid.openid_store |
DjangoOpenIDStore.getAssociation |
59 |
21 |
Class 'Association' has no 'objects' member |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.removeAssociation |
83 |
4 |
Invalid name "removeAssociation" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.openid.openid_store |
DjangoOpenIDStore.removeAssociation |
84 |
22 |
Class 'Association' has no 'objects' member |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.useNonce |
93 |
4 |
Invalid name "useNonce" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.openid.openid_store |
DjangoOpenIDStore.useNonce |
103 |
21 |
Class 'Nonce' has no 'objects' member |
E |
madrona.openid.openid_store |
DjangoOpenIDStore.useNonce |
104 |
15 |
Class 'Nonce' has no 'DoesNotExist' member |
W |
madrona.openid.openid_store |
DjangoOpenIDStore.cleanupNonces |
115 |
4 |
Arguments number differs from overridden method |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.cleanupNonces |
115 |
4 |
Invalid name "cleanupNonces" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.openid.openid_store |
DjangoOpenIDStore.cleanupNonces |
118 |
18 |
Class 'Nonce' has no 'objects' member |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.cleanupAssociations |
124 |
4 |
Invalid name "cleanupAssociations" (should match [a-z_][a-z0-9_]{2,30}$) |
E |
madrona.openid.openid_store |
DjangoOpenIDStore.cleanupAssociations |
126 |
18 |
Class 'Association' has no 'objects' member |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.getAuthKey |
133 |
4 |
Invalid name "getAuthKey" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.getAuthKey |
133 |
4 |
Missing docstring |
E |
madrona.openid.openid_store |
DjangoOpenIDStore.getAuthKey |
135 |
54 |
Instance of 'DjangoOpenIDStore' has no 'AUTH_KEY_LEN' member |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.isDumb |
137 |
4 |
Invalid name "isDumb" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.openid_store |
DjangoOpenIDStore.isDumb |
137 |
4 |
Missing docstring |
R |
madrona.openid.openid_store |
DjangoOpenIDStore.isDumb |
137 |
4 |
Method could be a function |
W |
madrona.openid.openid_store |
|
20 |
0 |
Unused import urllib |
W |
madrona.openid.openid_store |
|
34 |
0 |
Unused import OpenID |
C |
madrona.openid.context_processors |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.__init__ |
|
46 |
0 |
Line too long (89/80) |
C |
madrona.openid.__init__ |
|
48 |
0 |
Line too long (83/80) |
C |
madrona.openid |
load_store |
40 |
0 |
Missing docstring |
C |
madrona.openid |
load_store |
45 |
24 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid |
load_store |
47 |
23 |
Invalid name "e" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid |
|
57 |
0 |
Invalid name "DjangoOpenIDStore" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.urls |
|
29 |
0 |
Line too long (85/80) |
C |
madrona.openid.urls |
|
42 |
0 |
Line too long (96/80) |
C |
madrona.openid.urls |
|
46 |
0 |
Line too long (108/80) |
C |
madrona.openid.urls |
|
47 |
0 |
Line too long (106/80) |
C |
madrona.openid.urls |
|
48 |
0 |
Line too long (87/80) |
C |
madrona.openid.urls |
|
57 |
0 |
Line too long (86/80) |
C |
madrona.openid.urls |
|
61 |
0 |
Line too long (84/80) |
C |
madrona.openid.urls |
|
62 |
0 |
Line too long (81/80) |
C |
madrona.openid.urls |
|
73 |
0 |
Line too long (84/80) |
C |
madrona.openid.urls |
|
96 |
0 |
Line too long (93/80) |
C |
madrona.openid.urls |
|
97 |
0 |
Line too long (92/80) |
C |
madrona.openid.urls |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.urls |
|
28 |
0 |
Invalid name "urlpatterns" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
E |
madrona.openid.urls |
|
57 |
8 |
No value passed for parameter 'cls' in function call |
E |
madrona.openid.urls |
|
61 |
8 |
No value passed for parameter 'cls' in function call |
E |
madrona.openid.urls |
|
73 |
8 |
No value passed for parameter 'cls' in function call |
W |
madrona.openid.urls |
|
87 |
0 |
No exception type(s) specified |
C |
madrona.openid.urls |
|
86 |
4 |
Invalid name "use_openid" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.urls |
|
88 |
4 |
Invalid name "use_openid" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.urls |
|
91 |
4 |
Invalid name "template_name" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.urls |
|
93 |
4 |
Invalid name "template_name" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
W |
madrona.openid.urls |
|
25 |
0 |
Unused import register |
C |
madrona.openid.middleware |
|
37 |
0 |
Line too long (133/80) |
C |
madrona.openid.middleware |
|
38 |
0 |
Line too long (94/80) |
C |
madrona.openid.middleware |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.middleware |
|
26 |
0 |
Invalid name "log" (should match (([A-Z_][A-Z0-9_]*)|(__.*__))$) |
C |
madrona.openid.middleware |
OpenIDMiddleware.process_request |
33 |
4 |
Missing docstring |
R |
madrona.openid.middleware |
OpenIDMiddleware.process_request |
33 |
4 |
Method could be a function |
C |
madrona.openid.middleware |
OpenIDMiddleware.process_response |
47 |
4 |
Missing docstring |
R |
madrona.openid.middleware |
OpenIDMiddleware.process_response |
47 |
4 |
Method could be a function |
W |
madrona.openid.middleware |
|
18 |
0 |
Unused import HttpResponseRedirect |
W |
madrona.openid.middleware |
|
19 |
0 |
Unused import reverse |
W |
madrona.openid.middleware |
|
21 |
0 |
Unused import UserAssociation |
C |
madrona.openid.utils.mimeparse |
|
79 |
0 |
Line too long (87/80) |
C |
madrona.openid.utils.mimeparse |
|
123 |
0 |
Line too long (104/80) |
C |
madrona.openid.utils.mimeparse |
|
124 |
0 |
Line too long (102/80) |
C |
madrona.openid.utils.mimeparse |
|
125 |
0 |
Line too long (105/80) |
C |
madrona.openid.utils.mimeparse |
|
126 |
0 |
Line too long (107/80) |
C |
madrona.openid.utils.mimeparse |
|
127 |
0 |
Line too long (130/80) |
C |
madrona.openid.utils.mimeparse |
|
128 |
0 |
Line too long (130/80) |
C |
madrona.openid.utils.mimeparse |
|
131 |
0 |
Line too long (107/80) |
C |
madrona.openid.utils.mimeparse |
|
142 |
0 |
Line too long (110/80) |
C |
madrona.openid.utils.mimeparse |
|
144 |
0 |
Line too long (115/80) |
C |
madrona.openid.utils.mimeparse |
|
146 |
0 |
Line too long (105/80) |
C |
madrona.openid.utils.mimeparse |
|
148 |
0 |
Line too long (103/80) |
C |
madrona.openid.utils.mimeparse |
|
150 |
0 |
Line too long (88/80) |
C |
madrona.openid.utils.mimeparse |
|
154 |
0 |
Line too long (101/80) |
C |
madrona.openid.utils.mimeparse |
|
156 |
0 |
Line too long (107/80) |
C |
madrona.openid.utils.mimeparse |
|
161 |
0 |
Line too long (86/80) |
C |
madrona.openid.utils.mimeparse |
|
163 |
0 |
Line too long (84/80) |
W |
madrona.openid.utils.mimeparse |
parse_mime_type |
38 |
5 |
Redefining built-in 'type' |
W |
madrona.openid.utils.mimeparse |
parse_media_range |
41 |
22 |
Redefining built-in 'range' |
W |
madrona.openid.utils.mimeparse |
parse_media_range |
54 |
5 |
Redefining built-in 'type' |
W |
madrona.openid.utils.mimeparse |
quality_parsed |
70 |
4 |
Redefining name 'best_match' from outer scope (line 101) |
W |
madrona.openid.utils.mimeparse |
quality_parsed |
74 |
9 |
Redefining built-in 'type' |
W |
madrona.openid.utils.mimeparse |
quality_parsed |
70 |
4 |
Unused variable 'best_match' |
C |
madrona.openid.utils.mimeparse |
TestMimeParsing |
120 |
4 |
Missing docstring |
C |
madrona.openid.utils.mimeparse |
TestMimeParsing.test_parse_media_range |
122 |
8 |
Missing docstring |
C |
madrona.openid.utils.mimeparse |
TestMimeParsing.test_rfc_2616_example |
130 |
8 |
Missing docstring |
C |
madrona.openid.utils.mimeparse |
TestMimeParsing.test_best_match |
139 |
8 |
Missing docstring |
C |
madrona.openid.utils.mimeparse |
TestMimeParsing.test_support_wildcards |
158 |
8 |
Missing docstring |
R |
madrona.openid.utils.mimeparse |
TestMimeParsing |
120 |
4 |
Too many public methods (49/20) |
C |
madrona.openid.utils.importlib |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.utils.importlib |
_resolve_name |
11 |
8 |
Invalid name "x" (should match [a-z_][a-z0-9_]{2,30}$) |
W |
madrona.openid.utils.importlib |
_resolve_name |
11 |
8 |
Unused variable 'x' |
C |
madrona.openid.utils |
|
1 |
0 |
Missing docstring |
F |
madrona.openid.utils |
|
28 |
4 |
Unable to import 'yadis' |
C |
madrona.openid.utils |
OpenID.__init__ |
37 |
8 |
Invalid name "ax" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.utils |
OpenID |
31 |
0 |
Missing docstring |
R |
madrona.openid.utils |
OpenID.__init__ |
32 |
4 |
Too many arguments (6/5) |
R |
madrona.openid.utils |
OpenID |
31 |
0 |
Too few public methods (0/2) |
C |
madrona.openid.utils |
discover_extensions |
46 |
0 |
Missing docstring |
W |
madrona.openid.utils |
clean_next |
63 |
15 |
Redefining built-in 'next' |
C |
madrona.openid.utils |
clean_next |
63 |
0 |
Missing docstring |
C |
madrona.openid.utils |
get_url_host |
90 |
0 |
Missing docstring |
C |
madrona.openid.utils |
get_full_url |
98 |
0 |
Missing docstring |
C |
madrona.openid.migrations.0001_initial |
|
13 |
0 |
Line too long (83/80) |
C |
madrona.openid.migrations.0001_initial |
|
14 |
0 |
Line too long (89/80) |
C |
madrona.openid.migrations.0001_initial |
|
16 |
0 |
Line too long (82/80) |
C |
madrona.openid.migrations.0001_initial |
|
22 |
0 |
Line too long (83/80) |
C |
madrona.openid.migrations.0001_initial |
|
23 |
0 |
Line too long (90/80) |
C |
madrona.openid.migrations.0001_initial |
|
24 |
0 |
Line too long (85/80) |
C |
madrona.openid.migrations.0001_initial |
|
25 |
0 |
Line too long (85/80) |
C |
madrona.openid.migrations.0001_initial |
|
28 |
0 |
Line too long (88/80) |
C |
madrona.openid.migrations.0001_initial |
|
34 |
0 |
Line too long (107/80) |
C |
madrona.openid.migrations.0001_initial |
|
35 |
0 |
Line too long (97/80) |
C |
madrona.openid.migrations.0001_initial |
|
53 |
0 |
Line too long (85/80) |
C |
madrona.openid.migrations.0001_initial |
|
54 |
0 |
Line too long (102/80) |
C |
madrona.openid.migrations.0001_initial |
|
55 |
0 |
Line too long (157/80) |
C |
madrona.openid.migrations.0001_initial |
|
58 |
0 |
Line too long (104/80) |
C |
madrona.openid.migrations.0001_initial |
|
59 |
0 |
Line too long (89/80) |
C |
madrona.openid.migrations.0001_initial |
|
60 |
0 |
Line too long (122/80) |
C |
madrona.openid.migrations.0001_initial |
|
61 |
0 |
Line too long (85/80) |
C |
madrona.openid.migrations.0001_initial |
|
62 |
0 |
Line too long (83/80) |
C |
madrona.openid.migrations.0001_initial |
|
66 |
0 |
Line too long (111/80) |
C |
madrona.openid.migrations.0001_initial |
|
67 |
0 |
Line too long (103/80) |
C |
madrona.openid.migrations.0001_initial |
|
68 |
0 |
Line too long (107/80) |
C |
madrona.openid.migrations.0001_initial |
|
69 |
0 |
Line too long (148/80) |
C |
madrona.openid.migrations.0001_initial |
|
70 |
0 |
Line too long (85/80) |
C |
madrona.openid.migrations.0001_initial |
|
71 |
0 |
Line too long (108/80) |
C |
madrona.openid.migrations.0001_initial |
|
72 |
0 |
Line too long (108/80) |
C |
madrona.openid.migrations.0001_initial |
|
73 |
0 |
Line too long (112/80) |
C |
madrona.openid.migrations.0001_initial |
|
74 |
0 |
Line too long (110/80) |
C |
madrona.openid.migrations.0001_initial |
|
75 |
0 |
Line too long (106/80) |
C |
madrona.openid.migrations.0001_initial |
|
76 |
0 |
Line too long (89/80) |
C |
madrona.openid.migrations.0001_initial |
|
77 |
0 |
Line too long (163/80) |
C |
madrona.openid.migrations.0001_initial |
|
78 |
0 |
Line too long (105/80) |
C |
madrona.openid.migrations.0001_initial |
|
81 |
0 |
Line too long (136/80) |
C |
madrona.openid.migrations.0001_initial |
|
82 |
0 |
Line too long (90/80) |
C |
madrona.openid.migrations.0001_initial |
|
83 |
0 |
Line too long (85/80) |
C |
madrona.openid.migrations.0001_initial |
|
84 |
0 |
Line too long (86/80) |
C |
madrona.openid.migrations.0001_initial |
|
85 |
0 |
Line too long (84/80) |
C |
madrona.openid.migrations.0001_initial |
|
89 |
0 |
Line too long (90/80) |
C |
madrona.openid.migrations.0001_initial |
|
90 |
0 |
Line too long (87/80) |
C |
madrona.openid.migrations.0001_initial |
|
91 |
0 |
Line too long (85/80) |
C |
madrona.openid.migrations.0001_initial |
|
94 |
0 |
Line too long (87/80) |
C |
madrona.openid.migrations.0001_initial |
|
95 |
0 |
Line too long (91/80) |
C |
madrona.openid.migrations.0001_initial |
|
99 |
0 |
Line too long (85/80) |
C |
madrona.openid.migrations.0001_initial |
|
100 |
0 |
Line too long (84/80) |
C |
madrona.openid.migrations.0001_initial |
|
101 |
0 |
Line too long (91/80) |
C |
madrona.openid.migrations.0001_initial |
|
106 |
0 |
Line too long (114/80) |
C |
madrona.openid.migrations.0001_initial |
|
107 |
0 |
Line too long (98/80) |
C |
madrona.openid.migrations.0001_initial |
|
1 |
0 |
Invalid name "0001_initial" (should match (([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$) |
C |
madrona.openid.migrations.0001_initial |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.migrations.0001_initial |
Migration |
7 |
0 |
Missing docstring |
C |
madrona.openid.migrations.0001_initial |
Migration.forwards |
9 |
4 |
Missing docstring |
C |
madrona.openid.migrations.0001_initial |
Migration.backwards |
39 |
4 |
Missing docstring |
W |
madrona.openid.migrations.0001_initial |
Migration.backwards |
39 |
24 |
Unused argument 'orm' |
R |
madrona.openid.migrations.0001_initial |
Migration.backwards |
39 |
4 |
Method could be a function |
W |
madrona.openid.migrations.0001_initial |
|
5 |
0 |
Unused import models |
W |
madrona.openid.migrations.0001_initial |
|
2 |
0 |
Unused import datetime |
C |
madrona.openid.migrations |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.tests.test_store |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests |
41 |
0 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.setUp |
43 |
4 |
Invalid name "setUp" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_storeAssociation |
47 |
4 |
Invalid name "test_storeAssociation" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_storeAssociation |
47 |
4 |
Missing docstring |
E |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_storeAssociation |
51 |
18 |
Class 'Association' has no 'objects' member |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation |
60 |
4 |
Invalid name "test_getAssociation" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation |
60 |
4 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation_unknown |
74 |
4 |
Invalid name "test_getAssociation_unknown" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation_unknown |
74 |
4 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation_expired |
78 |
4 |
Invalid name "test_getAssociation_expired" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation_expired |
78 |
4 |
Missing docstring |
E |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation_expired |
88 |
26 |
Class 'Association' has no 'DoesNotExist' member |
E |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation_expired |
88 |
52 |
Class 'Association' has no 'objects' member |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation_no_handle |
91 |
4 |
Invalid name "test_getAssociation_no_handle" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_getAssociation_no_handle |
91 |
4 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_removeAssociation |
107 |
4 |
Invalid name "test_removeAssociation" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_removeAssociation |
107 |
4 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_useNonce |
120 |
4 |
Invalid name "test_useNonce" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_useNonce |
120 |
4 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_useNonce_expired |
130 |
4 |
Invalid name "test_useNonce_expired" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_useNonce_expired |
130 |
4 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_useNonce_future |
135 |
4 |
Invalid name "test_useNonce_future" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_useNonce_future |
135 |
4 |
Missing docstring |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_cleanupNonces |
140 |
4 |
Invalid name "test_cleanupNonces" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_cleanupNonces |
140 |
4 |
Missing docstring |
E |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_cleanupNonces |
148 |
25 |
Class 'Nonce' has no 'objects' member |
E |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_cleanupNonces |
152 |
25 |
Class 'Nonce' has no 'objects' member |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_cleanupAssociations |
162 |
4 |
Invalid name "test_cleanupAssociations" (should match [a-z_][a-z0-9_]{2,30}$) |
C |
madrona.openid.tests.test_store |
OpenIDStoreTests.test_cleanupAssociations |
162 |
4 |
Missing docstring |
R |
madrona.openid.tests.test_store |
OpenIDStoreTests |
41 |
0 |
Too many public methods (71/20) |
C |
madrona.openid.tests.test_store |
suite |
177 |
0 |
Missing docstring |
W |
madrona.openid.tests.test_store |
|
33 |
0 |
Unused import settings |
C |
madrona.openid.tests |
|
1 |
0 |
Missing docstring |
W |
madrona.openid.tests |
suite |
4 |
4 |
Redefining name 'suite' from outer scope (line 3) |
C |
madrona.openid.tests |
suite |
3 |
0 |
Missing docstring |
C |
madrona.openid.management |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.management.commands.cleanupnonces |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.management.commands.cleanupnonces |
Command |
20 |
0 |
Missing docstring |
C |
madrona.openid.management.commands.cleanupassociations |
|
1 |
0 |
Missing docstring |
C |
madrona.openid.management.commands.cleanupassociations |
Command |
20 |
0 |
Missing docstring |
C |
madrona.openid.management.commands |
|
1 |
0 |
Missing docstring |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Cyclic import (madrona.common.uaparser.parser -> madrona.common.uaparser.regexes) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.manipulators.management.commands.change_manipulator_geom:35
==madrona.studyregion.management.commands.change_study_region:28
def handle2(self, pk, **options):
new_study_region = StudyRegion.objects.get(pk=pk)
old_study_region = StudyRegion.objects.current()
print """
****************************************************************
This management command does not actually do anything right now.
It is just a mockup of the desired interface.
****************************************************************
"""
print """
This process should not be done when the Madrona application is publicly
accessible. Please shutdown the server or redirect users to a maintenance page
"""
answer = raw_input("Type 'yes' to continue, or 'no' to cancel: ")
if answer == 'yes':
print ""
# Get difference between old study region and new
print "calculating difference between the specified study region and the one currently active..."
diff = old_study_region.geometry.sym_difference(new_study_region.geometry)
print """
current study region: %s
area: %s
new study region: %s
area: %s
difference between study regions:
area: %s
sections: %s
User Shapes Affected:""" % (old_study_region.name, old_study_region.geometry.area, new_study_region.name, new_study_region.geometry.area, diff.area, len(diff))
# find models that need to be reclipped somehow
# for model in models:
# print "%s: %s" % (model.__class__.__name__, model.objects.filter(geometry_intersects=diff).count(), )
print " Mpas: 90"
print ""
print "Are you sure you would like the switch to the new study region?"
answer = raw_input("Type 'yes' to continue, or 'no' to cancel: ")
if answer == 'yes':
# new_study_region.active = True
# new_study_region.save()
print "Processing shapes:"
widgets = [Bar('-'), ' ', Percentage(), ' | ', ETA(),]
pbar = ProgressBar(widgets=widgets, maxval=50).start()
for i in range(50):
# Re-run the appropriate manipulators
time.sleep(0.1)
pbar.update(i + 1)
print "Done processing shapes."
print "Would you like to send an email notifying users that their shapes have changed?"
email = raw_input("Type 'yes' or 'no': ")
if email == 'yes':
print "sending emails..."
time.sleep(2)
print "This process is complete. You can now resume public access to the application."
else:
print "cancelling..."
else:
print "cancelling..." |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.analysistools.widgets:99
==madrona.bookmarks.widgets:21
<div>
<a id="do_grabpoint" class="button" href="#">
<span>Click to %s Starting Point</span>
</a>
<span style="display:none">
%s
</span>
</div>
<br/><br/>
<script type="text/javascript">
var shape;
madrona.beforeDestroy( function() {
if(shape && shape.getParentNode()){
gex.dom.removeObject(shape);
}
});
madrona.onShow( function() {
function shape_to_wkt(shape) {
var lat = shape.getGeometry().getLatitude();
var lon = shape.getGeometry().getLongitude();
var wkt = "SRID=4326;POINT(" + lon + " " + lat + ")";
return wkt;
}
$('#do_grabpoint').click( function () {
if(!$(this).hasClass('disabled')){
if(shape && shape.getParentNode()){
gex.dom.removeObject(shape);
}
$(this).addClass('disabled');
var button = $(this);
button.html('<span>Click map to set placemark</span>');
var popts = {
visibility: true,
name: '%s %s',
style: { icon: { color: '#FF0' } }
}
popts['point'] = [0,0];
shape = gex.dom.addPlacemark(popts);
gex.edit.place(shape, {
bounce: false,
dropCallback: function(){
$('#id_%s').val(shape_to_wkt(shape));
button.html('<span>Drag Placemark to Reset</span>');
gex.edit.makeDraggable(shape, {
bounce: false,
dropCallback: function () {
$('#id_%s').val(shape_to_wkt(shape));
}
});
}
});
}
});
});
</script>
""" % (set_text,output,new_text,self.title,name,name)) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.bookmarks.migrations.0001_initial:46
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:18
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'ordering': "('content_type__app_label', 'content_type__model', 'codename')", 'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'symmetrical': 'False', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'bookmarks.bookmark': {
'Meta': {'object_name': 'Bookmark'},
'altitude': ('django.db.models.fields.FloatField', [], {}),
'altitudeMode': ('django.db.models.fields.FloatField', [], {'default': '1'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'blank': 'True', 'related_name': "'bookmarks_bookmark_related'", 'null': 'True', 'to': "orm['contenttypes.ContentType']"}),
'date_created': ('django.db.models.fields.DateTimeField', [], {'auto_now_add': 'True', 'blank': 'True'}),
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'description': ('django.db.models.fields.TextField', [], {'default': "''", 'null': 'True', 'blank': 'True'}),
'heading': ('django.db.models.fields.FloatField', [], {'default': '0'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'latitude': ('django.db.models.fields.FloatField', [], {}),
'longitude': ('django.db.models.fields.FloatField', [], {}),
'name': ('django.db.models.fields.CharField', [], {'max_length': "'255'"}),
'object_id': ('django.db.models.fields.PositiveIntegerField', [], {'null': 'True', 'blank': 'True'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:90
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:24
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'ordering': "('content_type__app_label', 'content_type__model', 'codename')", 'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'symmetrical': 'False', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'contenttypes.contenttype': {
'Meta': {'ordering': "('name',)", 'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
},
'layers.privatelayerlist': {
'Meta': {'object_name': 'PrivateLayerList'},
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'blank': 'True', 'related_name': "'layers_privatelayerlist_related'", 'null': 'True', 'to': "orm['contenttypes.ContentType']"}),
'date_created': ('django.db.models.fields.DateTimeField', [], {'auto_now_add': 'True', 'blank': 'True'}),
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:35
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:24
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'symmetrical': 'False', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'contenttypes.contenttype': {
'Meta': {'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
},
'layers.privatelayerlist': {
'Meta': {'object_name': 'PrivateLayerList'},
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.bookmarks.migrations.0001_initial:46
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:18
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:18
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'ordering': "('content_type__app_label', 'content_type__model', 'codename')", 'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'symmetrical': 'False', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'bookmarks.bookmark': {
'Meta': {'object_name': 'Bookmark'},
'altitude': ('django.db.models.fields.FloatField', [], {}),
'altitudeMode': ('django.db.models.fields.FloatField', [], {'default': '1'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'blank': 'True', 'related_name': "'bookmarks_bookmark_related'", 'null': 'True', 'to': "orm['contenttypes.ContentType']"}),
'date_created': ('django.db.models.fields.DateTimeField', [], {'auto_now_add': 'True', 'blank': 'True'}),
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'description': ('django.db.models.fields.TextField', [], {'default': "''", 'null': 'True', 'blank': 'True'}),
'heading': ('django.db.models.fields.FloatField', [], {'default': '0'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:37
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:90
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:24
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'ordering': "('content_type__app_label', 'content_type__model', 'codename')", 'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'symmetrical': 'False', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'contenttypes.contenttype': {
'Meta': {'ordering': "('name',)", 'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
},
'layers.privatelayerlist': {
'Meta': {'object_name': 'PrivateLayerList'}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:134
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:68
'name': ('django.db.models.fields.CharField', [], {'max_length': "'255'"}),
'object_id': ('django.db.models.fields.PositiveIntegerField', [], {'null': 'True', 'blank': 'True'}),
'priority': ('django.db.models.fields.FloatField', [], {'default': '0.0'}),
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'blank': 'True', 'related_name': "'layers_privatelayerlist_related'", 'null': 'True', 'symmetrical': 'False', 'to': "orm['auth.Group']"}),
'user': ('django.db.models.fields.related.ForeignKey', [], {'related_name': "'layers_privatelayerlist_related'", 'to': "orm['auth.User']"})
},
'layers.privatesuperoverlay': {
'Meta': {'object_name': 'PrivateSuperOverlay'},
'base_kml': ('django.db.models.fields.FilePathField', [], {'path': "'/mnt/EBS_superoverlays/display'", 'max_length': '100', 'recursive': 'True', 'match': "'^doc.kml$'"}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'blank': 'True', 'related_name': "'layers_privatesuperoverlay_related'", 'null': 'True', 'to': "orm['contenttypes.ContentType']"}),
'date_created': ('django.db.models.fields.DateTimeField', [], {'auto_now_add': 'True', 'blank': 'True'}),
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': "'255'"}),
'object_id': ('django.db.models.fields.PositiveIntegerField', [], {'null': 'True', 'blank': 'True'}),
'priority': ('django.db.models.fields.FloatField', [], {'default': '0.0'}),
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'blank': 'True', 'related_name': "'layers_privatesuperoverlay_related'", 'null': 'True', 'symmetrical': 'False', 'to': "orm['auth.Group']"}),
'user': ('django.db.models.fields.related.ForeignKey', [], {'related_name': "'layers_privatesuperoverlay_related'", 'to': "orm['auth.User']"})
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
},
'layers.userlayerlist': {
'Meta': {'object_name': 'UserLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}),
'user': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.User']", 'null': 'True', 'blank': 'True'})
}
}
complete_apps = ['layers'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:35
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:24
==madrona.openid.migrations.0001_initial:49
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'symmetrical': 'False', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'contenttypes.contenttype': {
'Meta': {'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.layers.migrations.0001_initial:47
==madrona.news.migrations.0001_initial:51
==madrona.user_profile.migrations.0001_initial:23
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'blank': 'True'})
},
'auth.permission': {
'Meta': {'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'contenttypes.contenttype': {
'Meta': {'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.bookmarks.migrations.0001_initial:46
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:18
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:18
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:37
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:90
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:24
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'ordering': "('content_type__app_label', 'content_type__model', 'codename')", 'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'symmetrical': 'False', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.loadshp.forms:91
==madrona.shapes.forms:79
elif not self.check_zip_contents('dbf', zfile):
return False, 'You must supply a .dbf file with the Shapefile to supply attribute data.'
elif not self.check_zip_contents('shx', zfile):
return False, 'You must supply a .shx file for the Shapefile to have a valid index.'
# unpack contents into tmp directory
tmp_dir = tempfile.gettempdir()
for info in zfile.infolist():
data = zfile.read(info.filename)
shp_part = '%s%s%s' % (tmp_dir,os.path.sep,info.filename)
fout = open(shp_part, "wb")
fout.write(data)
fout.close()
# get the datasource name without extension
ds_name = os.path.splitext(zfile.namelist()[0])[0]
# ogr needs the full path to the unpacked 'file.shp'
ds = gdal.DataSource('%s%s%s.shp' % (tmp_dir,os.path.sep,ds_name))
# shapefiles have just one layer, so grab the first...
layer = ds[0]
# one way of testing a sane shapefile...
# further tests should be able to be plugged in here...
if layer.test_capability('RandomRead'): |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath:28
==madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath:22
'full_name': ('django.db.models.fields.CharField', [], {'default': "''", 'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'}),
'type': ('django.db.models.fields.CharField', [], {'max_length': '30'})
},
'raster_stats.zonalstatscache': {
'Meta': {'unique_together': "(('geom_hash', 'raster'),)", 'object_name': 'ZonalStatsCache'},
'avg': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'geom_hash': ('django.db.models.fields.CharField', [], {'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'max': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'median': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'min': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'mode': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'nulls': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'pixels': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'raster': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['raster_stats.RasterDataset']"}),
'stdev': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'sum': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'})
}
}
complete_apps = ['raster_stats'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:38
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:18
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'ordering': "('content_type__app_label', 'content_type__model', 'codename')", 'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'contenttypes.contenttype': {
'Meta': {'ordering': "('name',)", 'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
},
'layers.privatekml': {
'Meta': {'object_name': 'PrivateKml'}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.raster_stats.migrations.0001_initial:54
==madrona.raster_stats.migrations.0002_add_full_name:23
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'}),
'type': ('django.db.models.fields.CharField', [], {'max_length': '30'})
},
'raster_stats.zonalstatscache': {
'Meta': {'unique_together': "(('geom_hash', 'raster'),)", 'object_name': 'ZonalStatsCache'},
'avg': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'geom_hash': ('django.db.models.fields.CharField', [], {'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'max': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'median': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'min': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'mode': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'nulls': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'pixels': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'raster': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['raster_stats.RasterDataset']"}),
'stdev': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'})
}
}
complete_apps = ['raster_stats'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:77
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:68
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.Group']", 'null': 'True', 'blank': 'True'}),
'user': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['auth.User']"})
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
},
'layers.userlayerlist': {
'Meta': {'object_name': 'UserLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}),
'user': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.User']", 'null': 'True', 'blank': 'True'})
}
}
complete_apps = ['layers'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:58
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:59
'latitude': ('django.db.models.fields.FloatField', [], {}),
'longitude': ('django.db.models.fields.FloatField', [], {}),
'name': ('django.db.models.fields.CharField', [], {'max_length': "'255'"}),
'object_id': ('django.db.models.fields.PositiveIntegerField', [], {'null': 'True', 'blank': 'True'}),
'publicstate': ('django.db.models.fields.TextField', [], {'default': "'{}'"}),
'roll': ('django.db.models.fields.FloatField', [], {'default': '0'}),
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'blank': 'True', 'related_name': "'bookmarks_bookmark_related'", 'null': 'True', 'symmetrical': 'False', 'to': "orm['auth.Group']"}),
'tilt': ('django.db.models.fields.FloatField', [], {'default': '0'}),
'user': ('django.db.models.fields.related.ForeignKey', [], {'related_name': "'bookmarks_bookmark_related'", 'to': "orm['auth.User']"})
},
'contenttypes.contenttype': {
'Meta': {'ordering': "('name',)", 'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
}
}
complete_apps = ['bookmarks'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:93
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:152
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:86
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
},
'layers.userlayerlist': {
'Meta': {'object_name': 'UserLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}),
'user': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.User']", 'null': 'True', 'blank': 'True'})
}
}
complete_apps = ['layers'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.raster_stats.migrations.0002_add_full_name:22
==madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath:28
==madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath:22
'full_name': ('django.db.models.fields.CharField', [], {'default': "''", 'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'}),
'type': ('django.db.models.fields.CharField', [], {'max_length': '30'})
},
'raster_stats.zonalstatscache': {
'Meta': {'unique_together': "(('geom_hash', 'raster'),)", 'object_name': 'ZonalStatsCache'},
'avg': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'geom_hash': ('django.db.models.fields.CharField', [], {'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'max': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'median': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'min': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'mode': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'nulls': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'pixels': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'raster': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['raster_stats.RasterDataset']"}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.raster_stats.migrations.0001_initial:54
==madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath:29
==madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath:23
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'}),
'type': ('django.db.models.fields.CharField', [], {'max_length': '30'})
},
'raster_stats.zonalstatscache': {
'Meta': {'unique_together': "(('geom_hash', 'raster'),)", 'object_name': 'ZonalStatsCache'},
'avg': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'geom_hash': ('django.db.models.fields.CharField', [], {'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'max': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'median': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'min': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'mode': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'nulls': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'pixels': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'raster': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['raster_stats.RasterDataset']"}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath:36
==madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath:30
==madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath:59
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'geom_hash': ('django.db.models.fields.CharField', [], {'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'max': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'median': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'min': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'mode': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'nulls': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'pixels': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'raster': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['raster_stats.RasterDataset']"}),
'stdev': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'sum': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'})
}
}
complete_apps = ['raster_stats'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:62
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:42
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': "'255'"}),
'priority': ('django.db.models.fields.FloatField', [], {'default': '0.0'}),
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.Group']", 'null': 'True', 'blank': 'True'})
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml_file': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
}
}
complete_apps = ['layers'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:56
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:69
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
},
'layers.privatelayerlist': {
'Meta': {'object_name': 'PrivateLayerList'},
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}),
'name': ('django.db.models.fields.CharField', [], {'default': "''", 'max_length': '50'}),
'priority': ('django.db.models.fields.FloatField', [], {'default': '0.0'}),
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.Group']", 'null': 'True', 'blank': 'True'}),
'user': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['auth.User']"})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.loadshp.forms:62
==madrona.shapes.forms:48
def write_file(self,filename,filefield_data):
destination = open(filename, 'wb+')
for chunk in filefield_data.chunks():
destination.write(chunk)
destination.close()
def check_zip_contents(self, ext, zip_file):
if not True in [info.filename.endswith(ext) for info in zip_file.infolist()]:
return False
return True
def validate(self,filefield_data):
""" Validate the uploaded, zipped shapefile by unpacking to a temporary sandbox.
"""
# create a temporary file to write the zip archive to |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.loadshp.forms:0
==madrona.shapes.forms:0
import os
import zipfile
import tempfile
import datetime
from django import forms
from django.forms.util import ValidationError
from django.utils.translation import ugettext_lazy as _
from django.conf import settings
from django.contrib.gis import gdal
#http://docs.djangoproject.com/en/dev/topics/http/file-uploads/
#http://www.neverfriday.com/sweetfriday/2008/09/-a-long-time-ago.html
class UploadForm(forms.Form):
|
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.async.tests:7
==madrona.help.tests:7
==madrona.news.tests:7
from django.test import TestCase
class SimpleTest(TestCase):
def test_basic_addition(self):
"""
Tests that 1 + 1 always equals 2.
"""
self.failUnlessEqual(1 + 1, 2)
__test__ = {"doctest": """
Another way to test that 1 + 1 is equal to 2.
>>> 1 + 1 == 2
True
"""} |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.bookmarks.migrations.0001_initial:90
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:63
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:64
'roll': ('django.db.models.fields.FloatField', [], {'default': '0'}),
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'blank': 'True', 'related_name': "'bookmarks_bookmark_related'", 'null': 'True', 'symmetrical': 'False', 'to': "orm['auth.Group']"}),
'tilt': ('django.db.models.fields.FloatField', [], {'default': '0'}),
'user': ('django.db.models.fields.related.ForeignKey', [], {'related_name': "'bookmarks_bookmark_related'", 'to': "orm['auth.User']"})
},
'contenttypes.contenttype': {
'Meta': {'ordering': "('name',)", 'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
}
}
complete_apps = ['bookmarks'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0001_initial:83
==madrona.layers.migrations.0002_auto__add_privatelayerlist:79
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
},
'layers.userlayerlist': {
'Meta': {'object_name': 'UserLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 8 files
==madrona.bookmarks.migrations.0001_initial:46
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:18
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:18
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:37
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:90
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:24
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:38
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:18
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': {
'Meta': {'ordering': "('content_type__app_label', 'content_type__model', 'codename')", 'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0001_initial:84
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:71
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
},
'layers.userlayerlist': {
'Meta': {'object_name': 'UserLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.layers.migrations.0001_initial:53
==madrona.layers.migrations.0002_auto__add_privatelayerlist:41
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:30
==madrona.news.migrations.0001_initial:57
==madrona.openid.migrations.0001_initial:55
==madrona.user_profile.migrations.0001_initial:29
},
'auth.permission': {
'Meta': {'unique_together': "(('content_type', 'codename'),)", 'object_name': 'Permission'},
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0001_initial:16
==madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist:64
))
db.send_create_signal('layers', ['UserLayerList'])
# Adding M2M table for field user on 'UserLayerList'
db.create_table('layers_userlayerlist_user', (
('id', models.AutoField(verbose_name='ID', primary_key=True, auto_created=True)),
('userlayerlist', models.ForeignKey(orm['layers.userlayerlist'], null=False)),
('user', models.ForeignKey(orm['auth.user'], null=False))
))
db.create_unique('layers_userlayerlist_user', ['userlayerlist_id', 'user_id'])
# Adding model 'PublicLayerList' |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:1
==madrona.layers.migrations.0008_auto__add_privatesuperoverlay:1
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding model 'PrivateSuperOverlay'
db.create_table('layers_privatesuperoverlay', (
('id', self.gf('django.db.models.fields.AutoField')(primary_key=True)), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.registration_backend.urls:11
==madrona.openid.urls:59
url(r'^activate/complete/$',
TemplateView.as_view(template_name='registration/activation_complete.html'),
{'extra_context': {'group_request_email': settings.GROUP_REQUEST_EMAIL}},
name='registration_activation_complete'),
# Activation keys get matched by \w+ instead of the more specific
# [a-fA-F0-9]{40} because a bad activation key should still get to the view;
# that way it can return a sensible "invalid key" message instead of a
# confusing 404.
url(r'^activate/(?P<activation_key>\w+)/$',
activate,
{'backend': 'madrona.common.registration_backend.LingcodBackend'},
name='registration_activate'), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 4 files
==madrona.screencasts.models:10
==madrona.screencasts.models:37
==madrona.simplefaq.models:29
==madrona.simplefaq.models:8
IMPORTANCE_CHOICES = (
(1,'1'),
(2,'2'),
(3,'3'),
(4,'4'),
(5,'5'),
(6,'6'),
(7,'7'),
(8,'8'),
(9,'9'),
(10,'10')
) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 9 files
==madrona.bookmarks.migrations.0001_initial:55
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:27
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:27
==madrona.layers.migrations.0002_auto__add_privatelayerlist:44
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:33
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:46
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:99
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:33
==madrona.openid.migrations.0001_initial:58
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'groups': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Group']", 'symmetrical': 'False', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.layers.migrations.0008_auto__add_privatesuperoverlay:31
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:66
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:46
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml_file': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
}
}
complete_apps = ['layers'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:16
==madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist:86
))
db.send_create_signal('layers', ['PrivateLayerList'])
# Adding M2M table for field sharing_groups on 'PrivateLayerList'
db.create_table('layers_privatelayerlist_sharing_groups', (
('id', models.AutoField(verbose_name='ID', primary_key=True, auto_created=True)),
('privatelayerlist', models.ForeignKey(orm['layers.privatelayerlist'], null=False)),
('group', models.ForeignKey(orm['auth.group'], null=False))
))
db.create_unique('layers_privatelayerlist_sharing_groups', ['privatelayerlist_id', 'group_id'])
|
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:18
==madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist:47
))
db.send_create_signal('layers', ['PrivateSuperOverlay'])
# Adding M2M table for field sharing_groups on 'PrivateSuperOverlay'
db.create_table('layers_privatesuperoverlay_sharing_groups', (
('id', models.AutoField(verbose_name='ID', primary_key=True, auto_created=True)),
('privatesuperoverlay', models.ForeignKey(orm['layers.privatesuperoverlay'], null=False)),
('group', models.ForeignKey(orm['auth.group'], null=False))
))
db.create_unique('layers_privatesuperoverlay_sharing_groups', ['privatesuperoverlay_id', 'group_id'])
|
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.screencasts.migrations.0001_initial:28
==madrona.screencasts.migrations.0002_auto__add_youtubescreencast:30
models = {
'screencasts.screencast': {
'Meta': {'object_name': 'Screencast', 'db_table': "'mm_screencast'"},
'description': ('django.db.models.fields.CharField', [], {'max_length': '350'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'image': ('django.db.models.fields.files.ImageField', [], {'max_length': '100'}),
'importance': ('django.db.models.fields.IntegerField', [], {'null': 'True', 'blank': 'True'}),
'selected_for_help': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'title': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'urlname': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'video': ('django.db.models.fields.files.FileField', [], {'max_length': '100'}) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.loadshp.forms:80
==madrona.shapes.forms:66
self.write_file(tmp.name,filefield_data)
if not zipfile.is_zipfile(tmp.name):
return False, 'That file is not a valid Zip Archive'
# create zip object
zfile = zipfile.ZipFile(tmp.name)
# ensure proper file contents by extensions inside
if not self.check_zip_contents('shp', zfile):
return False, 'Found Zip Archive but no file with a .shp extension found inside.' |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.skipDays:2
==madrona.common.feedvalidator.skipHours:2
__author__ = "Sam Ruby <http://intertwingly.net/> and Mark Pilgrim <http://diveintomark.org/>"
__version__ = "$Revision: 988 $"
__copyright__ = "Copyright (c) 2002 Sam Ruby and Mark Pilgrim"
from base import validatorBase
from validators import text
from logging import *
#
# skipDays element
# |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 4 files
==madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist:104
==madrona.layers.migrations.0008_auto__add_privatesuperoverlay:32
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:67
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:47
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml_file': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
}
}
complete_apps = ['layers'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:67
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:69
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
},
'layers.privatelayerlist': {
'Meta': {'object_name': 'PrivateLayerList'},
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.raster_stats.migrations.0001_initial:61
==madrona.raster_stats.migrations.0002_add_full_name:30
==madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath:59
'date_modified': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'geom_hash': ('django.db.models.fields.CharField', [], {'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'max': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'median': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'min': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'mode': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'nulls': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'pixels': ('django.db.models.fields.FloatField', [], {'null': 'True', 'blank': 'True'}),
'raster': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['raster_stats.RasterDataset']"}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.loadshp.forms:49
==madrona.shapes.forms:85
tmp_dir = tempfile.gettempdir()
for info in zfile.infolist():
data = zfile.read(info.filename)
shp_part = '%s%s%s' % (tmp_dir,os.path.sep,info.filename)
fout = open(shp_part, "wb")
fout.write(data)
fout.close()
# get the datasource name without extension
ds_name = os.path.splitext(zfile.namelist()[0])[0] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.common.feedvalidator.author:2
==madrona.common.feedvalidator.category:2
==madrona.common.feedvalidator.generator:2
__author__ = "Sam Ruby <http://intertwingly.net/> and Mark Pilgrim <http://diveintomark.org/>"
__version__ = "$Revision: 988 $"
__copyright__ = "Copyright (c) 2002 Sam Ruby and Mark Pilgrim"
from base import validatorBase
from validators import *
#
# author element.
# |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 9 files
==madrona.bookmarks.migrations.0001_initial:55
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:27
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:27
==madrona.layers.migrations.0001_initial:56
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:46
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:99
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:33
==madrona.news.migrations.0001_initial:60
==madrona.user_profile.migrations.0001_initial:32
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
},
'auth.user': {
'Meta': {'object_name': 'User'},
'date_joined': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'email': ('django.db.models.fields.EmailField', [], {'max_length': '75', 'blank': 'True'}),
'first_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 28 files
==madrona.async.migrations.0001_initial:1
==madrona.bookmarks.migrations.0001_initial:1
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:1
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:1
==madrona.common.migrations.0001_initial:1
==madrona.google-analytics.migrations.0001_initial:1
==madrona.layers.migrations.0001_initial:1
==madrona.layers.migrations.0002_auto__add_privatelayerlist:1
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:1
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:1
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:1
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:1
==madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist:1
==madrona.layers.migrations.0008_auto__add_privatesuperoverlay:1
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:1
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:1
==madrona.news.migrations.0001_initial:1
==madrona.openid.migrations.0001_initial:1
==madrona.raster_stats.migrations.0001_initial:1
==madrona.raster_stats.migrations.0002_add_full_name:1
==madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath:1
==madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath:1
==madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath:1
==madrona.screencasts.migrations.0001_initial:1
==madrona.screencasts.migrations.0002_auto__add_youtubescreencast:1
==madrona.simplefaq.migrations.0001_initial:1
==madrona.staticmap.migrations.0001_initial:1
==madrona.user_profile.migrations.0001_initial:1
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding model 'UserLayerList' |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.studyregion.management.commands.change_study_region:6
==madrona.studyregion.management.commands.summarize_study_region_changes:6
import time
class Command(BaseCommand):
help = "Switches from one study region to another, reprocessing MPAs and expiring report caches."
args = '[pk]'
def handle(self, pk, **options):
# new_study_region = StudyRegion.objects.get(pk=pk) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.rdf:146
==madrona.common.feedvalidator.validators:89
if name.find(':') != -1:
from logging import MissingNamespace
self.log(MissingNamespace({"parent":self.name, "element":name}))
# ensure all attribute namespaces are properly defined
for (namespace,attr) in attrs.keys():
if ':' in attr and not namespace:
from logging import MissingNamespace
self.log(MissingNamespace({"parent":self.name, "element":attr})) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.layers.migrations.0001_initial:75
==madrona.layers.migrations.0002_auto__add_privatelayerlist:63
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:52
==madrona.news.migrations.0001_initial:79
==madrona.openid.migrations.0001_initial:77
==madrona.user_profile.migrations.0001_initial:51
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'contenttypes.contenttype': {
'Meta': {'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.models:135
==madrona.manipulators.models:25
creation_date = models.DateTimeField(auto_now=True)
active = models.BooleanField(default=True, help_text="""
Checking here indicates that this layer list should be the one used in
the application. Copies of other layer lists are retained in the
system so you can go back to an old version if necessary.
""")
objects = BaseManipulatorGeometryManager() |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 4 files
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:66
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:119
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:51
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:31
},
'contenttypes.contenttype': {
'Meta': {'ordering': "('name',)", 'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 5 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:90
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:81
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:104
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:163
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:97
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'}),
'user': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.User']", 'null': 'True', 'blank': 'True'})
}
}
complete_apps = ['layers'] |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.channel:102
==madrona.common.feedvalidator.extension:1239
def do_atom_author(self):
from author import author
return author()
def do_atom_category(self):
from category import category
return category()
|
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.image:50
==madrona.common.feedvalidator.textInput:38
def do_dc_creator(self):
return text() # duplicates allowed
def do_dc_subject(self):
return text() # duplicates allowed
def do_dc_date(self):
return w3cdtf(), noduplicates() |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 11 files
==madrona.bookmarks.migrations.0001_initial:46
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:18
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:18
==madrona.layers.migrations.0002_auto__add_privatelayerlist:35
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:24
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:37
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:90
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:24
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:38
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:18
==madrona.openid.migrations.0001_initial:49
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}),
'permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'})
},
'auth.permission': { |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:54
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:52
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:32
'contenttypes.contenttype': {
'Meta': {'ordering': "('name',)", 'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 4 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:67
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:56
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:122
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:56
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
},
'layers.privatelayerlist': {
'Meta': {'object_name': 'PrivateLayerList'}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:66
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:89
'name': ('django.db.models.fields.CharField', [], {'default': "''", 'max_length': '50'}),
'priority': ('django.db.models.fields.FloatField', [], {'default': '0.0'}),
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.Group']", 'null': 'True', 'blank': 'True'}),
'user': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['auth.User']"})
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:59
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:48
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:61
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:114
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:48
==madrona.openid.migrations.0001_initial:73
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
},
'contenttypes.contenttype': { |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.features.tests:1150
==madrona.heatmap.tests:12
self.user1 = User.objects.create_user(
'user1', 'featuretest@madrona.org', password='pword')
self.user2 = User.objects.create_user(
'user2', 'othertest@madrona.org', password='pword')
self.mpa1 = TestMpa(user=self.user1, name="My Mpa")
self.mpa1.save() |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.xyquery.management.commands.loadraster:37
==madrona.xyquery.management.commands.loadshp:26
overwrite = True
if overwrite:
try:
old_lyr = Layer.objects.get(name=layername)
old_lyr.delete()
except:
pass |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.entry:2
==madrona.common.feedvalidator.opml:2
__author__ = "Sam Ruby <http://intertwingly.net/> and Mark Pilgrim <http://diveintomark.org/>"
__version__ = "$Revision: 988 $"
__copyright__ = "Copyright (c) 2002 Sam Ruby and Mark Pilgrim"
from base import validatorBase
from validators import *
from logging import * |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 3 files
==madrona.common.feedvalidator.image:50
==madrona.common.feedvalidator.rdf:85
==madrona.common.feedvalidator.textInput:38
def do_dc_creator(self):
return text() # duplicates allowed
def do_dc_subject(self):
return text() # duplicates allowed
def do_dc_date(self): |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 8 files
==madrona.bookmarks.migrations.0001_initial:94
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:67
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:68
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:66
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:119
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:53
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:51
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:31
},
'contenttypes.contenttype': {
'Meta': {'ordering': "('name',)", 'unique_together': "(('app_label', 'model'),)", 'object_name': 'ContentType', 'db_table': "'django_content_type'"},
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'}) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.layers.migrations.0001_initial:67
==madrona.layers.migrations.0002_auto__add_privatelayerlist:55
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:44
==madrona.news.migrations.0001_initial:71
==madrona.openid.migrations.0001_initial:69
==madrona.user_profile.migrations.0001_initial:43
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'is_active': ('django.db.models.fields.BooleanField', [], {'default': 'True', 'blank': 'True'}),
'is_staff': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'is_superuser': ('django.db.models.fields.BooleanField', [], {'default': 'False', 'blank': 'True'}),
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.analysistools.examples:77
==madrona.features.models:392
<LabelStyle>
<color>ffffffff</color>
<scale>0.8</scale>
</LabelStyle>
<PolyStyle>
<color>778B1A55</color>
</PolyStyle> |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.analysistools.examples:70
==madrona.features.models:378
<Style id="%s-default">
<IconStyle>
<color>ffffffff</color>
<colorMode>normal</colorMode>
<scale>0.9</scale>
<Icon> <href>http://maps.google.com/mapfiles/kml/paddle/wht-blank.png</href> </Icon>
</IconStyle> |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.openid.models:20
==madrona.openid.openid_store:20
try:
from hashlib import md5 as _md5
except ImportError:
import md5
_md5 = md5.new
|
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:93
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:152
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:86
==madrona.layers.migrations.0008_auto__add_privatesuperoverlay:31
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:66
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:46
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.layers.migrations.0001_initial:87
==madrona.layers.migrations.0002_auto__add_privatelayerlist:83
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:74
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:97
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:156
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:90
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'kml': ('django.db.models.fields.files.FileField', [], {'max_length': '510'})
},
'layers.userlayerlist': {
'Meta': {'object_name': 'UserLayerList'}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.loadshp.forms:20
==madrona.shapes.forms:21
def clean_file_obj(self):
f = self.cleaned_data['file_obj']
valid_shp, error = self.validate(f)
if not valid_shp:
raise ValidationError("A problem occured: %s" % error)
|
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.entry:4
==madrona.common.feedvalidator.item:4
__copyright__ = "Copyright (c) 2002 Sam Ruby and Mark Pilgrim"
from base import validatorBase
from validators import *
from logging import *
from itunes import itunes_item |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.rdf:2
==madrona.common.feedvalidator.rss:2
__author__ = "Sam Ruby <http://intertwingly.net/> and Mark Pilgrim <http://diveintomark.org/>"
__version__ = "$Revision: 988 $"
__copyright__ = "Copyright (c) 2002 Sam Ruby and Mark Pilgrim"
from base import validatorBase
from logging import * |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.channel:110
==madrona.common.feedvalidator.extension:1251
def do_atom_contributor(self):
from author import author
return author()
def do_atom_generator(self):
from generator import generator |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.common.feedvalidator.author:2
==madrona.common.feedvalidator.category:2
==madrona.common.feedvalidator.entry:2
==madrona.common.feedvalidator.generator:2
==madrona.common.feedvalidator.image:2
==madrona.common.feedvalidator.opml:2
__author__ = "Sam Ruby <http://intertwingly.net/> and Mark Pilgrim <http://diveintomark.org/>"
__version__ = "$Revision: 988 $"
__copyright__ = "Copyright (c) 2002 Sam Ruby and Mark Pilgrim"
from base import validatorBase
from validators import * |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 6 files
==madrona.bookmarks.migrations.0001_initial:70
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:42
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:42
==madrona.layers.migrations.0002_auto__add_privatelayerlist:59
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:48
==madrona.openid.migrations.0001_initial:73
'last_login': ('django.db.models.fields.DateTimeField', [], {'default': 'datetime.datetime.now'}),
'last_name': ('django.db.models.fields.CharField', [], {'max_length': '30', 'blank': 'True'}),
'password': ('django.db.models.fields.CharField', [], {'max_length': '128'}),
'user_permissions': ('django.db.models.fields.related.ManyToManyField', [], {'to': "orm['auth.Permission']", 'symmetrical': 'False', 'blank': 'True'}),
'username': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.analysistools.widgets:0
==madrona.bookmarks.widgets:0
from django import forms
from django.utils.safestring import mark_safe
from django.forms.util import flatatt
from django.conf import settings
from django.contrib.gis.geos import fromstr
|
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.features.tests:1092
==madrona.manipulators.tests:225
def setUp(self):
self.client = Client()
self.user = User.objects.create_user(
'featuretest', 'featuretest@madrona.org', password='pword')
self.client.login(username='featuretest', password='pword')
|
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.studyregion.management.commands.change_study_region:0
==madrona.studyregion.management.commands.summarize_study_region_changes:0
from django.core.management.base import BaseCommand, AppCommand
from optparse import make_option
from django.contrib.gis.utils import LayerMapping
from django.contrib.gis.gdal import DataSource
from madrona.studyregion.models import StudyRegion |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 4 files
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:94
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:153
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:87
==madrona.layers.migrations.0007_auto__del_privatesuperoverlay__del_userlayerlist__del_privatelayerlist:104
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'},
'active': ('django.db.models.fields.BooleanField', [], {'default': 'True'}),
'creation_date': ('django.db.models.fields.DateTimeField', [], {'auto_now': 'True', 'blank': 'True'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.layers.migrations.0002_auto__add_privatelayerlist:77
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:91
'sharing_groups': ('django.db.models.fields.related.ManyToManyField', [], {'symmetrical': 'False', 'to': "orm['auth.Group']", 'null': 'True', 'blank': 'True'}),
'user': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['auth.User']"})
},
'layers.publiclayerlist': {
'Meta': {'object_name': 'PublicLayerList'}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.screencasts.migrations.0001_initial:12
==madrona.screencasts.migrations.0002_auto__add_youtubescreencast:12
('description', self.gf('django.db.models.fields.CharField')(max_length=350)),
('title', self.gf('django.db.models.fields.CharField')(max_length=100)),
('importance', self.gf('django.db.models.fields.IntegerField')(null=True, blank=True)),
('image', self.gf('django.db.models.fields.files.ImageField')(max_length=100)),
('selected_for_help', self.gf('django.db.models.fields.BooleanField')(default=False, blank=True)), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 4 files
==madrona.raster_stats.migrations.0002_add_full_name:22
==madrona.raster_stats.migrations.0003_auto__add_field_zonalstatscache_sum__chg_field_rasterdataset_filepath:28
==madrona.raster_stats.migrations.0004_auto__chg_field_rasterdataset_filepath:22
==madrona.raster_stats.migrations.0005_auto__add_zonalcategory__chg_field_rasterdataset_filepath:44
'full_name': ('django.db.models.fields.CharField', [], {'default': "''", 'max_length': '255'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '30'}),
'type': ('django.db.models.fields.CharField', [], {'max_length': '30'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.features.views:579
==madrona.kmlapp.views:214
t = get_template('kmlapp/myshapes.kml')
context = Context({
'user': user,
'features': features,
'collections': collections, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.rdf:67
==madrona.common.feedvalidator.textInput:16
def validate(self):
if not "title" in self.children:
self.log(MissingTitle({"parent":self.name, "element":"title"}))
if not "link" in self.children:
self.log(MissingLink({"parent":self.name, "element":"link"})) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.common.feedvalidator.content:93
==madrona.common.feedvalidator.validators:75
def characters(self, string):
for c in string:
if 0x80 <= ord(c) <= 0x9F or c == u'\ufffd':
from validators import BadCharacters
self.log(BadCharacters({"parent":self.parent.name, "element":self.name})) |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 8 files
==madrona.layers.migrations.0001_initial:56
==madrona.layers.migrations.0002_auto__add_privatelayerlist:44
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:33
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:47
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:27
==madrona.news.migrations.0001_initial:60
==madrona.openid.migrations.0001_initial:58
==madrona.user_profile.migrations.0001_initial:32
'codename': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'content_type': ('django.db.models.fields.related.ForeignKey', [], {'to': "orm['contenttypes.ContentType']"}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 11 files
==madrona.layers.migrations.0001_initial:79
==madrona.layers.migrations.0002_auto__add_privatelayerlist:67
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:56
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:69
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:122
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:56
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:54
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:34
==madrona.news.migrations.0001_initial:83
==madrona.openid.migrations.0001_initial:81
==madrona.user_profile.migrations.0001_initial:55
'app_label': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'model': ('django.db.models.fields.CharField', [], {'max_length': '100'}),
'name': ('django.db.models.fields.CharField', [], {'max_length': '100'})
}, |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 14 files
==madrona.bookmarks.migrations.0001_initial:46
==madrona.bookmarks.migrations.0002_auto__add_field_bookmark_publicstate:18
==madrona.bookmarks.migrations.0003_auto__add_field_bookmark_ip:18
==madrona.layers.migrations.0001_initial:47
==madrona.layers.migrations.0002_auto__add_privatelayerlist:35
==madrona.layers.migrations.0003_auto__add_field_privatelayerlist_name__add_field_privatelayerlist_prio:24
==madrona.layers.migrations.0004_auto__add_privatesuperoverlay:37
==madrona.layers.migrations.0005_auto__del_field_privatesuperoverlay_creation_date__add_field_privatesu:90
==madrona.layers.migrations.0006_auto__del_field_privatelayerlist_kml__add_field_privatelayerlist_kml_f:24
==madrona.layers.migrations.0009_auto__del_privatesuperoverlay__add_privatekml:38
==madrona.layers.migrations.0010_auto__chg_field_privatekml_base_kml:18
==madrona.news.migrations.0001_initial:51
==madrona.openid.migrations.0001_initial:49
==madrona.user_profile.migrations.0001_initial:23
models = {
'auth.group': {
'Meta': {'object_name': 'Group'},
'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
'name': ('django.db.models.fields.CharField', [], {'unique': 'True', 'max_length': '80'}), |
R |
madrona.openid.management.commands.__init__ |
|
1 |
0 |
Similar lines in 2 files
==madrona.manipulators.tests:159
==madrona.manipulators.views:140
target_shape = Polygon(LinearRing([Point(center_lon, center_lat),
Point(e, center_lat),
Point(e, s),
Point(center_lon, s),
Point(center_lon, center_lat)])) |