benmatselby / sublime-phpcs

🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text
Other
812 stars 126 forks source link

How to add additional configuration for a rule #196

Open forceedge01 opened 4 years ago

forceedge01 commented 4 years ago

Some phpcs-fixer rules have additional confiuguration options that need to be declared. For example:

phpdoc_to_return_type you can a scalar_types: bool, how to set this up in the sublime settings file against phpcs?

benmatselby commented 1 year ago

Hey @forceedge01 If this is still an issue for you, could you provide a link to some documentation or provide the CLI command you would run outside of Sublime, please?