Add linter-exception for EXIT_FATAL.

This commit is contained in:
tastytea 2021-06-24 13:16:18 +02:00
parent 822bff1955
commit 1cf6306f4b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#include <thread>
#include <vector>
constexpr int EXIT_FATAL{2};
constexpr int EXIT_FATAL{2}; // NOLINT(readability-identifier-naming)
int main(int argc, char *argv[])
{