Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/eslint/complexity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Deref for Complexity {
declare_oxc_lint!(
/// ### What it does
///
/// Enforces a maximum cyclomatic complexity in a program, which is the number
/// Enforces a maximum [cyclomatic complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity) in a program, which is the number
/// of linearly independent paths in a program.
///
/// ### Why is this bad?
Expand Down
Loading