Skip to content

Commit

Permalink
[R] fix lintr exclude (#11090)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes authored Dec 11, 2024
1 parent a584757 commit 376009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/R/xgb.train.R
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ xgb.train <- function(params = xgb.params(), data, nrounds, evals = list(),
return(bst)
}

# nolint start: line_length_linter
# nolint start: line_length_linter.
#' @title XGBoost Parameters
#' @description Convenience function to generate a list of named XGBoost parameters, which
#' can be passed as argument `params` to [xgb.train()]. See the [online documentation](
Expand Down

0 comments on commit 376009c

Please sign in to comment.