----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52939/#review153007 -----------------------------------------------------------
src/cli_new/pylint.config (line 13) <https://reviews.apache.org/r/52939/#comment222220> I see a single 2 character variable name `io` here: https://reviews.apache.org/r/52953/diff/1#0 -- Line 306 I think a longer variable name is reasonable there. `ip` can be added to the `good-names`. - Joseph Wu On Oct. 17, 2016, 1:11 p.m., Kevin Klues wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52939/ > ----------------------------------------------------------- > > (Updated Oct. 17, 2016, 1:11 p.m.) > > > Review request for mesos and Joseph Wu. > > > Bugs: MESOS-5676 > https://issues.apache.org/jira/browse/MESOS-5676 > > > Repository: mesos > > > Description > ------- > > Updated CLI pylint configuration to allow 2 character variable names. > > > Diffs > ----- > > src/cli_new/pylint.config c398220db063d249e6c62cf7e8cd6757e7860630 > > Diff: https://reviews.apache.org/r/52939/diff/ > > > Testing > ------- > > > Thanks, > > Kevin Klues > >
