From 401cbdc25d673d3644a82ce9cc6ff2192e26e6d1 Mon Sep 17 00:00:00 2001 From: Maciej Domanski <38883201+ahpaleus@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:24:06 +0200 Subject: [PATCH] linter fix --- content/docs/static-analysis/semgrep/00-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-analysis/semgrep/00-installation.md b/content/docs/static-analysis/semgrep/00-installation.md index c4d0e77..576a6b8 100644 --- a/content/docs/static-analysis/semgrep/00-installation.md +++ b/content/docs/static-analysis/semgrep/00-installation.md @@ -216,7 +216,7 @@ according to your preferences and tooling. ```sh semgrep -c p/default --sarif --output scan_results.sarif ``` - + - **VIM format**: Use the VIM format to have all the information about a finding in a single line, making it convenient for users of the Vim text editor. Example usage of the `p/default` ruleset with the VIM output file: