summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/npm-groovy-lint.lua
blob: 59f85bcbc359c93722bc5af15bfb10b123bd0bf8 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/nvuillam/npm-groovy-lint",
    description = "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files using command line.",
  },
  command = "npm-groovy-lint",
  args = { "--fix", "$FILENAME" },
  stdin = false,
}