Skip to content

Commit

Permalink
refactor(builder): refactor from zephir.
Browse files Browse the repository at this point in the history
  • Loading branch information
noone-silent committed Jul 30, 2024
1 parent cfd234e commit c04d877
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
engines:
phpcs:
enabled: true
php_version: 7.4
php_version: 8.1
exclude_paths:
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'README.md'
- '.github/*'
- 'bin/*'
- 'config/*'
- 'public/*'
- 'resources/*'
- 'tests/*'
- '.github/**'
- 'bin/**'
- 'config/**'
- 'public/**'
- 'resources/**'
- 'tests/**'
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Path to sources
sonar.sources=.
sonar.exclusions=**tests/**
sonar.exclusions=**tests/**,./tests/**,tests/**
#sonar.inclusions=

# Path to tests
Expand Down

0 comments on commit c04d877

Please sign in to comment.