Christopher Fuller
Christopher Fuller
> v0.16.4 is available via `pip3 install -U gita` @nosarthur Installed! 👍 A couple things I took note of: - The brackets should expand to the width of the one...
> Full alignment would require us to get status for all repos first. It would cause the terminal to be frozen if there are hundreds of repos (I don't know...
Sounds great. Thank you! 👍
@nosarthur Thank you for making these changes! ❤️ This is great! There are a couple additional items I would kindly suggest: - Include `$` symbol when there are stashed changes...
Reading through the comments, it really feels like the decision to have `let someBool: Bool = true` violate a rule named `RedundantTypeAnnotation` was possibly not the best decision in the...
@SimplyDanny Thank you for weighing in. Very much appreciated 👍 So, to confirm, you are suggesting that on this PR, the `ignore_booleans` option be renamed to `consider_default_literal_types_redundant`, defaulted to `true`,...
@SimplyDanny Sounds good 👍 … `consider_default_literal_types_redundant` will default to `false`. Thank you for confirming that. And may treating `Int`, `Double` and `String` literals as redundant be added on a separate...
@SimplyDanny The rewrite of the rule with SwiftSyntax makes this much more straightforward! Very cool! 👍 @garricn Thank you for implementing this! ❤️
@SimplyDanny Thanks for all your guidance and attention on this! Very much appreciated ⭐ @garricn Great work! Thank you again for making this improvement.
@SimplyDanny That's great! 👏