You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/07/18 11:03:00 UTC

[jira] [Commented] (AVRO-2410) Support Linting in CI/CD

    [ https://issues.apache.org/jira/browse/AVRO-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16887879#comment-16887879 ] 

ASF subversion and git services commented on AVRO-2410:
-------------------------------------------------------

Commit 85fe67126ac9c732d8cdc58ec3c2ef23288c27d6 in avro's branch refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=85fe671 ]

AVRO-2410: Framework for Linting (#569)

* AVRO-2410: build.sh Framework for Linting

* AVRO-2410: Sort Python Imports with isort

* AVRO-2410: Sort Python3 Imports with isort


> Support Linting in CI/CD
> ------------------------
>
>                 Key: AVRO-2410
>                 URL: https://issues.apache.org/jira/browse/AVRO-2410
>             Project: Apache Avro
>          Issue Type: Task
>            Reporter: Michael A. Smith
>            Priority: Major
>
> I want to enable the .editorconfig for python (which is current commented out.) To do that, we need to settle on some kind of consistency in both python3 and python lang bases. The formatting tool [black|https://github.com/python/black] is somewhat of a de-facto standard now, but doesn't support python-2-only syntax, so in order to get there, we need to fix the lang/py codebase.
> I intend to do the minimum to get formatting standardized – not to attempt to fully modernize the python codebase, but to maintain the existing functionality and make it so black doesn't error out parsing it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)