yohei yoshimuta
yohei yoshimuta
@shaldengeki Hello! I'm interested in using Bazel. It would be really helpful if you could do that work 👍
@bochengyang We already have a disable comment feature. So you can append `// protolint:disable:this MAX_LINE_LENGTH` at the end of the target line to skip the check.
I resolved (worked around ?) with setting contentInset like below. ``` objective-c self.refreshManager = [[MNMBottomPullToRefreshManager alloc] initWithPullToRefreshViewHeight:60.0 tableView:self.tableView withClient:self]; // set the top offset UIEdgeInsets insets = self.tableView.contentInset; insets.top +=...
@carstencodes Thank you for the distribution proposals (#337, #338, #339)! If someone actually wishes to install the binary using these distributions, I have no objections to supporting them. Your contribution...
@BrentHuang protolint doesn't support formatting these curly braces. Is it worth adding this enhancement? Let me know what you think.
@Kresshy Sorry for the late response. At the moment, this feature is not supported. I acknowledge that this feature could be worthwhile.
@stevenschaerer Thanks for the suggestion! I can see the appeal of globs for some users, so adding support for them seems like a great idea. I also like the idea...
Thank you for your suggestion! That sounds fantastic 👍
@scarshad Thank you for reaching out! Currently, protolint does not support the feature regarding the existence of "optional". Is it a common use case to check it for backward compatibility?...