Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further improvements to existing rules #13

Merged
merged 4 commits into from
Jun 29, 2022
Merged

Commits on Jun 28, 2022

  1. Further improvements to existing rules

    - allow variable reference for Variable.get
    - allow from-imports in UseFunctionLevelImports rule
    - allow all combinations of Variable.get calls
    - remove import_finder
    - refactoring
    - update poetry deps
    - update docs
    feluelle committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c0709b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Respect scopes in UseJinjaVariableGet

    - reorder test cases and add comments
    feluelle committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d2ec342 View commit details
    Browse the repository at this point in the history
  2. Add test case for unsupported Variable.get parents types

    - ignore coverage for airflint/__main__.py
    feluelle committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4f15392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    688ead2 View commit details
    Browse the repository at this point in the history