From 166b6b479da031ba2d31d8e3eddc541fdb29d1c5 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 29 Apr 2022 15:19:07 +0200 Subject: [PATCH] =?UTF-8?q?bugfix=20in=20analyzers.yml=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/analyzers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index e82a98c18..5705a4f1e 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -123,7 +123,7 @@ jobs: 'unexpected-flag-enumerator-value,'\ 'unneeded-cast,'\ `# New in Clazy 1.11`\ - 'use-arrow-operator-instead-of-data,'`\ + 'use-arrow-operator-instead-of-data,'\ 'use-chrono-in-qtimer,'\ `# Checks Excluded from level2`\ 'no-copyable-polymorphic,no-ctor-missing-parent-argument,no-function-args-by-ref,'\