Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Update pre commit configuration file #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
repos:
# Websec hook is MANDATORY, DO NOT comment it.
- repo: https://github.com/mercadolibre/fury_websec-git-hooks
rev: v1.0.1
hooks:
- id: pre_commit_hook
stages: [commit]
- id: post_commit_hook
stages: [post-commit]

# Next hooks are Code Quality hooks.
# If you want them to run on each commit, uncomment them
# These are OPTIONAL.

# - repo: https://github.com/mercadolibre/fury_cq-pre-commit-kotlin-test
# rev: e630c993630789a6c1749457255e806ba89dac2e
# hooks:
# - id: ktlint
# args:
# - -F
# - --editorconfig=.code_quality/.editorconfig
# - id: detekt
# args:
# - -c
# - .code_quality/detekt_rules.yml
# - -ac