-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add param `function_braces` to `brace_linter()` * refactor, add option not_inline * update NEWS bullet * Fix typos * Roxygenize * Move NEWS item, clarify it * Update R/brace_linter.R Co-authored-by: Michael Chirico <[email protected]> * Update R/brace_linter.R Co-authored-by: Michael Chirico <[email protected]> * Use list in roxygen doc * Use 'true' in XPath for clarity * rename param `function_braces` to `function_bodies` * Revert "Use 'true' in XPath for clarity" This reverts commit 5eaae61 (which breaks tests). * Fix last merge * Update R/brace_linter.R Co-authored-by: Michael Chirico <[email protected]> * Roxygenize * Update tests * grammar * use 'true' over '1' for boolean literal in XPath * slightly improve readability of XPath * docs: tweak param desc * docs: update NEWS * docs: fix NEWS * Revert "use 'true' over '1' for boolean literal in XPath" This reverts commit 4223eea. * test: minor tweaks * test: fix line length * test: fix line length (for real) * test: further tweaks * test: for missing newline after opening brace or closing brace not on sep line * test: for fn body wrapped in additional unneeded parentheses * sloppy merge --------- Co-authored-by: Alexander Rosenstock <[email protected]> Co-authored-by: Michael Chirico <[email protected]> Co-authored-by: Michael Chirico <[email protected]>
- Loading branch information
1 parent
5982a8b
commit 5e427c9
Showing
4 changed files
with
123 additions
and
24 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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