mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-30 11:56:48 -04:00
Remove admin folder from linter (#3708)
This commit is contained in:
2
.github/workflows/test-coding-standards.yml
vendored
2
.github/workflows/test-coding-standards.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: composer update --ansi --no-interaction
|
||||
|
||||
- name: Run lint on `app/`, `admin/`, `public/`
|
||||
- name: Run lint on `app/`, `public/`
|
||||
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.no-header.php --using-cache=no --diff
|
||||
|
||||
- name: Run lint on `tests`
|
||||
|
||||
@@ -20,7 +20,6 @@ use PhpCsFixer\Finder;
|
||||
$finder = Finder::create()
|
||||
->files()
|
||||
->in([
|
||||
__DIR__ . '/admin',
|
||||
__DIR__ . '/app',
|
||||
__DIR__ . '/public',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user