Rick Ossendrijver

Results 95 comments of Rick Ossendrijver

Hi @tbroyer, I'm wondering; do you have plans to work on this again in the coming weeks/months? The reason I'm asking is that we are still really interested in this...

Hey, sorry for my late response, I see you already put some effort into introducing some of the Error Prone Support checks, very cool! > Somehow, only the picnic rules...

@msridhar We don't run into this issue, as we always resolve all cases when introducing a new check. In our build, we use: ``` -XepAllErrorsAsWarnings -XepAllSuggestionsAsWarnings ``` combined with the...

@Pankraz76 Have you tried the empty string for `patchChecks`. IIUC that will achieve the behavior you're looking for. In Error Prone Support we have [this script](https://github.com/PicnicSupermarket/error-prone-support/blob/master/apply-error-prone-suggestions.sh#L25) that does apply all...

@Pankraz76 I suspect you might be missing some context here. Refaster is created by Google and the implementation of it actually lives within this repository. Error Prone Support is a...