Skip to content

Commit

Permalink
feat: Change cli names to gitlab-lint and gitlab-shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdonenfeld authored Oct 31, 2022
2 parents 86198d1 + b539e38 commit f6c00e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ exclude =

[options.entry_points]
console_scripts =
gitlab-ci-linter = pre_commit_hooks.gitlab_ci_lint:main
gitlab-ci-shellcheck = pre_commit_hooks.gitlab_script_check:main
gitlab-lint = pre_commit_hooks.gitlab_ci_lint:main
gitlab-shellcheck = pre_commit_hooks.gitlab_script_check:main

[bdist_wheel]
universal = True
Expand Down

0 comments on commit f6c00e5

Please sign in to comment.