ref: 7e27be4762f4e468d32b55a6d182db7f128eacc0
parent: 188abfdfb3885325b8de34c360f4348571ec4cd4
author: Turo Lamminen <turol@iki.fi>
date: Wed Jun 8 13:50:07 EDT 2022
Disable spammy magic numbers warnings
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -30,6 +30,8 @@
,modernize-*
,clang-analyzer-*
,cppcoreguidelines-*
+ ,-cppcoreguidelines-avoid-magic-numbers
+ ,-readability-magic-numbers
- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0