Ruben Bridgewater
Ruben Bridgewater
This adds a couple new entries or increases the support depending on newer data. I checked ncurses, tput, supports-color, and termstandard on github. Most updates are from supports-color.
I am happy to nominate Giovanni Bucci (@puskin) as collaborator. He contributed multiple bigger features in assert (e.g., the initial partial deep strict equal implementation), to util (myers diff algorithm),...
### Version 21.5.0 ### Platform ```text Darwin COMP-F2RFYQPYC7 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:32:50 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6041 arm64 arm Darwin ``` ### Subsystem module ### What steps...
### Description I have stumbled upon code a couple of times that first assigns an array and then pushes values unconditionally. That is not ideal, since it requires the array...
### Description I very much like the no-negated-condition rule in almost all cases. There are however cases where the negation improves readability: when having a very short negation condition and...
### Description The rule itself is great and works correct, it is just a bit strict for some code bases. I would like to activate the rule, while only partially...
### Description When using arguments throughout the code, it is sometimes not easy to change those to use the spread notation. It would be great to have an option to...
### Description When comparing strict equality of two entries and that another condition must be true for one of the conditions, I often see that both conditions are checked individually...
This allows to opt into a different way to place pg query comments. It ports #5125 by @andreas and I decided to rename the option and actually re-add the original...
Port #5813 (If I am not mistaken, the secrets are not available to dependabot. We should handle this differently, until then, I decided to just port this PR)