diff options
author | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2025-08-21 18:28:24 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2025-08-21 18:28:24 +0000 |
commit | ec32003ec7728032c9b23bff46012f8eb7bd98f4 (patch) | |
tree | f0985911efc3af20f5543e127027c88c3be1dad1 /.shellcheckrc | |
parent | 92c6fdeb971a904907b5be69876ab000781d689c (diff) | |
download | libvirt-routed-subnet-master.tar.gz libvirt-routed-subnet-master.tar.xz libvirt-routed-subnet-master.zip |
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk>
Diffstat (limited to '.shellcheckrc')
-rw-r--r-- | .shellcheckrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 0000000..64b9fd7 --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1,2 @@ +# SC3043: intended for use with dash or bash, which both have local +disable=SC3043 |