Provides a flycheck integration for the “Rough Auditing Tool for Security” (RATS) from CERN.
(use-package flycheck-rats
:after flycheck
:config (flycheck-rats-setup))
To make sure that it gets executed, make sure that it is added to the list of checkers by calling something like.
(flycheck-add-next-checker 'c/c++-cppcheck '(t . rats))
Make sure to replace c/c++-cppcheck
for the checker that you want to have
executed in front of flycheck-rats
.
Copyright (C) 2019 Björn Larsson
Distributed under GNU GPL, version 3. See LICENSE file for more details.