We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This can (should?) be done similar to what phpunit or phpcs do with their configuration files (phpcs.xml and phpunit.xml).
phpunit
phpcs
phpcs.xml
phpunit.xml
We can have a desniff.yml file that can look something like this:
desniff.yml
excluded_files: - ./config/view.php - ./config/queue.php excluded_vars: # config/app.php - ASSET_URL # config/view.php - VIEW_COMPILED_PATH # config/broadcasting.php - PUSHER_APP_KEY - PUSHER_APP_SECRET - PUSHER_APP_ID - PUSHER_APP_CLUSTER
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Depends on #113
This can (should?) be done similar to what
phpunit
orphpcs
do with their configuration files (phpcs.xml
andphpunit.xml
).We can have a
desniff.yml
file that can look something like this:The text was updated successfully, but these errors were encountered: