Skip to content

Commit

Permalink
Merge pull request #39 from userhas404d/eclint-round2
Browse files Browse the repository at this point in the history
Eclint fix round 2
  • Loading branch information
userhas404d authored Mar 30, 2020
2 parents 58db78c + 9a35c51 commit f47b3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.12
current_version = 0.0.13
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ eclint/lint:
@ echo "[$@]: Running eclint..."
cd $(PROJECT_ROOT) && \
[ -z "$(HAS_UNTRACKED_CHANGES)" ] || (echo "untracked changes detected!" && exit 1)
cd $(PROJECT_ROOT) && \
$(ECLINT_FILES) | grep -zv ".bats" | xargs -0 -I {} eclint check {}
@ echo "[$@]: Project PASSED eclint test!"

Expand Down

0 comments on commit f47b3df

Please sign in to comment.