tests/testthat/core/fun-decs-comments-out.R

f = function(a,
  b,
  c) { # #nolint
  just(one)
}


f = function(a,
  b,
  c) # #nolint
{
  f()
  g()
  f()
  g()
  f()
  g()
  f()
  g()
  f()
  g()
  k()

}
mlr-org/styler.mlr documentation built on Nov. 10, 2024, 12:36 a.m.