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: super-linter/super-linter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.9.0
Choose a base ref
...
head repository: super-linter/super-linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 9 commits
  • 89 files changed
  • 2 contributors

Commits on Aug 14, 2024

  1. chore: remove file_array leftovers (#6018)

    Remove the initialization of FILE_ARRAY_xxx variables because worker.sh
    dynamically initializes them already.
    ferrarimarco authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d9bf945 View commit details
    Browse the repository at this point in the history
  2. fix!: remove sql-lint (#5991)

    sql-lint is unmaintained, and its dependencies are impacted by several
    vulnerabilities.
    ferrarimarco authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    48d5391 View commit details
    Browse the repository at this point in the history
  3. fix: remove intro text from stdout and stderr (#6020)

    - Remove introductory text from stdout and stderr files.
    - Always create stdout and stderr files, not only when there are errors.
    ferrarimarco authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3d3274d View commit details
    Browse the repository at this point in the history
  4. fix!: remove undocumented secondary extension case (#5983)

    Remove an undocumented corner case that might cause Super-linter to
    consider a configuration value for a configuration file that points to a
    non-existing YAML file as valid. Before this change, Super-linter falls
    back to a yml (yaml) extension if the configuration value points to a
    non-existing file with a yaml (yml) extension. This workaround dates
    back to when Super-linter didn't support customizing configuration file
    names.
    
    Now, if the configuration file doesn't exist, Super-linter throws a
    fatal error so users can fix their configuration instead.
    ferrarimarco authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9131ef7 View commit details
    Browse the repository at this point in the history
  5. fix: avoid concurrent edits to the same file (#6027)

    Reduce the number of processes to 1 if at least one FIX_xxxx variable is
    set to true. This avoids that Parallel runs multiple processes that
    might edit the same file at the same time.
    ferrarimarco authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2f0ac20 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    2664cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1080af3 View commit details
    Browse the repository at this point in the history
  3. feat: prettier for additional languages (#6025)

    - CSS, Sass, SCSS
    - HTML
    - JSON
    - JSX
    - GraphQL
    - Vue
    - YAML
    ferrarimarco authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1d12a31 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 7.0.0 (#6026)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    02a1172 View commit details
    Browse the repository at this point in the history
Loading