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: oxsecurity/megalinter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.7.1
Choose a base ref
...
head repository: oxsecurity/megalinter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.8.0
Choose a head ref
  • 13 commits
  • 197 files changed
  • 5 contributors

Commits on Aug 28, 2022

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

Commits on Aug 30, 2022

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

Commits on Aug 31, 2022

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

Commits on Sep 1, 2022

  1. Add cli_lint_errors_count to java (#1820)

    In order to parse the amount of errors Checkstyle finds, we need to tell
    the parser which type of message the linter responds with.
    In case of checkstyle, it has a message like Checkstyle ends with
    ([0-9]+) errors which corresponds to `regex_number`. Otherwise
    megalinter will respond always with 1.
    ansraliant authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a9be66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7409b3f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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

Commits on Sep 4, 2022

  1. Update StandardJS VS Code extension identifier (#1829)

    * Update StandardJS VS Code extension identifier
    
    The original extension has been deprecated:
    
    > ⚠️ Warning: This extension version is not actively being maintained. There is a new version published under the `standard` namespace, please install the new version: https://marketplace.visualstudio.com/items?itemName=standard.vscode-standard also available on open-vsx registry: https://open-vsx.org/extension/standard/vscode-standard
    
    * Update CHANGELOG.md
    parkerbxyz authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    60eea31 View commit details
    Browse the repository at this point in the history
  2. Run MegaLinter pre-commit hooks serially (#1827)

    * Update mega-linter-runner v6 pre-commit hook docs.
    
    When the pre-commit hooks were updated from v5 to v6, the corresponding
    documentation in the auto-generated docs/mega-linter-runner.md was
    updated by mistake, so the documentation was immediately overwritten.
    Update the source file mega-linter-runner/README.md instead this time.
    
    * Run MegaLinter pre-commit hooks serially (#1826).
    
    MegaLinter runs linters in parallel. Instruct pre-commit not to run
    multiple instances of MegaLinter itself to prevent fork-bombing. This
    also prevents the megalinter-full hook from redundantly running each
    project linter once per MegaLinter invocation, which is both wasteful
    and can lead to race conditions.
    
    Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@gmail.com>
    Kurt-von-Laven and nvuillam authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    22ca6ab View commit details
    Browse the repository at this point in the history
  3. Convert SARIF to human readable text (#1825)

    * Convert SARIF to human readable text v0
    
    * Build
    
    * Use stdout_human when necessary
    
    * use rustup sh to install rust
    
    * Fix call to sarif-fmt
    
    * flake8 fix
    
    * [MegaLinter] Apply linters fixes
    
    * changelog
    
    * [MegaLinter] Apply linters fixes
    
    Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
    nvuillam and nvuillam authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    b1a4002 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    501032a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26beffb View commit details
    Browse the repository at this point in the history
  6. Release MegaLinter v6.8.0

    nvuillam committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    5bd2d83 View commit details
    Browse the repository at this point in the history
Loading