Skip to content

Commit

Permalink
fix: wrong file names
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 5, 2023
1 parent 28af8b9 commit a08b56f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pre-commit-config.yaml → .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: fix-encoding-pragma

- repo: https://github.com/commitizen-tools/commitizen
rev: v2.42.1
rev: 3.2.1
hooks:
- id: commitizen
stages:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ lint-yaml: ## Lints yaml files inside project
.PHONY: lint-yaml

lint-php: ## Lints php files inside project using php-cs-fixer
$(APP_COMPOSER) lint-php
$(APP_COMPOSER) run-script lint-php
.PHONY: cs-fix

lint-stan:
Expand Down
93 changes: 77 additions & 16 deletions app/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a08b56f

Please sign in to comment.