Skip to content

Commit

Permalink
Add page for IDE support
Browse files Browse the repository at this point in the history
Add a page noting IDE support for falco rules files. Currently only
flycheck-falco-rules for emacs.

Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
  • Loading branch information
mstemm authored and poiana committed Mar 6, 2023
1 parent e0bb00d commit 9c58931
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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)

0 comments on commit 9c58931

Please sign in to comment.