File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ extends: default
3
3
4
4
rules :
5
5
brackets :
6
- forbid : non-empty
6
+ forbid : false
7
7
comments :
8
8
# https://github.com/prettier/prettier/issues/6780
9
9
min-spaces-from-content : 1
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ openondemand_apps_rstudio_default:
198
198
help : Choose your RStudio module
199
199
widget : select
200
200
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 }}"]
202
202
extra_modules_script :
203
203
label : Extra modules script
204
204
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:
287
287
help : Choose your MATLAB module
288
288
widget : select
289
289
options :
290
- - ["MATLAB v{{ openondemand_matlab_version }}", "matlab/{{ openondemand_matlab_version }}"] # noqa: yaml[brackets]
290
+ - ["MATLAB v{{ openondemand_matlab_version }}", "matlab/{{ openondemand_matlab_version }}"]
291
291
cores :
292
292
label : Number of CPU cores
293
293
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:
347
347
help : Choose your Code Server module
348
348
widget : select
349
349
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 }}"]
351
351
bc_queue :
352
352
value : " {{ openondemand_codeserver_partition | default(none) }}"
353
353
cores :
You can’t perform that action at this time.
0 commit comments