Skip to content

Commit c892d75

Browse files
committed
add noqa for files/symlinks variables
1 parent b00050c commit c892d75

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Specifications of files and symlinks for the pilot.eessi-hpc.org CVMFS repository.
22
# Paths for files and symlinks should be relative to the root of the repository.
33
---
4-
files:
4+
files: # noqa: var-naming[no-role-prefix]
55
- name: .cvmfsdirtab
66
dest: ''
77
mode: '644'
88

9-
symlinks:
9+
symlinks: # noqa: var-naming[no-role-prefix]
1010
latest: versions/2021.12
1111
host_injections: '$(EESSI_HOST_INJECTIONS:-/opt/eessi)'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Specifications of files and symlinks for the riscv.eessi.io CVMFS repository.
22
# Paths for files and symlinks should be relative to the root of the repository.
33
---
4-
files:
4+
files: # noqa: var-naming[no-role-prefix]
55
- name: .cvmfsdirtab
66
dest: ''
77
mode: '644'
@@ -10,5 +10,5 @@ files:
1010
dest: 'README.eessi'
1111
mode: '644'
1212

13-
symlinks:
13+
symlinks: # noqa: var-naming[no-role-prefix]
1414
host_injections: '$(EESSI_HOST_INJECTIONS:-/opt/eessi)'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Specifications of files and symlinks for the software.eessi.io CVMFS repository.
22
# Paths for files and symlinks should be relative to the root of the repository.
33
---
4-
files:
4+
files: # noqa: var-naming[no-role-prefix]
55
- name: .cvmfsdirtab
66
dest: ''
77
mode: '644'
@@ -10,5 +10,5 @@ files:
1010
dest: ''
1111
mode: '644'
1212

13-
symlinks:
13+
symlinks: # noqa: var-naming[no-role-prefix]
1414
host_injections: '$(EESSI_HOST_INJECTIONS:-/opt/eessi)'

0 commit comments

Comments
 (0)