civics-cdf-validator 1.60.dev0__tar.gz → 1.60.dev1__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.60.dev0/civics_cdf_validator.egg-info → civics_cdf_validator-1.60.dev1}/PKG-INFO +1 -1
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1/civics_cdf_validator.egg-info}/PKG-INFO +1 -1
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/rules.py +2 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/version.py +1 -1
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/CONTRIBUTING.md +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/LICENSE-2.0.txt +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/MANIFEST.in +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/README.md +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/__init__.py +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/base.py +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/civics_cdf_validator.egg-info/SOURCES.txt +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/civics_cdf_validator.egg-info/dependency_links.txt +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/civics_cdf_validator.egg-info/entry_points.txt +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/civics_cdf_validator.egg-info/requires.txt +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/civics_cdf_validator.egg-info/top_level.txt +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/gpunit_rules.py +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/loggers.py +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/office_utils.py +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/setup.cfg +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/setup.py +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/stats.py +0 -0
- {civics_cdf_validator-1.60.dev0 → civics_cdf_validator-1.60.dev1}/validator.py +0 -0
|
@@ -4915,6 +4915,8 @@ ELECTION_DATES_RULES = ELECTION_RULES + (UnreferencedEntitiesElectionDates,)
|
|
|
4915
4915
|
METADATA_RULES = (
|
|
4916
4916
|
# go/keep-sorted start
|
|
4917
4917
|
ElectionEventDatesAreSequential,
|
|
4918
|
+
EmptyString,
|
|
4919
|
+
EmptyText,
|
|
4918
4920
|
Encoding,
|
|
4919
4921
|
FeedElementsShouldHaveSubElementsBasedOnType,
|
|
4920
4922
|
FeedHasValidCountryCode,
|
|
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
|