[ https://issues.apache.org/jira/browse/AVRO-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17097351#comment-17097351 ]
ASF subversion and git services commented on AVRO-2613: ------------------------------------------------------- Commit 02f12b87b7a8254b5169c479d44d0e1a5952f1c7 in avro's branch refs/heads/master from Michael A. Smith [ https://gitbox.apache.org/repos/asf?p=avro.git;h=02f12b8 ] AVRO-2613: Fix Linter Complaints (#871) * AVRO-2613: Whitespace Fixes (E1* category) * AVRO-2613: Whitespace (E2* category) * AVRO-2613: Whitespace (E3* category) * AVRO-2613: Whitespace (E5* category) * AVRO-2613: Whitespace (E7* Category) * AVRO-2613: Whitespace (W6* Category) > Incrementally Fix Python Lint Problems > -------------------------------------- > > Key: AVRO-2613 > URL: https://issues.apache.org/jira/browse/AVRO-2613 > Project: Apache Avro > Issue Type: Improvement > Components: python > Reporter: Michael A. Smith > Priority: Minor > > Initially when adding linting in AVRO-2410 we added a ton of "ignore" > statements to avoid making massive stylistic changes to the codebase all at > once. > - [Python 2 Linter > Ignores|https://github.com/apache/avro/blob/master/lang/py/setup.cfg#L23] > - [Python 3 Linter > Ignores|https://github.com/apache/avro/blob/master/lang/py3/setup.cfg#L76] > This ticket is to track those individual changes until the ignore list is > more reasonable and the linting itself effective. -- This message was sent by Atlassian Jira (v8.3.4#803005)