-
-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[automation] Auto-update linters version, help and documentation (#2180)
* [automation] Auto-update linters version, help and documentation * Add image for npm-package-json-lint * doc
- Loading branch information
Showing
152 changed files
with
2,503 additions
and
2,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -483,9 +483,9 @@ | |
" input).", | ||
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the", | ||
" given magic to the list of known python-", | ||
" magics (time, python3, prun, timeit,", | ||
" capture, pypy, python). Useful for", | ||
" formatting cells with custom python magics.", | ||
" magics (pypy, prun, python, timeit, capture,", | ||
" python3, time). Useful for formatting cells", | ||
" with custom python magics.", | ||
" -x, --skip-source-first-line Skip the first line of the source code.", | ||
" -S, --skip-string-normalization", | ||
" Don't normalize string quotes or prefixes.", | ||
|
@@ -1535,27 +1535,25 @@ | |
" dockerfilelint < Dockerfile Lint the contents of Dockerfile via stdin" | ||
], | ||
"dotenv-linter": [ | ||
"dotenv-linter 3.2.0", | ||
"dotenv-linter 3.3.0", | ||
"Mikhail Grachev <[email protected]>", | ||
"Lightning-fast linter for .env files", | ||
"", | ||
"USAGE:", | ||
" dotenv-linter [FLAGS] [OPTIONS] <input>... [SUBCOMMAND]", | ||
" dotenv-linter [OPTIONS] [input]... [SUBCOMMAND]", | ||
"", | ||
"FLAGS:", | ||
" -h, --help Prints help information", | ||
" --no-color Turns off the colored output", | ||
" --not-check-updates Doesn't check for updates", | ||
" -q, --quiet Doesn't display additional information", | ||
" -r, --recursive Recursively searches and checks .env files", | ||
" -v, --version Prints version information", | ||
"ARGS:", | ||
" <input>... files or paths [default: /]", | ||
"", | ||
"OPTIONS:", | ||
" -e, --exclude <FILE_NAME>... Excludes files from check", | ||
" -h, --help Print help information", | ||
" --no-color Turns off the colored output", | ||
" --not-check-updates Doesn't check for updates", | ||
" -q, --quiet Doesn't display additional information", | ||
" -r, --recursive Recursively searches and checks .env files", | ||
" -s, --skip <CHECK_NAME>... Skips checks", | ||
"", | ||
"ARGS:", | ||
" <input>... files or paths [default: /]", | ||
" -v, --version Print version information", | ||
"", | ||
"SUBCOMMANDS:", | ||
" compare Compares if files have the same keys [aliases: c]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.