Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dragosmg
Copy link
Collaborator

@dragosmg dragosmg commented Dec 1, 2020

closes #641

still to-do:

  • name for the secondary lintr config file - it will be named .lintr_new
  • content of the secondary config file - content added as
linters: with_defaults(
    line_length_linter = line_length_linter(120),
    T_and_F_symbol_linter = T_and_F_symbol_linter
  )
exclusions: list(
  "tests/testthat/dummy_packages",
  "tests/testthat/knitr_formats",
  "tests/testthat/knitr_malformed",
  "inst",
  "vignettes"
 )
  • check the double exclusion of files gives the intended result
  • change the lint workflow to exclude changed files (linted here)? - no, the main lint workflow will be left as is
  • add news note?

Copy link
Collaborator

@AshesITR AshesITR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks a lot!

The build failure was a sporadic HTTP 502 so no real error.

@dragosmg dragosmg marked this pull request as ready for review December 2, 2020 18:31
@AshesITR AshesITR merged commit 430d28a into r-lib:master Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Find changed files and apply a different .lintr config

2 participants