Maksym Grebenets

Results 26 comments of Maksym Grebenets

Having this same issue too. - GitHub Enterprise version `2.13.5` - SwiftLint version `0.25.1`, specifying via `swiftlint.binary_path`. SwiftLint finds the issues but all I get is this: ![image](https://user-images.githubusercontent.com/350654/43297190-1cb699fc-9193-11e8-81ac-79155b2a5e8f.png) And no...

UPD: false alarm. So `swiftlint.max_num_violations = 0` will cause it to send `0` issues to the GitHub. After removing that line all inline comments work 👍

Hi. You can have whatever corners you want. Just make your own rectangular image, like the one in samples but with non-rounded corners and set it using ``` objective-c +...

+1. Some CI configurations have multiple Xcode apps installed and actually don't have `/Applications/Xcode.app`. I'd say the plugin should have an optional parameter for passing in Xcode path. So the...

I am still using calabash-ios setup script. I wouldn't say there's real demand for it. Would be a "nice to have" feature.

Just verified one more time. If I add table view ad a chile to (CCNode 1).parent, which is CCLayer, then everything works as expected. Does this mean SWTableView can only...