rtCamp / action-phpcs-code-review

Github Action to perform automated code review on pull requests
https://github.com/rtCamp/github-actions-library
MIT License
103 stars 27 forks source link

Add option to exclude phpcs sniffs #38

Closed mrrobot47 closed 4 years ago

mrrobot47 commented 4 years ago

Ref: #35

Adding env var: PHPCS_SNIFFS_EXCLUDE which can be configured with comma-separated values of sniffs to be excluded while running this action.