Walt Sorensen
Walt Sorensen
For the PHPCS generator conflicting sniffs like Disallow Short Array and Disallow Long Array or Tabs vs space indents; it would be helpful if one was selected the other would...
We should consider making pololu/dual-vnh5019-motor-shield a dependency, and this library as a shim (I think that's the right term) for the additional functions This would rewrite the library ```c++ namespace...
After some performance testing and consideration for readability, I think that patterns like [0-9] or [[:digit:]] is better than \d as the meaning is more clear. Since there seems to...
@mbabker raised a question [in this PR](https://github.com/joomla/jissues/pull/680) About Ternery operators and allowing or disallowing multi-line use. I think multi-line ternary operators could have a benefit, if they improve the readability...
Following what other Coding standards using PHPCS are doing, We should consider dropping PHPCS 2.x support by August 31, 2018 Example of what another Coding standard is doing (details of...
Add new sniff for checking Control structure brackets are on a new line Add new test for the new sniff checking Control structure brackets are on a new line
Reference issue #7 some libraries and functions conflict with PWM use, avoiding PWM pins on Timer 1 on the uno or Timer 5, or timer 2, on the mega -...
Correct missing profile improvement from 0.0.6 to set ensure_vertical_shell_thickness = 0 (off) which was missed from #9447 This was mentioned in the previous PR but was missing unfortunately not in...
Add current python versions to testing last tested was 3.8 now current is 3.11
Nose is no longer maintained. Last version was 1.3.7 released in 2015 Options 1. migrate to [nose2](https://github.com/nose-devs/nose2), though it's a different paradigm than the original nose. 2. migrate to Pytest...