From bec80ada63dd1866eb6e15b0e0415e0c79483371 Mon Sep 17 00:00:00 2001 From: Duologic Date: Fri, 16 Feb 2024 20:42:45 +0100 Subject: [PATCH] fix(ci): add exclusion in .lint file --- .lint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lint b/.lint index 49fc76045..8bc3f37fc 100644 --- a/.lint +++ b/.lint @@ -5,3 +5,5 @@ exclusions: target-instance-rule: panel-title-description-rule: panel-units-rule: + panel-datasource-rule: + reason: The new Grafonnet promotes the use of datasources at the query level. This should probably end up in the linter as a valid option.