forked from scribd/pylint-airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A bunch of refactor items: - Break the OperatorChecker into more methods/functions - Each pylint rule we implement has a corresponding `check_<rule>()` method, isolating the logic of the check from how we procure the nodes needed to compute the check result - Test the `check` methods individually - Use a custom dataclass for extracting the task/operator parameters from an assignment node - Move the pylint MSGS to the top of each module for easier reading
- Loading branch information
1 parent
9d8bc18
commit 0915c73
Showing
3 changed files
with
320 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.