Skip to content

Commit

Permalink
Remove HTS_TST/KP_PREV validation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-p-pickering committed Jan 25, 2022
1 parent 3c5312c commit 5d5a0cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## January 23, 2022
* Remove HTS_TST/KP_PREV validation rule

## January 17, 2022
* Update to datapackr 5.1.0
* Initial updates to process COP22 datapacks
Expand Down
4 changes: 3 additions & 1 deletion data-raw/process_validation_rules.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ processValidationRules <- function(r) {

cop20 <- processValidationRules("./data/cop20_validation_rules.json")
cop21 <- processValidationRules("./data/cop21_validation_rules.json")
cop22 <- processValidationRules("./data/cop22_validation_rules.json")
cop22 <- processValidationRules("./data/cop22_validation_rules.json") %>%
dplyr::filter(!(id %in% c("XngFzdMEoks","XDsVx5eB0gB"))) #DAT-1542


vr <- list("2020" = cop20, "2021" = cop21, "2022" = cop22)
saveRDS(vr, "data/cop_validation_rules.rds")
Binary file modified data/cop_validation_rules.rds
Binary file not shown.

0 comments on commit 5d5a0cb

Please sign in to comment.