Skip to content

Commit

Permalink
fixed scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 18, 2024
1 parent 84c2495 commit 7538043
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
paths-ignore:
- "README.md"
- "LICENSE.md"
- ".scruitinizer.yml"
- ".editorconfig"
branches: ["main"]
pull_request:
paths-ignore:
Expand Down
8 changes: 4 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
- "php"
#imports:
# - "php"

filter:
paths: ["src/*"]
Expand All @@ -23,7 +23,7 @@ tools:
enabled: true
excluded_dirs: ["tests"]

before_commands:
- "composer install"
#before_commands:
# - "composer install"

# vim: syntax=yaml ts=2 sw=2 et sr softtabstop=2 autoindent

0 comments on commit 7538043

Please sign in to comment.