We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b5554 commit 60c5091Copy full SHA for 60c5091
linters/dotenv-linter/plugin.yaml
@@ -35,6 +35,15 @@ lint:
35
tools: [dotenv-linter]
36
description: Lightning-fast linter for .env files
37
commands:
38
+ - name: format
39
+ version: ">=4.0.0"
40
+ output: rewrite
41
+ run: dotenv-linter fix --quiet --no-backup ${target}
42
+ success_codes: [0]
43
+ in_place: true
44
+ cache_results: true
45
+ formatter: true
46
+ batch: true
47
- name: format
48
output: rewrite
49
run: dotenv-linter --not-check-updates fix --quiet --no-backup ${target}
@@ -47,6 +56,8 @@ lint:
56
environment:
57
- name: PATH
58
list: ["${linter}"]
59
+ - name: DOTENV_LINTER_NOT_CHECK_UPDATES
60
+ value: false
50
61
version_command:
51
62
parse_regex: dotenv-linter ${semver}
52
63
run: dotenv-linter --version
0 commit comments