#phpcodesniffer search results
Are you EXTREMELY STRICT on your code? Do you want to try Object Calisthenicts? 2.0 is out: github.com/object-calisth… #phpcs #phpcodesniffer
I wish this would work with #PHPCodeSniffer rulesets. Be able to exclude all files in directories. Then include a subset. Similar to Git ignore. #WordPress
How to fix, assignments must be the first block of code on a line? stackoverflow.com/questions/4657… #php #wordpress #phpcodesniffer #phpcs
So.... @codeclimate 's #phpcodesniffer engine doesn't have PSR12 standard? Though, it's a built-in standard...
PHP Code Sniffer custom rule for class/trait/interface stackoverflow.com/questions/6901… #phpcodesniffer #phpcs #php #codesniffer
Absolutize require/include, empty line after strict_types() definition, import all the names and the best - unused public methods. Welcome and use new checkers in Symplify 3 Coding Standard #codingstandar #phpcsfixer #phpcodesniffer #php tomasvotruba.cz/blog/2018/01/0…
Анализируйте свой код с помощью PHP_CodeSniffer #development #php #phpcodesniffer #wordpress #wpcs wp-digest.com/guides/analizi…
New post on my blog: 5 Steps to Your First Fixer or Sniff Test #php #codingstandard #phpcodesniffer #phpcsfixer #phpunit tomasvotruba.cz/blog/2018/04/1…
I wish there was #EasyCodingStandard support in @phpstorm 😔. It's like #PHPCodeSniffer and #PHPCSFixer combined into one, but current IDE options does not allow configuring it properly. 🔗 github.com/symplify/easy-…
Стандарты написания кода в WordPress #development #phpcodesniffer #wordpress #wpcs wp-digest.com/guides/standar…
🚨 Coder 9.0.0-alpha1 is live! Supports PHP CodeSniffer 4 + begins API overhaul. Dev feedback now critical—test it early: composer require 'drupal/coder:^9.0@alpha' bit.ly/3Lyo0dT via @_klausi_ #Drupal #Coder #PHPCodeSniffer #DevTools
I just released this package, which contains a #Composer script helper for running #PhpCodeSniffer fixer with #lintstaged in a #Husky pre-commit #Git hook. github.com/nelson6e65/php…
Si deseamos es escribir #código de calidad, debemos respetar los estándares establecidos. Aprende a instalar #PHPCodeSniffer en #Sublime #ST3. 👇 📺youtu.be/nQoYNDNrj8A ✌️ #cursos #tutoriales #programacion #php #laravel #symfony #html #linux #code #developer #phpcs #psr2
I suppose every serious project on Magento2 should have checking codestyle, the most famous tool for that is php codesniffer (github.com/squizlabs/PHP_…). So, which ruleset do you use for codesniffer? #magento #phpcodesniffer #codingstandard
Ощутил мощь scopes в #phpstorm, настроил различные конфиги #phpcodesniffer на различные папки
🚨 Coder 9.0.0-alpha1 is live! Supports PHP CodeSniffer 4 + begins API overhaul. Dev feedback now critical—test it early: composer require 'drupal/coder:^9.0@alpha' bit.ly/3Lyo0dT via @_klausi_ #Drupal #Coder #PHPCodeSniffer #DevTools
Me neither 🥲. Token-based tools like #PHPCSFixer and #PHPCodeSniffer too 😅.
#PHPCSFixer, #PHPCodeSniffer (or both via #EasyCodingStandard), #PHPCompatibility sniff extension, #PHPStan, #PHPUnit, #Rector, #ComposerUnused, #ComposerRequireChecker, #MessDetector, #Deptrac, #Arkitect and probably I missed some. Depends on the project, though ☺️.
#PHPCSFixer as a tool is indeed an alternative to #PHPCodeSniffer and its fixing utility (phpcbf), yet these tools have slightly different approach - while Sniffer can report things that require manual work, Fixer goes a different path and can fix everything covered by its rules.
PHP_CodeSniffer users: please read this important announcement: github.com/squizlabs/PHP_… squizlabs/PHP_CodeSniffer is dead, long live PHPCSStandards/PHP_CodeSniffer! #phpcs #php
Great summary of differences between #PHPCSFixer and #PHPCodeSniffer - tools with different approaches, but similar name which sometimes leads to misplaced issues and comments 😅.
One example: sniffer is primarily about detection, the ability to fix automatically is a secondary concern. Fixer is the opposite, fixing is the entire focus. So something super simple like max line length is available in Sniffer. But adamantly rejected in Fixer because of how…
Don't forget that we have excellent tooling in #PHP ecosystem! You're not alone with your upgrades, you can use @PHPCSFixer, @rectorphp, #PHPCodeSniffer with #PHPCompatibility plugin and probably many other tools. Trust me, it's doable 😁.
I wish there was #EasyCodingStandard support in @phpstorm 😔. It's like #PHPCodeSniffer and #PHPCSFixer combined into one, but current IDE options does not allow configuring it properly. 🔗 github.com/symplify/easy-…
Porque bons times deveriam se preocupar com padrões e estilo de programação. #php #PSR #phpCodeSniffer lnkd.in/dzS4xZGY
Honestly, I don't agree. I see PSRs as recommendations only, not a strict standard. Each person/team/project can have its own standard and it's totally fine IMHO. As long as it's automated with #PHPCSFixer, #PHPCodeSniffer, #EasyCodingStandard
Escaped from the traffic jams just in time for a very interesting @phpbenelux AMA session with @jrf_nl, and very happy I made it! Been using #phpcodesniffer for years, I didn't even know half of how powerful it is. Thanks for all the effort and hard work, we owe you 3000 🥃 #phpc
PHP Code Sniffer custom rule for class/trait/interface stackoverflow.com/questions/6901… #phpcodesniffer #phpcs #php #codesniffer
I wish this would work with #PHPCodeSniffer rulesets. Be able to exclude all files in directories. Then include a subset. Similar to Git ignore. #WordPress
Again @phpstan and #PHPCodeSniffer saving the day👏👏 This time I used their dockerized versions. I will post a gist soon to share how easy it is.
I just released this package, which contains a #Composer script helper for running #PhpCodeSniffer fixer with #lintstaged in a #Husky pre-commit #Git hook. github.com/nelson6e65/php…
How to fix, assignments must be the first block of code on a line? stackoverflow.com/questions/4657… #php #wordpress #phpcodesniffer #phpcs
So.... @codeclimate 's #phpcodesniffer engine doesn't have PSR12 standard? Though, it's a built-in standard...
Are you EXTREMELY STRICT on your code? Do you want to try Object Calisthenicts? 2.0 is out: github.com/object-calisth… #phpcs #phpcodesniffer
So.... @codeclimate 's #phpcodesniffer engine doesn't have PSR12 standard? Though, it's a built-in standard...
How to fix, assignments must be the first block of code on a line? stackoverflow.com/questions/4657… #php #wordpress #phpcodesniffer #phpcs
PHP Code Sniffer custom rule for class/trait/interface stackoverflow.com/questions/6901… #phpcodesniffer #phpcs #php #codesniffer
I wish this would work with #PHPCodeSniffer rulesets. Be able to exclude all files in directories. Then include a subset. Similar to Git ignore. #WordPress
New post on my blog: 5 Steps to Your First Fixer or Sniff Test #php #codingstandard #phpcodesniffer #phpcsfixer #phpunit tomasvotruba.cz/blog/2018/04/1…
Absolutize require/include, empty line after strict_types() definition, import all the names and the best - unused public methods. Welcome and use new checkers in Symplify 3 Coding Standard #codingstandar #phpcsfixer #phpcodesniffer #php tomasvotruba.cz/blog/2018/01/0…
I wish there was #EasyCodingStandard support in @phpstorm 😔. It's like #PHPCodeSniffer and #PHPCSFixer combined into one, but current IDE options does not allow configuring it properly. 🔗 github.com/symplify/easy-…
Анализируйте свой код с помощью PHP_CodeSniffer #development #php #phpcodesniffer #wordpress #wpcs wp-digest.com/guides/analizi…
Стандарты написания кода в WordPress #development #phpcodesniffer #wordpress #wpcs wp-digest.com/guides/standar…
Si deseamos es escribir #código de calidad, debemos respetar los estándares establecidos. Aprende a instalar #PHPCodeSniffer en #Sublime #ST3. 👇 📺youtu.be/nQoYNDNrj8A ✌️ #cursos #tutoriales #programacion #php #laravel #symfony #html #linux #code #developer #phpcs #psr2
🚨 Coder 9.0.0-alpha1 is live! Supports PHP CodeSniffer 4 + begins API overhaul. Dev feedback now critical—test it early: composer require 'drupal/coder:^9.0@alpha' bit.ly/3Lyo0dT via @_klausi_ #Drupal #Coder #PHPCodeSniffer #DevTools
Something went wrong.
Something went wrong.
United States Trends
- 1. Broncos 63.1K posts
- 2. Bo Nix 17.5K posts
- 3. yeonjun 167K posts
- 4. Geno 17.8K posts
- 5. $SMILEY N/A
- 6. Sean Payton 4,604 posts
- 7. Kenny Pickett 1,488 posts
- 8. #TNFonPrime 3,954 posts
- 9. DANIELA 33.2K posts
- 10. #NOLABELS_PART01 68.8K posts
- 11. Chip Kelly 1,935 posts
- 12. Jalen Green 6,853 posts
- 13. Bradley Beal 3,270 posts
- 14. NO LABELS NOVEMBER 23.2K posts
- 15. #criticalrolespoilers 4,328 posts
- 16. TALK TO YOU OUT NOW 23.5K posts
- 17. Pete Carroll 1,849 posts
- 18. Troy Franklin 2,390 posts
- 19. Jeanty 6,438 posts
- 20. byers 27.8K posts