You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`COLOR_INFO`| Change default output color for Information messages.<br>[Available colors](https://github.com/pdffiller/styleguide-hooks/blob/stable/hooks/color_echo.sh). |`"Light_Blue"`|`pre-commit`|
79
-
|`COLOR_WARNING`| Change default output color for Warning/<br>Interaction needed messages. [Available colors](https://github.com/pdffiller/styleguide-hooks/blob/stable/hooks/color_echo.sh). |`"Yellow"`|`pre-commit`, `post-checkout`|
79
+
|`COLOR_WARNING`| Change default output color for Warning.<br>Ineractive messages. [Available colors](https://github.com/pdffiller/styleguide-hooks/blob/stable/hooks/color_echo.sh).|`"Yellow"`|`pre-commit`, `post-checkout`|
80
80
|`IGNORE_TRAILING_`<br>`SPACE_EXTENTIONS`| Ignore trailing whitespaces for specified file extentions. Format `ext1\|ext2\|ext3`. |`"md\|rst"`|`pre-commit`|
81
81
|`INTERACTIVE_MODE`| Pseudo-interactive mode for:<br>1. Replacing trailing whitespaces<br>2. Removing multilines at EOF<br>3. Adding new line at EOF if it doesn't exist<br>Can be `disabled` or `enabled`. |`"disabled"`|`pre-commit`|
82
-
|`FORСE_WARNING_TO_ERROR`| Forсing exit if enabled.<br>Affects "Too many changes per one commit" check.<br>Can be `disabled` or `enabled`. |`"disabled"`|`pre-commit`|
82
+
|`FORСE_WARNING_TO_ERROR`| Forсing exit if enabled.<br>Affects "Too many changes per one commit" check.<br>Can be `disabled` or `enabled`. |`"disabled"`|`pre-commit`|
83
83
|`FOOTER`| Styleguide message that is added to every error message. |[[1]](#long-defaults)|`pre-commit`|
84
84
|`GITHUB_REGEX`| Regex for matching Github issue inside branch name. A link to issue is created if a match was found. |`'^[0-9]+$'`|`pre-commit`,<br>`prepare-commit-msg`|
85
85
|`JIRA_ISSUE_LINK`| Link to Jira task endpoint. |[[2]](#long-defaults)|`prepare-commit-msg`|
0 commit comments