[
https://issues.apache.org/jira/browse/AVRO-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael A. Smith updated AVRO-2613:
-----------------------------------
Description:
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.
was:
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.
This ticket is to track those individual changes until the ignore list is more
reasonable and the linting itself effective.
> 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)