From 9c58931210c002f38e7100fe66aeebecd2ebf7c2 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Tue, 21 Feb 2023 10:37:06 -0800 Subject: [PATCH] Add page for IDE support Add a page noting IDE support for falco rules files. Currently only flycheck-falco-rules for emacs. Signed-off-by: Mark Stemm --- content/en/docs/rules/ide-support.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/en/docs/rules/ide-support.md diff --git a/content/en/docs/rules/ide-support.md b/content/en/docs/rules/ide-support.md new file mode 100644 index 000000000..9450e29f1 --- /dev/null +++ b/content/en/docs/rules/ide-support.md @@ -0,0 +1,14 @@ +--- +title: IDE Support +description: IDE Support for Falco Rules Files +linktitle: IDE Support +weight: 250 +--- + +For some Integrated Development Environment (IDE) Editors, there is support for falco rules files that allow for on-the-fly syntax checking and validation of rules content. + +#### Emacs + +For emacs, there is a [Flycheck](https://www.flycheck.org) checker called [flycheck-falco-rules](https://github.com/falcosecurity/flycheck-falco-rules): + +![](https://github.com/falcosecurity/flycheck-falco-rules/raw/main/flycheck-falco-rules-example.png)