All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
2 runtime ale_linters/tcl/nagelfar.vim
5 call ale#linter#Reset()
7 Execute(The nagelfar handler should parse lines correctly):
13 \ 'text': 'Found constant "bepa" which is also a variable.'
18 \ 'text': 'Unknown variable "cep"'
23 \ 'text': 'Unknown command "se"'
28 \ 'text': 'Unknown variable "epa"'
33 \ 'text': 'Unknown variable "depa"'
38 \ 'text': 'Suspicious variable name "$depa"'
43 \ 'text': 'Suspicious variable name "$cepa"'
48 \ 'text': 'Wrong number of arguments (3) to "set"'
53 \ 'text': 'Found constant "bepa" which is also a variable.'
58 \ 'text': 'Found constant "cepa" which is also a variable.'
63 \ 'text': 'Badly formed if statement'
68 \ 'text': 'Unknown subcommand "gurka" to "info"'
73 \ 'text': 'Switch pattern starting with #. This could be a bad comment.'
78 \ 'text': 'Unknown command "This"'
83 \ 'text': 'Unknown command "bad"'
88 \ 'text': 'Unknown command "miffo"'
93 \ 'text': 'Suspicious variable name "$bepa"'
98 \ 'text': 'Suspicious variable name "$apa"'
103 \ 'text': 'Could not complete statement.'
108 \ 'text': 'Could not complete statement.'
113 \ 'text': 'Wrong number of arguments (4) to "proc"'
118 \ 'text': 'Wrong number of arguments (1) to "if"'
123 \ 'text': 'Unbalanced close brace found'
128 \ 'text': 'Unbalanced close brace found'
133 \ 'text': 'Could not complete statement.'
138 \ 'text': 'Wrong number of arguments (1) to "if"'
143 \ 'text': 'Close brace not aligned with line 90 (4 0)'
146 \ ale_linters#tcl#nagelfar#Handle(bufnr(''), [
147 \ 'Line 5: W Found constant "bepa" which is also a variable.',
148 \ 'Line 7: E Unknown variable "cep"',
149 \ 'Line 7: W Unknown command "se"',
150 \ 'Line 8: E Unknown variable "epa"',
151 \ 'Line 10: E Unknown variable "depa"',
152 \ 'Line 10: N Suspicious variable name "$depa"',
153 \ 'Line 11: N Suspicious variable name "$cepa"',
154 \ 'Line 13: E Wrong number of arguments (3) to "set"',
155 \ 'Line 13: W Found constant "bepa" which is also a variable.',
156 \ 'Line 13: W Found constant "cepa" which is also a variable.',
157 \ 'Line 18: E Badly formed if statement',
158 \ 'Line 24: E Unknown subcommand "gurka" to "info"',
159 \ 'Line 31: W Switch pattern starting with #. This could be a bad comment.',
160 \ 'Line 31: W Unknown command "This"',
161 \ 'Line 31: W Unknown command "bad"',
162 \ 'Line 34: W Unknown command "miffo"',
163 \ 'Line 55: N Suspicious variable name "$bepa"',
164 \ 'Line 56: N Suspicious variable name "$apa"',
165 \ 'Line 61: E Could not complete statement.',
166 \ 'Line 67: E Could not complete statement.',
167 \ 'Line 70: E Wrong number of arguments (4) to "proc"',
168 \ 'Line 72: E Wrong number of arguments (1) to "if"',
169 \ 'Line 75: E Unbalanced close brace found',
170 \ 'Line 82: E Unbalanced close brace found',
171 \ 'Line 88: E Could not complete statement.',
172 \ 'Line 90: E Wrong number of arguments (1) to "if"',
173 \ 'Line 93: N Close brace not aligned with line 90 (4 0)',