adress review

This commit is contained in:
assignUser 2020-08-19 14:16:59 +00:00
parent 538c44e0c6
commit bad32e6f53
2 changed files with 2 additions and 2 deletions

View file

@ -611,7 +611,7 @@ import package.b.*
- `.github/linters/chktexrc` - `.github/linters/chktexrc`
- You can pass multiple rules and overwrite default rules - You can pass multiple rules and overwrite default rules
- File should be located at: `.github/linters/.luacheckrc` - File should be located at: `.github/linters/chktexrc`
- See [ChkTex](https://ctan.kako-dev.de/systems/doc/chktex/ChkTeX.pdf) docs for additional - See [ChkTex](https://ctan.kako-dev.de/systems/doc/chktex/ChkTeX.pdf) docs for additional
behaviors behaviors

View file

@ -71,7 +71,7 @@ JAVASCRIPT_STANDARD_LINTER_RULES='' # EN
LINTER_RULES_PATH="${LINTER_RULES_PATH:-.github/linters}" # Linter Path Directory LINTER_RULES_PATH="${LINTER_RULES_PATH:-.github/linters}" # Linter Path Directory
# LaTeX Vars # LaTeX Vars
LATEX_FILE_NAME='chktexrc' # Name of the file LATEX_FILE_NAME='chktexrc' # Name of the file
LATEX_LINTER_RULES="${DEFAULT_RULES_LOCATION}/${LATEX_FILE_NAME}" # Path to the Lua lint rules LATEX_LINTER_RULES="${DEFAULT_RULES_LOCATION}/${LATEX_FILE_NAME}" # Path to the Latex lint rules
# Lua Vars # Lua Vars
LUA_FILE_NAME='.luacheckrc' # Name of the file LUA_FILE_NAME='.luacheckrc' # Name of the file
LUA_LINTER_RULES="${DEFAULT_RULES_LOCATION}/${LUA_FILE_NAME}" # Path to the Lua lint rules LUA_LINTER_RULES="${DEFAULT_RULES_LOCATION}/${LUA_FILE_NAME}" # Path to the Lua lint rules