flintrocks / flint

The Flint Programming Language for Smart Contracts
MIT License
2 stars 0 forks source link

Fix Swiftlint & Truffle version #137

Closed nvgrw closed 5 years ago

nvgrw commented 5 years ago

Fix the swiftlint version to 0.29.0, the last known to work locally on my version of macOS. This way we protect ourselves from new rules being introduced to swiftlint that break our CI. Fixed truffle version to 4.1.14 in travis.

nvgrw commented 5 years ago

If the CI passes, then this is the right version. If not I'll have to lower it and try again.

Aurel300 commented 5 years ago

I guess it wasn't the right version?

nvgrw commented 5 years ago

The linting no longer fails.. it’s a solidity error in the tests now?

nvgrw commented 5 years ago

Okay seems like we need to fix the solidity compiler version as well!

nvgrw commented 5 years ago

It wasn't actually solc, it was truffle. Updated.