aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/astgrep.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/astgrep.lua')
-rw-r--r--lua/conform/formatters/astgrep.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/conform/formatters/astgrep.lua b/lua/conform/formatters/astgrep.lua
deleted file mode 100644
index 7e1a1cc..0000000
--- a/lua/conform/formatters/astgrep.lua
+++ /dev/null
@@ -1,11 +0,0 @@
----@type conform.FileFormatterConfig
-return {
- meta = {
- url = "https://ast-grep.github.io/",
- description = "A CLI tool for code structural search, lint and rewriting. Written in Rust",
- },
- command = "ast-grep",
- args = { "scan", "--update-all", "$FILENAME" },
- stdin = false,
- exit_codes = { 0, 5 }, -- 5 = no config file exists
-}