From 1cf6306f4b6c308379ec0b0f0772e46ee4e02d32 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 24 Jun 2021 13:16:18 +0200 Subject: [PATCH] Add linter-exception for EXIT_FATAL. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d4b205d..3f806d8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ #include #include -constexpr int EXIT_FATAL{2}; +constexpr int EXIT_FATAL{2}; // NOLINT(readability-identifier-naming) int main(int argc, char *argv[]) {