Mahmood Tahir

Results 45 comments of Mahmood Tahir

With #215 in, I don't think this is needed anymore

I'm going to close this since this isn't something we want to introduce

@joaquinsfy it looks like it does still register so nothing is really broken.

Curious if it was written manually or generated somehow?

There is a very clear distinction between a `null` value and `nil` for Apollo. Sometimes the Apollo backend would require us to send a `null` value and sometimes not at...

@SimplyDanny I didn't know about this. This might work. Do you know if in this case any further children would still be able to override any rules if they want....

I don't think it works. There is also this comment there > So if you want to use nested configurations, you can't use the --config parameter.

I noticed another issue.. If I pass in the path to lint then the `.swiftlint.yml` config files are not read at all and it only runs the default rules and...

I had opened this new issue #248 to track it. Thanks for the PR. When I worked on it originally I didn't know what fastlane used internally so I ended...

I implemented `CustomDumpStringConvertible` for `NSAttributedString` and while the output works it's not the cleanest. I didn't want to exclude the range but maybe something better could've been done around the...