civics-cdf-validator 1.56.dev1__tar.gz → 1.56.dev2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {civics_cdf_validator-1.56.dev1/civics_cdf_validator.egg-info → civics_cdf_validator-1.56.dev2}/PKG-INFO +1 -1
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2/civics_cdf_validator.egg-info}/PKG-INFO +1 -1
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/rules.py +0 -13
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/version.py +1 -1
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/CONTRIBUTING.md +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/LICENSE-2.0.txt +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/MANIFEST.in +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/README.md +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/__init__.py +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/base.py +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/civics_cdf_validator.egg-info/SOURCES.txt +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/civics_cdf_validator.egg-info/dependency_links.txt +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/civics_cdf_validator.egg-info/entry_points.txt +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/civics_cdf_validator.egg-info/requires.txt +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/civics_cdf_validator.egg-info/top_level.txt +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/gpunit_rules.py +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/loggers.py +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/office_utils.py +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/setup.cfg +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/setup.py +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/stats.py +0 -0
- {civics_cdf_validator-1.56.dev1 → civics_cdf_validator-1.56.dev2}/validator.py +0 -0
|
@@ -633,18 +633,6 @@ class GpUnitOcdId(base.BaseRule):
|
|
|
633
633
|
)
|
|
634
634
|
|
|
635
635
|
|
|
636
|
-
# TODO(b/337001513): Remove this once the new rule is rolled out everywhere and
|
|
637
|
-
# no feeds have this in their disabled rules anymore.
|
|
638
|
-
class ElectoralDistrictOcdId(base.BaseRule):
|
|
639
|
-
"""All GpUnits MUST have a valid OCD ID."""
|
|
640
|
-
|
|
641
|
-
def elements(self):
|
|
642
|
-
return ["ReportingUnit"]
|
|
643
|
-
|
|
644
|
-
def check(self, element):
|
|
645
|
-
pass
|
|
646
|
-
|
|
647
|
-
|
|
648
636
|
class DuplicatedGpUnitOcdId(base.BaseRule):
|
|
649
637
|
"""2 GpUnits should not have same OCD ID."""
|
|
650
638
|
|
|
@@ -4826,7 +4814,6 @@ ELECTION_RULES = COMMON_RULES + (
|
|
|
4826
4814
|
ElectionStartDates,
|
|
4827
4815
|
ElectionTypesAndCandidateContestTypesAreCompatible,
|
|
4828
4816
|
ElectionTypesAreCompatible,
|
|
4829
|
-
ElectoralDistrictOcdId,
|
|
4830
4817
|
FullTextMaxLength,
|
|
4831
4818
|
FullTextOrBallotText,
|
|
4832
4819
|
GpUnitsHaveSingleRoot,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|