Skip to content

fuzzycode/flycheck-rats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg

Table of Content

Summary

Provides a flycheck integration for the “Rough Auditing Tool for Security” (RATS) from CERN.

Installation

(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.

References

License

Copyright (C) 2019 Björn Larsson

Distributed under GNU GPL, version 3. See LICENSE file for more details.