Eddie Aftandilian

Results 14 comments of Eddie Aftandilian

#667 - Enable all default warning level checks. (We disable them in Bazel since we inside Google we surface those at code review time) @davido

@hkdennis2k, yes, a configuration file is definitely in scope for this. Please vote for this comment if you want to specify configuration via a file rather than command-line flags.

We would be happy to take a pull request, if anyone wants to take this on.

It looks like `org.joda.time.DateTimeZone`, `java.util.TimeZone`, and `java.time.ZoneId` all have `getAvailableIDs` methods that enumerate all valid ID strings, so we could just check against those. We have edit distance already in...