Mitchell McKenna
Mitchell McKenna
Tech, programming and personal interests.
  • Twitter
  • Github
Skip to content

linting

There are 2 posts tagged linting (this is page 1 of 1).

Git Hooks: Check Code Quality & Unit Tests on Every Commit

Automatically lint your code, check unit tests, and run static analysers every time you run “git commit”. It’s a developer’s local CI pipeline.

in Programming | January 17, 2023 | Comment

Is Your Code Up To Sniff?

PHP Code Standards Following coding standards in PHP is now easier than ever. Let’s go over the benefits of following a coding standard, how to enforce it, and look at how modern tooling and new features in IDE’s like PHPStorm makes it nicer than ever before. Why Follow a Coding Standard? Stop Wasting TimeIf you’ve […]

in Programming | April 8, 2020 | 2 Webmentions | Comment
 

Loading Comments...