Skip to content

Commit aeb737b

Browse files
link and note fixes
1 parent eae7b4c commit aeb737b

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

docs/tools/oxlint.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,15 @@ Oxlint supports the following configuration file:
3636

3737
:::note
3838

39-
Oxlint does not require configuration to run. If no Oxlint config file is found and Biome is enabled, CodeRabbit will use Biome instead as Oxlint functionality is included within Biome. If Biome is not enabled or an Oxlint config file is found, CodeRabbit will use the default Oxlint config.
39+
If no Oxlint config file is found and Biome is enabled, CodeRabbit will use Biome instead as Oxlint functionality is included within Biome.
4040

41-
:::
42-
43-
## Integration Details
41+
If Biome is not enabled or an Oxlint config file is found, CodeRabbit will use the `.oxlintrc.json` Oxlint config to run.
4442

45-
When running Oxlint, CodeRabbit:
43+
Oxlint does not require configuration to run if Biome is disabled and Oxlint is enabled.
4644

47-
1. Checks if Oxlint is enabled in your configuration
48-
2. Verifies if a `.oxlintrc.json` configuration file exists
49-
3. Processes files in parallel with a limit of 5 concurrent tasks
50-
4. Uses the `--format=json` and `--deny-warnings` flags for consistent output
51-
5. Maps the output to standardized findings with:
52-
- Start line number
53-
- End line number
54-
- Error message
55-
- Category (rule code)
56-
- Severity level
45+
:::
5746

5847
## Links
5948

60-
- [Oxlint GitHub Repository](https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.16.10)
49+
- [Oxlint GitHub Repository](https://github.com/oxc-project/oxc/releases/)
6150
- [Oxlint Website](https://oxc.rs/docs/guide/usage/linter)

0 commit comments

Comments
 (0)