Commit 25ec426
committed
Prefix all syntax error messages
Issue #232 requested that `scss-lint` give some indication of whether an
error was syntax- or style-related so that it would be displayed
appropriately by the Syntastic scss-lint plugin.
Since the only syntax error will ever be one reported by the `Runner`
class when parsing the document fails, standardize the error message to
being with "Syntax Error", so the scss-lint plugin can simply check the
error message to determine whether it is style or syntax.
Change-Id: I90183af30adba900ebcf94f688b8991ddcc1b663
Reviewed-on: http://gerrit.causes.com/44340
Tested-by: jenkins <jenkins@brigade.com>
Reviewed-by: Shane da Silva <shane.dasilva@brigade.com>1 parent 2384268 commit 25ec426
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments