Skip to content

Commit cf1baba

Browse files
authored
Merge pull request #58 from dotenv-linter/update-readme
Update list of checks
2 parents 680a7b2 + 189cfd2 commit cf1baba

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

β€Ždocs/README.mdβ€Ž

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ Dotenv-linter can [check](/usage/check) / [fix](/usage/fix) / [compare](/usage/c
88

99
**Available checks**:
1010
<p>
11-
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/duplicated_key">Duplicated Key</a><br />
12-
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/ending_blank_line">Ending Blank Line</a><br />
13-
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/extra_blank_line">Extra Blank Line</a><br />
11+
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/duplicated_key">Duplicated key</a><br />
12+
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/ending_blank_line">Ending blank line</a><br />
13+
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/extra_blank_line">Extra blank line</a><br />
1414
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/incorrect_delimiter">Incorrect delimiter</a><br />
1515
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/key_without_value">Key without value</a><br />
1616
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/leading_character">Leading character</a><br />
1717
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/lowercase_key">Lowercase key</a><br />
1818
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/quote_character">Quote character</a><br />
1919
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/space_character">Space character</a><br />
20-
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/substitution_key">Substitution Key</a><br />
20+
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/substitution_key">Substitution key</a><br />
2121
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/trailing_whitespace">Trailing whitespace</a><br />
22-
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/unordered_key">Unordered Key</a><br />
22+
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/unordered_key">Unordered key</a><br />
23+
&nbsp;&nbsp;&nbsp;&nbsp;βœ…&nbsp;<a href="#/checks/value_without_quotes">Value without quotes</a><br />
2324
</p>
2425

2526
**The key features**:

0 commit comments

Comments
Β (0)