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
lintr::lint('test_that( "Some longer test description", { # Do test stuff })',
lintr::brace_linter())
vs
lintr::lint('test_that( "Some longer test description", # comment { # Do test stuff })',
lintr::brace_linter())
# <text>:4:3: style: [brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.# {# ^
The exception should apply to the latter case as well
The text was updated successfully, but these errors were encountered:
* Comment on preceding line fine w/ `brace_linter()`
Closes#1433Closes#1434
* Update NEWS.md
* add comment about native pipe
* remove lints
* add a failing test for regression
* start with suggested
* any prior line, not just exactly one prior
* tweak NEWS
Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
Compare:
vs
The exception should apply to the latter case as well
The text was updated successfully, but these errors were encountered: