X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=dotenv-linter%2FREADME.md;h=30a71409e03c22ab74c8121634aabb1f22120a1b;hb=dfb477380c1c9118d4e2361ecd26ceedfdb10098;hp=4306f86a8cb2b2e586477a7cd46e3f66e2d572bb;hpb=aae813df48deaa4464def8294f7aae51b5ca4fd0;p=webi-installers%2F.git diff --git a/dotenv-linter/README.md b/dotenv-linter/README.md index 4306f86..30a7140 100644 --- a/dotenv-linter/README.md +++ b/dotenv-linter/README.md @@ -22,8 +22,8 @@ You need to download and install the ## Cheat Sheet -> Dotenv Linter is a lightning-fast check for your `.env` files. -> It can rapidly detect and automatically fix issues. +> Dotenv Linter is a lightning-fast check for your `.env` files. It can rapidly +> detect and automatically fix issues. By default, `dotenv-linter` checks all `.env` files in the current directory: @@ -43,7 +43,8 @@ To lint .env files recursively, use `-r`: dotenv-linter -r ``` -For the complete usage, see the official [Dotenv Linter Usage Guide](https://dotenv-linter.github.io/#/usage). +For the complete usage, see the official +[Dotenv Linter Usage Guide](https://dotenv-linter.github.io/#/usage). ### How to automatically fix errors @@ -53,8 +54,8 @@ Use the `--fix` flag. dotenv-linter --fix ``` -Backup files in the format of `.env_0000000000` will be created by default. -You can use `--no-backup` to skip this. +Backup files in the format of `.env_0000000000` will be created by default. You +can use `--no-backup` to skip this. ### How to toggle linter rules