Skip to content

Commit 3e66b80

Browse files
committed
add instruction for fix repair
1 parent 7345ecc commit 3e66b80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ O pre-commit é uma ferramenta que permite configurar e gerenciar ganchos de pr
2626
DISABLE_ERRORS: false
2727
```
2828

29+
7. Para habilitar a correção automática de código:
30+
```
31+
APPLY_FIXES: all
32+
```
33+
2934
## Rodando Megalinter no pós-commit (CI/CD)
3035

3136
Para inserir as regras de linter no repositório para todos os usuários via Github Actions, seguir os passos:

0 commit comments

Comments
 (0)