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)