Ubuntu Pastebin

Paste from abeato at Fri, 19 May 2017 08:02:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$ ./run-checks 
Installing govendor
Obtaining dependencies
Checking docs
Checking formatting
Running vet
/usr/bin/shellcheck
Checking shell scripts...

In data/completion/complete.sh line 43:
        read -a opts
        ^-- SC2162: read without -r will mangle backslashes.


In data/completion/complete.sh line 59:
        read bounced
        ^-- SC2162: read without -r will mangle backslashes.


In data/completion/complete.sh line 70:
        read sep
        ^-- SC2162: read without -r will mangle backslashes.


In data/completion/etelpmoc.sh line 33:
if [[ "$BASH_SOURCE" != "$0" ]]; then
       ^-- SC2128: Expanding an array without an index only gives the first element.


In data/completion/etelpmoc.sh line 70:
. /usr/share/bash-completion/bash_completion
^-- SC1091: Not following: /usr/share/bash-completion/bash_completion was not specified as input (see shellcheck -x).


In data/completion/etelpmoc.sh line 72:
. "$_compscript"
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.


Crushing failure and despair.
Download as text