Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18836
Change subject: IMPALA-11398: Ignore Flake8 rule E126 ...................................................................... IMPALA-11398: Ignore Flake8 rule E126 In Impala we use 2 spaces for indentation, however for continuation lines we use 4 spaces (or more if it makes the code look nicer). This violates Flake8's rule E126 which generates noise during code reviews. This patch adds E126 to the list of ignored rules. Change-Id: I1beb76feed90ee524d5c2c27487561891958e54c --- M setup.cfg 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/36/18836/1 -- To view, visit http://gerrit.cloudera.org:8080/18836 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1beb76feed90ee524d5c2c27487561891958e54c Gerrit-Change-Number: 18836 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
