-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshellcheck-report.xml
More file actions
53 lines (53 loc) · 4.24 KB
/
shellcheck-report.xml
File metadata and controls
53 lines (53 loc) · 4.24 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version='1.0' encoding='UTF-8'?>
<checkstyle version='4.3'>
<file name='./compile-latex.sh' >
</file>
<file name='./compress-image.sh' >
</file>
<file name='./join-using-awk.sh' >
</file>
<file name='./ping-sweeper.sh' >
<error line='18' column='10' severity='info' message='Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.' source='ShellCheck.SC2181' />
</file>
<file name='./analytic-using-awk.sh' >
<error line='1' column='1' severity='error' message='Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.' source='ShellCheck.SC2148' />
</file>
<file name='./fibo_cached.sh' >
<error line='17' column='11' severity='warning' message='Declare and assign separately to avoid masking return values.' source='ShellCheck.SC2155' />
<error line='18' column='11' severity='warning' message='Declare and assign separately to avoid masking return values.' source='ShellCheck.SC2155' />
</file>
<file name='./sqlite-hr.sh' >
</file>
<file name='./compress-pdf.sh' >
</file>
<file name='./checkmytex.sh' >
</file>
<file name='./endless-loop.sh' >
</file>
<file name='./venv/lib/python3.12/site-packages/pexpect/bashrc.sh' >
<error line='1' column='1' severity='error' message='Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.' source='ShellCheck.SC2148' />
<error line='3' column='10' severity='info' message='Not following: /etc/bashrc was not specified as input (see shellcheck -x).' source='ShellCheck.SC1091' />
<error line='6' column='10' severity='info' message='Not following: /etc/bash.bashrc was not specified as input (see shellcheck -x).' source='ShellCheck.SC1091' />
<error line='9' column='10' severity='warning' message='ShellCheck can't follow non-constant source. Use a directive to specify location.' source='ShellCheck.SC1090' />
</file>
<file name='./venv/lib/python3.12/site-packages/tqdm/completion.sh' >
<error line='12' column='16' severity='warning' message='Prefer mapfile or read -a to split command output (or quote to avoid splitting).' source='ShellCheck.SC2207' />
<error line='12' column='92' severity='info' message='Double quote to prevent globbing and word splitting.' source='ShellCheck.SC2086' />
<error line='15' column='16' severity='warning' message='Prefer mapfile or read -a to split command output (or quote to avoid splitting).' source='ShellCheck.SC2207' />
<error line='15' column='391' severity='info' message='Double quote to prevent globbing and word splitting.' source='ShellCheck.SC2086' />
</file>
<file name='./venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_linux.sh' >
<error line='1' column='1' severity='error' message='Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.' source='ShellCheck.SC2148' />
<error line='11' column='44' severity='info' message='Double quote to prevent globbing and word splitting.' source='ShellCheck.SC2086' />
<error line='11' column='77' severity='info' message='Double quote to prevent globbing and word splitting.' source='ShellCheck.SC2086' />
</file>
<file name='./venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_mac.sh' >
<error line='1' column='1' severity='error' message='Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.' source='ShellCheck.SC2148' />
<error line='3' column='51' severity='info' message='Double quote to prevent globbing and word splitting.' source='ShellCheck.SC2086' />
<error line='3' column='84' severity='info' message='Double quote to prevent globbing and word splitting.' source='ShellCheck.SC2086' />
<error line='4' column='48' severity='info' message='Double quote to prevent globbing and word splitting.' source='ShellCheck.SC2086' />
<error line='4' column='72' severity='info' message='Double quote to prevent globbing and word splitting.' source='ShellCheck.SC2086' />
</file>
<file name='./venv/lib/python3.12/site-packages/bleach/_vendor/vendor_install.sh' >
</file>
</checkstyle>