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: hadolint/hadolint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.2
Choose a base ref
...
head repository: hadolint/hadolint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.3
Choose a head ref
  • 5 commits
  • 11 files changed
  • 3 contributors

Commits on Mar 20, 2022

  1. Update ThirdPartyNotices.txt

    lorenzo committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    7417c87 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. update pre-commit hook

    lorenzo committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8879dd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. formatters: Add GNU style formatter (#801)

    Add a GNU style formatter to Hadolint.
    This formatter enhances Hadolints ability to produce output for
    consumption by other programs, notably the integration with Emacs will
    become easier. GNU style error messages are
    described here: https://www.gnu.org/prep/standards/html_node/Errors.html
    
    This formatter differs in three ways from the default TTY output format:
      - the GNU style has an additional colon after the line number
      - the GNU style has no color output
      - the GNU style includes the name of the program (hadolint) in the
        output, since Hadolint is not an interactive program
    
    Adding a new formatter instead of modifying the existing TTY
    formatter avoids breaking backwards compatibility. Since the differences
    only matters when consuming Hadolint's output with another program,
    configuring Hadolint to use this formatter does not hurt usability
    either.
    
    fixes: #766
    m-ildefons authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    df231d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    1820523 View commit details
    Browse the repository at this point in the history
  2. Update ThirdPartyNotices.txt

    lorenzo committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    346e419 View commit details
    Browse the repository at this point in the history
Loading