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
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub struct MaxLinesPerFunctionConfig {
/// The `IIFEs` option controls whether IIFEs are included in the line count.
/// By default, IIFEs are not considered, but when set to `true`, they will
/// be included in the line count for the function.
#[serde(rename = "IIFEs")]
iifes: bool,
}

Expand Down
Loading