Skip to content

Commit ddb8f05

Browse files
Merge pull request #5 from cod3rocket/add-pre-commit-config
Adicionado os arquivos de configuração do pre-commit
2 parents 6168df7 + 037d047 commit ddb8f05

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repos:
2+
- repo: .
3+
rev: v0.0.0
4+
hooks:
5+
- id: cod3rocket
6+
exclude: test/

.pre-commit-hooks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- id: cod3rocket
2+
name: Cod3Rocket
3+
entry: ghcr.io/cod3rocker/pre-commit-hooks:v0.0.0
4+
language: docker_image
5+
6+
- id: cod3rocket-dev
7+
name: Cod3Rocket
8+
entry: ghcr.io/cod3rocker/pre-commit-hooks:dev
9+
language: docker_image

0 commit comments

Comments
 (0)