-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pipe on end of commented code prior to checking parsability (#…
…2672) * fix: remove base pipe from end of line before detecting parsability * fix: remove magrittr pipe from end of line before detecting parsability * feat: add test * chore: add commented code linter ignoring end pipe to news * fix: seperate tests for magrittr/base pipe to allow for minimum R version * refac: check for trailing comma/pipes in one fn call * chore: minor rewording of news Co-authored-by: AshesITR <[email protected]> * avoid extra nesting * further condense test code --------- Co-authored-by: AshesITR <[email protected]> Co-authored-by: Michael Chirico <[email protected]>
- Loading branch information
1 parent
1db7cc7
commit 5bc4dbe
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters