You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/descriptors/ansible_ansible_lint.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Ansible-lint helps teams maintain consistent, secure, and well-structured Ansibl
30
30
31
31
## ansible-lint documentation
32
32
33
-
- Version in MegaLinter: **25.11.1**
33
+
- Version in MegaLinter: **25.12.0**
34
34
- Visit [Official Web Site](https://ansible-lint.readthedocs.io/){target=_blank}
35
35
- See [How to configure ansible-lint rules](https://ansible-lint.readthedocs.io/configuring/#configuration-file){target=_blank}
36
36
- If custom `.ansible-lint` config file isn't found, [.ansible-lint](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.ansible-lint){target=_blank} will be used
Copy file name to clipboardExpand all lines: docs/descriptors/go_golangci_lint.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Golangci-lint is the industry standard for Go code quality and is used by thousa
55
55
56
56
## golangci-lint documentation
57
57
58
-
- Version in MegaLinter: **2.6.2**
58
+
- Version in MegaLinter: **2.7.1**
59
59
- Visit [Official Web Site](https://golangci-lint.run/){target=_blank}
60
60
- See [How to configure golangci-lint rules](https://golangci-lint.run/usage/configuration/#config-file){target=_blank}
61
61
- If custom `.golangci.yml` config file isn't found, [.golangci.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.golangci.yml){target=_blank} will be used
@@ -172,7 +172,7 @@ Use "golangci-lint [command] --help" for more information about a command.
Copy file name to clipboardExpand all lines: docs/descriptors/java_pmd.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ description: How to use pmd (configure, ignore files, ignore errors, help & vers
21
21
22
22
## pmd documentation
23
23
24
-
- Version in MegaLinter: **7.18.0**
24
+
- Version in MegaLinter: **7.19.0**
25
25
- Visit [Official Web Site](https://pmd.github.io/){target=_blank}
26
26
- See [How to configure pmd rules](https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_userdocs_configuring_rules.html){target=_blank}
27
27
- If custom `java-pmd-ruleset.xml` config file isn't found, [java-pmd-ruleset.xml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/java-pmd-ruleset.xml){target=_blank} will be used
Copy file name to clipboardExpand all lines: docs/descriptors/php_php_cs_fixer.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ description: How to use php-cs-fixer (configure, ignore files, ignore errors, he
25
25
26
26
## php-cs-fixer documentation
27
27
28
-
- Version in MegaLinter: **3.90.0**
28
+
- Version in MegaLinter: **3.91.2**
29
29
- Visit [Official Web Site](https://cs.symfony.com/){target=_blank}
30
30
- See [How to configure php-cs-fixer rules](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/config.rst){target=_blank}
31
31
- If custom `.php-cs-fixer.dist.php` config file isn't found, [.php-cs-fixer.dist.php](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.php-cs-fixer.dist.php){target=_blank} will be used
Copy file name to clipboardExpand all lines: docs/descriptors/python_mypy.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ description: How to use mypy (configure, ignore files, ignore errors, help & ver
30
30
31
31
## mypy documentation
32
32
33
-
- Version in MegaLinter: **1.18.2**
33
+
- Version in MegaLinter: **1.19.0**
34
34
- Visit [Official Web Site](https://mypy.readthedocs.io/en/stable/){target=_blank}
35
35
- See [How to configure mypy rules](https://mypy.readthedocs.io/en/stable/config_file.html){target=_blank}
36
36
- If custom `.mypy.ini` config file isn't found, [.mypy.ini](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.mypy.ini){target=_blank} will be used
@@ -135,7 +135,7 @@ command line flags. For more details, see:
Copy file name to clipboardExpand all lines: docs/descriptors/python_ruff.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ description: How to use ruff (configure, ignore files, ignore errors, help & ver
20
20
21
21
## ruff documentation
22
22
23
-
- Version in MegaLinter: **0.14.7**
23
+
- Version in MegaLinter: **0.14.8**
24
24
- Visit [Official Web Site](https://github.com/astral-sh/ruff#readme){target=_blank}
25
25
- See [How to configure ruff rules](https://docs.astral.sh/ruff/configuration/){target=_blank}
26
26
- If custom `.ruff.toml` config file isn't found, [.ruff.toml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.ruff.toml){target=_blank} will be used
@@ -143,8 +143,8 @@ For help with a specific command, see: `ruff help <command>`.
0 commit comments