diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e8359d955..6a6df59b64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - New linters - Fixes + - Fix clang-format documentation links to point to the correct version. Fixes [#3452](https://github.com/oxsecurity/megalinter/issues/3452) - Fix conflict between prettier and yamllint about spaces - Ensure [trufflehog](https://github.com/trufflesecurity/trufflehog) does not auto-update itself - Salesforce linters: use sf + default Flow Scanner rules diff --git a/megalinter/descriptors/c.megalinter-descriptor.yml b/megalinter/descriptors/c.megalinter-descriptor.yml index 8fd8c1acd30..c207ff639ae 100644 --- a/megalinter/descriptors/c.megalinter-descriptor.yml +++ b/megalinter/descriptors/c.megalinter-descriptor.yml @@ -30,10 +30,10 @@ linters: name: C_CLANG_FORMAT descriptor_flavors: - c_cpp - linter_url: https://releases.llvm.org/16.0.0/tools/clang/docs/ClangFormat.html + linter_url: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormat.html linter_repo: https://github.com/llvm/llvm-project - linter_rules_url: https://releases.llvm.org/16.0.0/tools/clang/docs/ClangFormat.html - linter_rules_inline_disable_url: https://releases.llvm.org/16.0.0/tools/clang/docs/ClangFormatStyleOptions.html#disabling-formatting-on-a-piece-of-code + linter_rules_url: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormat.html + linter_rules_inline_disable_url: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormatStyleOptions.html#disabling-formatting-on-a-piece-of-code cli_lint_mode: list_of_files cli_help_arg_name: "--help" cli_lint_extra_args: @@ -58,4 +58,4 @@ linters: url: https://marketplace.visualstudio.com/items?itemName=xaver.clang-format emacs: - name: clang-format - url: https://releases.llvm.org/16.0.0/tools/clang/docs/ClangFormat.html#emacs-integration + url: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormat.html#emacs-integration diff --git a/megalinter/descriptors/cpp.megalinter-descriptor.yml b/megalinter/descriptors/cpp.megalinter-descriptor.yml index cc128be5390..ee9e7b686ce 100644 --- a/megalinter/descriptors/cpp.megalinter-descriptor.yml +++ b/megalinter/descriptors/cpp.megalinter-descriptor.yml @@ -40,10 +40,10 @@ linters: name: CPP_CLANG_FORMAT descriptor_flavors: - c_cpp - linter_url: https://releases.llvm.org/16.0.0/tools/clang/docs/ClangFormat.html + linter_url: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormat.html linter_repo: https://github.com/llvm/llvm-project - linter_rules_url: https://releases.llvm.org/16.0.0/tools/clang/docs/ClangFormat.html - linter_rules_inline_disable_url: https://releases.llvm.org/16.0.0/tools/clang/docs/ClangFormatStyleOptions.html#disabling-formatting-on-a-piece-of-code + linter_rules_url: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormat.html + linter_rules_inline_disable_url: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormatStyleOptions.html#disabling-formatting-on-a-piece-of-code cli_lint_mode: list_of_files cli_help_arg_name: "--help" cli_lint_extra_args: @@ -68,4 +68,4 @@ linters: url: https://marketplace.visualstudio.com/items?itemName=xaver.clang-format emacs: - name: clang-format - url: https://releases.llvm.org/16.0.0/tools/clang/docs/ClangFormat.html#emacs-integration + url: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormat.html#emacs-integration