When using clang checkers via clang-tidy manually, I can add and remove some checks using a .clang-tidy file.
However when using lsp-mode within emacs, with flycheck activated, clang checkers are run, which is fine, but my .clang-tidy configuration file is not used. How should I tell flycheck/clangd to ignore some warnings ?