Skip to content

Commit

Permalink
🚨 precommit lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Oct 8, 2021
1 parent d1e852d commit 1180144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@
### Miscellaneous

- 📝 🐛 fix log message [[cdd3047](https://github.com/ptavares/zsh-tfswitch/commit/cdd3047cc98b1d17b44c368a9789e07369762299)]


4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ The following is a set of guidelines for contributing to **zsh-exa**. These are

- [Contributing](#contributing)
- [Table of Content](#table-of-content)
- [Developers Information](#developers-information)
- [Tools used](#tools-used)
- [Pre-commit](#pre-commit)
- [Makefile Usage](#makefile-usage)
- [Makefile](#makefile)
- [Styleguides](#styleguides)
- [Git Commit Messages](#git-commit-messages)
- [Changelog](#changelog)
- [Documentation Styleguide](#documentation-styleguide)

<!--TOC-->
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ INFO_TARGETS := version .do-version check-status .do-check-status
PRECOMMIT_TARGETS := precommit do-precommit
HELP_TARGETS := help .do-help

.PHONY: $(BUILD_TARGETS) $(RELEASE_TARGETS) $(INFO_TARGETS) $(PRECOMMIT_TARGETS) $(HELP_TARGETS)
.PHONY: $(BUILD_TARGETS) $(RELEASE_TARGETS) $(INFO_TARGETS) $(PRECOMMIT_TARGETS) $(HELP_TARGETS)

0 comments on commit 1180144

Please sign in to comment.