Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ansible/ansible-lint Loading
base: v6.8.2
Choose a base ref
...
head repository: ansible/ansible-lint Loading
compare: v6.8.3
Choose a head ref
  • 7 commits
  • 21 files changed
  • 4 contributors

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    aa1ed71 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    f3a3fe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5e194 View commit details
    Browse the repository at this point in the history
  3. Fix merging of command line options with configuration (#2616)

    Fixed bug which prevented use of command line options that were
    booleans or scalar when these were also defined in configuration file.
    
    The root cause was that the did not pop them from the dictionary when
    the command line options where present.
    ssbarnea committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ce526bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8a6871 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Detect ScannerError while searching for skipped rules (#2619)

    * Do not crash when encountering ScannerError while searching for skipped rules.
    
    * Log exception
    
    Co-authored-by: Sorin Sbarnea <[email protected]>
    felixfontein and ssbarnea committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    9be4903 View commit details
    Browse the repository at this point in the history
  2. Add warning message about outdated linter version (#2615)

    Checks every 24h if current version is latest and prints warning
    message if so. If HTTP requests fails, no error is displayed.
    ssbarnea committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    08a8989 View commit details
    Browse the repository at this point in the history
Loading