diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-06-19 11:09:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-06-19 11:09:59 +0100 |
| commit | 6b24f401cfce32214caab6d79549b4ee50f566f5 (patch) | |
| tree | 1583155248624ff069cebd2d1e50b235a5f01c98 /lib/assert.source.sh | |
| parent | dfca7068e834ceff944d79ce4e4c7b3c14b94f91 (diff) | |
new default css style - dont display img descriptions above the image anymore
Diffstat (limited to 'lib/assert.source.sh')
| -rw-r--r-- | lib/assert.source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/assert.source.sh b/lib/assert.source.sh index d53a728..a1713c3 100644 --- a/lib/assert.source.sh +++ b/lib/assert.source.sh @@ -53,7 +53,7 @@ assert::shellcheck () { --norc \ --external-sources \ --check-sourced \ - --exclude=SC2155,SC2010,SC2154,SC1090,SC2012 \ + --exclude=SC2155,SC2010,SC2154,SC1090,SC2012,SC2016 \ ./"$0" set +e } |
