-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from Rapporteket/v1.11.4
V1.11.4
- Loading branch information
Showing
57 changed files
with
646 additions
and
491 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
linters: with_defaults( | ||
object_name_linter(c("camelCase", "snake_case")), | ||
cyclocomp_linter(complexity_limit = 25), | ||
line_length_linter(80)) |
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
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
Oops, something went wrong.
3aa3170
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R/AutoReportFuns.R:565:1: style: Variable and function name style should be camelCase or snake_case.
R/AutoReportFuns.R:608:7: style: Variable and function name style should be camelCase or snake_case.
R/AutoReportFuns.R:610:7: style: Variable and function name style should be camelCase or snake_case.
R/AutoReportFuns.R:612:9: style: Variable and function name style should be camelCase or snake_case.
R/LoadRegData.R:17:1: style: Variable and function name style should be camelCase or snake_case.
R/LoadRegData.R:28:5: warning: local variable ‘tmp’ assigned but may not be used
R/MakeMessage.R:18:1: style: Variable and function name style should be camelCase or snake_case.
R/RapporteketDbConnection.R:33:5: warning: local variable ‘tmp’ assigned but may not be used
tests/testthat/test-shinySessionInfo.R:14:22: style: Variable and function name style should be camelCase or snake_case.
tests/testthat/test-userInfo-helper-functions.R:40:22: style: Variable and function name style should be camelCase or snake_case.
tests/testthat/test-userInfo-helper-functions.R:41:22: style: Variable and function name style should be camelCase or snake_case.
tests/testthat/test-userInfo-helper-functions.R:42:22: style: Variable and function name style should be camelCase or snake_case.
tests/testthat/test-userInfo-helper-functions.R:43:22: style: Variable and function name style should be camelCase or snake_case.
tests/testthat/test-userInfo.R:63:22: style: Variable and function name style should be camelCase or snake_case.