Skip to content

Commit 39fd59a

Browse files
committed
fix linter warnings about flow-style
1 parent 68de8da commit 39fd59a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extends: default
33

44
rules:
55
brackets:
6-
forbid: non-empty
6+
forbid: false
77
comments:
88
# https://github.com/prettier/prettier/issues/6780
99
min-spaces-from-content: 1

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ openondemand_apps_rstudio_default:
198198
help: Choose your RStudio module
199199
widget: select
200200
options:
201-
- ["RStudio v{{ openondemand_rstudio_version }}", "rstudio-server/{{ openondemand_rstudio_version }}"] # noqa: yaml[brackets]
201+
- ["RStudio v{{ openondemand_rstudio_version }}", "rstudio-server/{{ openondemand_rstudio_version }}"]
202202
extra_modules_script:
203203
label: Extra modules script
204204
help: If you'd like to load additional modules alongside RStudio-Server, put the 'module load ...' commands into a text file (one 'module load...' per line) and specify its path here # noqa: yaml[line-length]
@@ -287,7 +287,7 @@ openondemand_apps_matlab_default:
287287
help: Choose your MATLAB module
288288
widget: select
289289
options:
290-
- ["MATLAB v{{ openondemand_matlab_version }}", "matlab/{{ openondemand_matlab_version }}"] # noqa: yaml[brackets]
290+
- ["MATLAB v{{ openondemand_matlab_version }}", "matlab/{{ openondemand_matlab_version }}"]
291291
cores:
292292
label: Number of CPU cores
293293
help: How many CPU cores to reserve for your session. NB Ensure this is within the maximum allowed by your chosen partition.
@@ -347,7 +347,7 @@ openondemand_apps_codeserver_default:
347347
help: Choose your Code Server module
348348
widget: select
349349
options:
350-
- ["Code Server v{{ openondemand_code_server_version}}", "code-server/{{ openondemand_code_server_version }}"] # noqa: yaml[brackets]
350+
- ["Code Server v{{ openondemand_code_server_version}}", "code-server/{{ openondemand_code_server_version }}"]
351351
bc_queue:
352352
value: "{{ openondemand_codeserver_partition | default(none) }}"
353353
cores:

0 commit comments

Comments
 (0)