Skip to content

Commit

Permalink
add #nolint in complexity problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero1999 committed Feb 5, 2025
1 parent 42299d4 commit a9cc6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/modules/nca_settings.r
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ nca_settings_ui <- function(id) {
)
}

nca_settings_server <- function(id, data, mydata) {
nca_settings_server <- function(id, data, mydata) { # nolint : complexity / needs further modularization

moduleServer(id, function(input, output, session) {
ns <- session$ns
Expand Down

0 comments on commit a9cc6e9

Please sign in to comment.