Timofey Solonin

Results 26 issues of Timofey Solonin

This PR: * Makes `duplicate_imports` rule correctable. * Fixes an issue where more than one duplicate resulted in redundant violations being reported. For example in this file: ```swift import Foundation...

## Context 🕵️‍♀️ I've recently had to work on a configuration where a target in a project depends on a product produced by a target in a different project. The...

Right now its very hard to run "unit" tests because ganache integration tests are in the same testing target. We should split them and run separately when needed.

I think it would be beneficial to replace the current Example folder with an SPM manifest as it is more flexible and doesn't rely on xcode

Let's update to the latest swift version

We should write more unit tests for complex ABI encoding case as was proposed in #176

Ganache and any other necessary dependencies should be launched as a part of the `All-Tests` scheme.

Let's make some piece of software to import jazzy generated wiki to [web3swift.io](url) when `develop` branch gets updated

`Signature` dependency is very likely to be error prone. It should be verified (and maybe rectified).

We shouldn't use ternary conditional operator. Let's stick with `Ternary` or use `if else` instead and enforce it though swiftlint.