diff --git a/workflow/.lintr b/workflow/.lintr new file mode 100644 index 00000000..70de9dfb --- /dev/null +++ b/workflow/.lintr @@ -0,0 +1,9 @@ +linters: linters_with_defaults( + object_name_linter = NULL, + object_usage_linter = NULL, + commented_code_linter = NULL, + trailing_whitespace_linter(allow_empty_lines = TRUE), + indentation_linter = NULL, + line_length_linter = line_length_linter(140) + ) +encoding: "UTF-8" diff --git a/workflow/qhtcp-workflow.code-workspace b/workflow/qhtcp-workflow.code-workspace new file mode 100644 index 00000000..63f5f842 --- /dev/null +++ b/workflow/qhtcp-workflow.code-workspace @@ -0,0 +1,18 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "cSpell.ignoreWords": [ + "lnum" + ], + "cSpell.words": [ + "ggplotly", + "Rscript", + "Zscore" + ], + "cSpell.enabled": false + } +} \ No newline at end of file