From c11498540e3fa393278de64f54090bf08e75d1f0 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 11 Feb 2025 13:06:34 -0400 Subject: checks: stop suppressing sample ref errors --- src/data/checks.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/data/checks.js b/src/data/checks.js index 8f9f0305..9a859165 100644 --- a/src/data/checks.js +++ b/src/data/checks.js @@ -373,6 +373,10 @@ export function filterReferenceErrors(wikiData, { } const suppress = fn => conditionallySuppressError(error => { + // We're not suppressing any errors at the moment. + // An old suppression is kept below for reference. + + /* if (property === 'sampledTracks') { // Suppress "didn't match anything" errors in particular, just for samples. // In hsmusic-data we have a lot of "stub" sample data which don't have @@ -385,6 +389,7 @@ export function filterReferenceErrors(wikiData, { return true; } } + */ return false; }, fn); -- cgit 1.3.0-6-gf8a5