Skip to content

Commit 86fb83f

Browse files
nvuillammegalinter-bot
authored andcommitted
[MegaLinter] Apply linters fixes
1 parent 1ac804f commit 86fb83f

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

docs/descriptors/lua_selene.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: How to use selene (configure, ignore files, ignore errors, help & v
99

1010
_This linter has been disabled in this version_
1111

12-
_Disabled reason: https://github.com/Kampfkarren/selene/issues/662_
12+
_Disabled reason: <https://github.com/Kampfkarren/selene/issues/662>_
1313

1414
**Selene** is a blazing-fast modern Lua linter written in Rust that provides comprehensive static analysis for Lua code. It offers extensive configurability and can be tailored to specific Lua environments like Roblox, World of Warcraft addons, or standard Lua.
1515

docs/descriptors/repository_gitleaks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ If MegaLinter with gitleaks runs against a PR on a platform not listed above, an
3434

3535
You can still choose to scan only PR commits in your CI/CD platform by setting the following MegaLinter environment variables:
3636

37-
- `PULL_REQUEST=true`\*
38-
- `REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true`
39-
- `REPOSITORY_GITLEAKS_PR_SOURCE_SHA` with last commit sha from your PR and `REPOSITORY_GITLEAKS_PR_TARGET_SHA` commit sha from your target branch (for example, `main` if you do PR to main branch)
37+
- `PULL_REQUEST=true`\*
38+
- `REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true`
39+
- `REPOSITORY_GITLEAKS_PR_SOURCE_SHA` with last commit sha from your PR and `REPOSITORY_GITLEAKS_PR_TARGET_SHA` commit sha from your target branch (for example, `main` if you do PR to main branch)
4040

4141
Example commands:
4242

43-
- Source commit SHA:
43+
- Source commit SHA:
4444
```bash
4545
git rev-list -n 1 refs/remotes/origin/<source_branch>
4646
```
4747

48-
- Target commit SHA:
48+
- Target commit SHA:
4949
```bash
5050
git rev-parse refs/remotes/origin/<target_branch>
5151
```

docs/used-by-stats.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ The package is widely adopted across diverse technical ecosystems, particularly
88

99
Several high-profile open-source repositories depend on this package, including:
1010

11-
* `nektos/act` (69,362 stars)
11+
* `nektos/act` (69,362 stars)
1212

13-
* `PRQL/prql` (10,757 stars)
13+
* `PRQL/prql` (10,757 stars)
1414

15-
* `IlanCosman/tide` (3,987 stars)
15+
* `IlanCosman/tide` (3,987 stars)
1616

17-
* `uxlfoundation/oneDNN` (3,960 stars)
17+
* `uxlfoundation/oneDNN` (3,960 stars)
1818

19-
* `privacyguides/privacyguides.org` (3,910 stars)
19+
* `privacyguides/privacyguides.org` (3,910 stars)
2020

21-
* `ever-co/ever-gauzy` (3,571 stars)
21+
* `ever-co/ever-gauzy` (3,571 stars)
2222

23-
* `stepancheg/rust-protobuf` (2,971 stars)
23+
* `stepancheg/rust-protobuf` (2,971 stars)
2424

25-
* `PowerDNS-Admin/PowerDNS-Admin` (2,766 stars)
25+
* `PowerDNS-Admin/PowerDNS-Admin` (2,766 stars)
2626

27-
* `meichthys/foss_photo_libraries` (2,716 stars)
27+
* `meichthys/foss_photo_libraries` (2,716 stars)
2828

29-
* `cisagov/ScubaGear` (2,489 stars)
29+
* `cisagov/ScubaGear` (2,489 stars)
3030

3131
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=5508&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
3232
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2648&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)

0 commit comments

Comments
 (0)