Skip to content

Commit

Permalink
Fix misspeling
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Feb 18, 2019
1 parent 2100479 commit 20b1e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ If you'd like to change something:
| Constant | What it changes | Default | Affects |
| ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------| ------------------------------------- |
| `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` |
| `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` |
| `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` |
| `IGNORE_TRAILING_`<br>`SPACE_EXTENTIONS` | Ignore trailing whitespaces for specified file extentions. Format `ext1\|ext2\|ext3`. | `"md\|rst"` | `pre-commit` |
| `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` |
| `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` |
| `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` |
| `FOOTER` | Styleguide message that is added to every error message. | [[1]](#long-defaults) | `pre-commit` |
| `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` |
| `JIRA_ISSUE_LINK` | Link to Jira task endpoint. | [[2]](#long-defaults) | `prepare-commit-msg` |
Expand Down

0 comments on commit 20b1e8b

Please sign in to comment.