We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02779a commit 63be9c4Copy full SHA for 63be9c4
NEWS.md
@@ -17,6 +17,11 @@
17
18
* `spaces_inside_linter()` allows terminal missing keyword arguments (e.g. `alist(arg = )`; #540, @MichaelChirico)
19
20
+* `brace_linter()` allows empty braced expression on the same line (e.g. `while (updating_condition()) { }`)
21
+ regardless of `allow_single_line` to match the corresponding behavior in {styler}. This is an expedient while
22
+ the style guide on handling this case awaits clarification: https://github.com/tidyverse/style/issues/191.
23
+ (#1346, @MichaelChirico)
24
+
25
## New and improved features
26
27
* New `get_r_string()` helper to get the R-equivalent value of a string, especially useful for R-4-style raw strings.
0 commit comments