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/json_eslint_plugin_jsonc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ description: How to use eslint-plugin-jsonc (configure, ignore files, ignore err
15
15
16
16
_This linter has been disabled in this version_
17
17
18
-
_Disabled reason: Bug in eslint-plugin-jsonc: <https://github.com/ota-meshi/eslint-plugin-jsonc/issues/328>_
18
+
_Disabled reason: Bug in eslint-plugin-jsonc: https://github.com/ota-meshi/eslint-plugin-jsonc/issues/328_
19
19
20
20
**eslint-plugin-jsonc** uses eslint to lint [**json**](https://www.json.org/), [**jsonc**](https://github.com/microsoft/node-jsonc-parser) and [**json5**](https://json5.org/) (extended JSON with comments & more).
Copy file name to clipboardExpand all lines: docs/descriptors/python_flake8.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: How to use flake8 (configure, ignore files, ignore errors, help & v
9
9
10
10
## flake8 documentation
11
11
12
-
- Version in MegaLinter: **7.2.0**
12
+
- Version in MegaLinter: **7.3.0**
13
13
- Visit [Official Web Site](https://flake8.pycqa.org){target=_blank}
14
14
- See [How to configure flake8 rules](https://flake8.pycqa.org/en/latest/user/configuration.html#project-configuration){target=_blank}
15
15
- If custom `.flake8` config file isn't found, [.flake8](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.flake8){target=_blank} will be used
@@ -192,16 +192,16 @@ pyflakes:
192
192
--builtins BUILTINS define more built-ins, comma separated
0 commit comments