From 2a3ead9c31f839b30e9988d66ea94bb7766e9865 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 10 Jun 2021 12:09:05 -0700 Subject: [PATCH] Ignore lint error, refs #655 --- scripts/lint-migrations | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/lint-migrations b/scripts/lint-migrations index 1ec2aed..665e928 100755 --- a/scripts/lint-migrations +++ b/scripts/lint-migrations @@ -23,4 +23,5 @@ 0107_decimal_for_latitude_longitude \ 0120_geography_fields \ 0133_backfill_location_created_at \ - 0134_alter_location_created_at + 0134_alter_location_created_at \ + 0146_remove_ct_from_source_locations_issue_655