Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pre commit configuration file #161

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented May 24, 2022

This PR adds the pre-commit configurations to use websec hook and comments the previous Code Quality hooks.

This PR was created automatically by websec, please review it to check:

  • only the websec-hook configuration is added.
  • the CQ hooks are commented.

Lines expected to be added:

- repo: https://github.com/mercadolibre/fury_websec-git-hooks
  rev: v1.0.0
  hooks:
    - id: pre_commit_hook
      stages: [commit]
    - id: post_commit_hook
      stages: [post-commit]

More information on workplace post.

fury_websec-git-hooks is mandatory.

Feel free to add/remove/modify any other hook except the websec's one.
Code Quality hooks are optional, so if you want to keep them analyzing each commit, you just have to uncomment them.

Keep in mind that every uncommented hook will soon run on every commit.

If you have any questions contact by mail to websec@ or by Slack channel #tech-websec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants