We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e3aee commit ddf02d8Copy full SHA for ddf02d8
roles/create_cvmfs_content_structure/vars/dev.eessi.io.yml
@@ -1,7 +1,7 @@
1
# Specifications of files and symlinks for the dev.eessi.io CVMFS repository.
2
# Paths for files and symlinks should be relative to the root of the repository.
3
---
4
-directories: []
+directories: [] # noqa: var-naming[no-role-prefix]
5
6
files: # noqa: var-naming[no-role-prefix]
7
- name: cvmfsdirtab-dev.eessi.io
@@ -12,4 +12,4 @@ files: # noqa: var-naming[no-role-prefix]
12
dest: 'README'
13
mode: '644'
14
15
-symlinks: []
+symlinks: [] # noqa: var-naming[no-role-prefix]
0 commit comments