Danny Mösch
Danny Mösch
> Not sure what the best way is to go from here ... See for example `ExpiringTodoRule`. You can pass the options to skip certain tests to every example or...
Merged. 😊 Thanks for all the work @mildm8nnered!
@shibotong is right. Version 0.9.2 is nearly 7 years old! Please try with the most recent version 0.50.3.
SwiftLint switched to a somehow stable release tag of SwiftSyntax only after the 0.50.3 release. So the "unstable version" error should disappear with the next SwiftLint release.
> I added a CHANGELOG notice, and a little bit of documentation to the README. I did see a Chinese and Korean README as well - not sure how you...
Adding `all` in all method calls is error prone. Either hard-code it in the method body or put it by default into `invalidRuleIdsWarnedAbout`. All not quite clean, but a special...
> Thinking about this case, the disabled_rules section comes into my mind. We should also make sure that using all there leads to an error or a warning, because that...
> > > Thinking about this case, the disabled_rules section comes into my mind. We should also make sure that using all there leads to an error or a warning,...
> Is there some kind of general issue with the thread sanitiser checks? I first thought it was somehow caused by my change. When the second one failed too, it...
The responsible job has been removed in #4701. Another rebase should fix your PR build.