Skip to content

Commit 20594c5

Browse files
authored
Merge branch 'main' into patch-1
2 parents edcfe83 + 6667012 commit 20594c5

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

docs/reference/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3552,19 +3552,19 @@ markdownlint-cli2 is a static analysis tool to enforce standards and consistency
35523552

35533553
markdownlint-cli2 is a static analysis tool to enforce standards and consistency for Markdown files.
35543554

3555-
### OXC
3555+
### Oxlint
35563556

3557-
OXC is a JavaScript/TypeScript linter written in Rust.
3557+
Oxlint is a JavaScript/TypeScript linter for OXC written in Rust.
35583558

3559-
#### Enable OXC
3559+
#### Enable Oxlint
35603560

35613561
<Tabs groupId="config-setting">
35623562
<TabItem value="web-ui" label="Web UI">
35633563
<table>
35643564
<tbody>
35653565
<tr>
35663566
<td><strong>Location</strong></td>
3567-
<td>Review > Tools > Enable OXC</td>
3567+
<td>Review > Tools > Enable Oxlint</td>
35683568
</tr>
35693569
<tr>
35703570
<td><strong>Default</strong></td>
@@ -3591,7 +3591,7 @@ OXC is a JavaScript/TypeScript linter written in Rust.
35913591
</TabItem>
35923592
</Tabs>
35933593

3594-
OXC is a JavaScript/TypeScript linter written in Rust.
3594+
Oxlint is a JavaScript/TypeScript linter for OXC written in Rust.
35953595

35963596
### PHPStan
35973597

docs/tools/dotenv.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1212

1313
[Dotenv Linter](https://github.com/dotenv-linter/dotenv-linter) is a lightning-fast linter for `.env` files. It helps ensure your environment files are consistent, typo-free, and follow best practices.
1414

15+
## Files
16+
17+
Dotenv Linter will run on files with the following patterns:
18+
19+
- `**/.env`
20+
- `**/.env.*`
21+
22+
We will not run against files that do not start with `.env` (e.g., `test.env`). However `.env.dev` or `.env.local` is fine.
23+
1524
:::note
1625

1726
Dotenv Linter does not require configuration to run and automatically anlysises `.env` files. If no configuration file is found, it will use default settings.

sidebars.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,21 @@ const sidebars: SidebarsConfig = {
176176
"tools/list",
177177
"tools/actionlint",
178178
"tools/biome",
179+
"tools/brakeman",
179180
"tools/buf",
181+
"tools/checkmake",
180182
"tools/checkov",
181183
"tools/circleci",
184+
"tools/clippy",
182185
"tools/cppcheck",
183186
"tools/detekt",
187+
"tools/dotenv",
184188
"tools/eslint",
185189
"tools/flake8",
186190
"tools/gitleaks",
187191
"tools/golangci-lint",
188192
"tools/hadolint",
193+
"tools/htmlhint",
189194
"tools/languagetool",
190195
"tools/luacheck",
191196
"tools/markdownlint",
@@ -196,6 +201,7 @@ const sidebars: SidebarsConfig = {
196201
"tools/pipeline-remediation",
197202
"tools/pmd",
198203
"tools/prisma-lint",
204+
"tools/pylint",
199205
"tools/regal",
200206
"tools/rubocop",
201207
"tools/ruff",

static/schema/schema.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -899,12 +899,12 @@
899899
"enabled": {
900900
"type": "boolean",
901901
"default": true,
902-
"description": "Enable OXC | OXC is a JavaScript/TypeScript linter written in Rust. | v0.16.10"
902+
"description": "Enable Oxlint | Oxlint is a JavaScript/TypeScript linter for OXC written in Rust. | v0.16.10"
903903
}
904904
},
905905
"additionalProperties": false,
906906
"default": {},
907-
"description": "OXC is a JavaScript/TypeScript linter written in Rust."
907+
"description": "Oxlint is a JavaScript/TypeScript linter for OXC written in Rust."
908908
},
909909
"shopifyThemeCheck": {
910910
"type": "object",

0 commit comments

Comments
 (0)