Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.29 KB

README.org

File metadata and controls

44 lines (34 loc) · 1.29 KB

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.