Skip to content

Commit 6c8cbc2

Browse files
authored
fix: Add files as a list to avoid mistakes like parquet (#31)
* fix: Add files as a list to avoid mistakes like parquet Signed-off-by: Cervangirard <37626302+Cervangirard@users.noreply.github.com> * fix: update version Signed-off-by: Cervangirard <37626302+Cervangirard@users.noreply.github.com> --------- Signed-off-by: Cervangirard <37626302+Cervangirard@users.noreply.github.com>
1 parent d3eb94e commit 6c8cbc2

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/linters/.mega-linter.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@ ADDITIONAL_EXCLUDED_DIRECTORIES:
77
REPOSITORY_KICS_ARGUMENTS: "--exclude-queries 555ab8f9-2001-455e-a077-f2d0f41e2fb9"
88
SPELL_LYCHEE_ARGUMENTS: "--exclude-path man/figures --exclude-path docs --exclude-path pkgdown/favicon --exclude-path .lycheeignore --exclude-path .github/linters/.lycheeignore"
99
SPELL_LYCHEE_FILE_EXTENSIONS:
10-
- "*"
10+
- ".md"
11+
- ".mdx"
12+
- ".markdown"
13+
- ".html"
14+
- ".htm"
15+
- ".rst"
16+
- ".txt"
17+
- ".json"
18+
- ".jsonc"
19+
- ".json5"
20+
- ".yaml"
21+
- ".yml"
22+
- ".qmd"
23+
- ".R"
24+
- ".r"
25+
- ".Rmd"
26+
- ".rmd"
1127
SPELL_CSPELL_ANALYZE_FILE_NAMES: false
1228
MARKDOWN_MARKDOWNLINT_ARGUMENTS: "--ignore tests/testthat/_snaps --ignore LICENSE.md --ignore NEWS.md --ignore README.md --ignore cran-comments.md"
1329
HTML_HTMLHINT_CLI_LINT_MODE: "project"

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: r.workflows
22
Title: R package workflows
3-
Version: 0.0.1.9003
3+
Version: 0.0.1.9004
44
Authors@R: c(
55
person("Cervan", "Girard", , "cgid@novonordisk.com", role = c("aut", "cre")),
66
person("Aksel", "Thomsen", , "oath@novonordisk.com", role = c("aut"))

0 commit comments

Comments
 (0)