You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add T_and_F_symbol_linter to default_linters
delint zzz.R and remove unnecessary # nolint in the same file
also fix the minor issue #511 while touching zzz.R
fixes#517 and #511
* update NEWS.md
* add T/F symbol to default_linter_testcode.R
* add info comment
* restore line_length lint and no_tab
* sync all versions of default_linter_testcode.R
* Restore trailing whitespace
A proper IDE makes this nigh impossible to produce :D
* Update default_linter_testcode.R
* Update default_linter_testcode.R
* Update default_linter_testcode.R
* fix T_and_F lint in addins.R
* # nocov RStudio addins
* remove unused function named_list, # nocov .onLoad
Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
The tidyverse style guide forbids
T
andF
as shorthand forTRUE
andFALSE
(cf. https://style.tidyverse.org/syntax.html#logical-vectors)Maybe we should add the corresponding linter to the list of default linters?
The text was updated successfully, but these errors were encountered: