not lint equal sign using the lintr package

41 Views Asked by At

I have the following configuration in my ~/.lintr file

linters: linters_with_defaults(
     assignment_linter = NULL
)

But I am getting this:

enter image description here

Any idea of what I could change to make it work?

1

There are 1 best solutions below

1
oskar_matzerath On

Look at this post, it seems DCF files are finicky about indentation, and line ends:

linters: with_defaults(
  assignment_linter = NULL
  )