alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Disable national measure check task #99

Closed saulius closed 11 years ago

saulius commented 11 years ago

I can't find the exact story, but it was decided to report on invalid national Measures instead of deleting them. That is why we sometimes receive Tariff update emails with conformance errors and can investigate what is happening.

I don't think this task did anything destructive to production (or any other environment) since we moved to point database structure and all Model-level validations were rewritten to use our own conformance validator. So measure.valid? was always true.