Eugene Berdnikov

Results 3 issues of Eugene Berdnikov

#### Checklist: - [ ] Correct file headers (see CONTRIBUTING.md) (not needed). - [x] Formatted with [SwiftFormat](https://github.com/nicklockwood/SwiftFormat). - [x] Tests added. #### Changes proposed in this pull request: Use `BlockCipher.blockSize`...

The rule tries to catch using of mutable property as a hash value, which might violate `Hashable` protocol requirements and lead to unexpected behavior (an example might be found [in...

This fix is proposed as PR in original repository (paulcbetts/ModernHttpClient#180) almost 8 months ago, but there are still no any replies. I found the fix very useful. It will be...