Mikhail Yakushin

Results 20 comments of Mikhail Yakushin

@hamoid Yes, you are right. You are welcome to submit a PR to fix this error.

@paulodamaso Do you want me to close the issue? The PR (#998) is still open...

The bug is still present... Are there any updates on when it will be fixed? v. 0.17.1

@Slach rultor uses `.rultor.yml` only from master branch, so in order to get rultor to behave differently you have to manually commit and push a new (corrected) version of `.rultor.yml`...

@extsoft As pointed out by @dgroup, I think that Rultor should use only the master branch config.

@extsoft You're right, it makes sense. I am using Github Actions and it works the following way: 1. CI uses config in the according branch 2. Repository forks are not...

@biboran I believe that we should create a custom SwiftLint rule for that. (-ER, not that dictionary solution)

@biboran Let's then keep it as part of the code review process.

@biboran > why 80? For the improvement of readability See [this](https://stackoverflow.com/a/111009/2441104). > it sounds reasonable for the project but how about unit tests? I strongly believe that this rule has...