This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Puppet: caught error output w/o line and column #2239
Open
Slm0n87
wants to merge
1,448
commits into
vim-syntastic:master
Choose a base branch
from
Slm0n87:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Mark variable g:syntastic_cuda_arch as deprecated. - Create temporary files in the base directory of the file being checked, rather than the current directory. - Remove temporary files after use.
Manual: minor grammar fix.
Removes unexpected argument causing error from mlint.
…tlab-mlint-update Checker mlint: fix arguments.
README: update instructions to reduce download size.
Manual: fix typos.
Checker "tsc" has been removed, in favour of the external checker "tsuquyomi" (https://github.com/Quramy/tsuquyomi). Reference: vim-syntastic#1811
Signed-off-by: Zang MingJie <[email protected]>
Bug fix: don't get triggered for preview window.
When the "--strict" or "--subjective" options are added to checkpatch's arguments, it will return additional warnings of this format type: > file.c:123: CHECK: Alignment should match open parenthesis The extra warnings can be enabled with: > let g:syntastic_c_checkpatch_args = "--strict" Signed-off-by: Brandon Maier <[email protected]>
…ict-errors Checker c/checkpatch: handle strict warnings.
ansible-lint now has a slightly different outputformat for errors: prepare-host.yaml:24: [E302] chmod used in place of argument mode to file module Append the errorformat so this gets recognized by syntastic.
…format Checker ansible/ansible_lint: fix errorformat
Sadly, this breaks error sorting (cf. |
thx for the quick feedback. you are right. |
Path: syntastic/syntax_checkers/c/oclint.vim Line: 28 Char: 106 Correction: ' ' -> ')'
Apply the same changes that were applied to html/validator in vim-syntastic#2241 to w3/html so that it can be used to validate SVG and XHTML as well. Add support for `g:syntastic_{type}_w3_doctype` to control the doctype POST parameter sent to the validator. This is necessary for SVG without a DTD (which would otherwise be validated as generic XML) and useful for all the types to control validation. Signed-off-by: Kevin Locke <[email protected]>
Apply the same changes that were applied to html/validator in vim-syntastic#2241 to w3/html so that it can be used to validate SVG and XHTML as well. Add support for `g:syntastic_{type}_w3_doctype` to control the doctype POST parameter sent to the validator. This is necessary for SVG without a DTD (which would otherwise be validated as generic XML) and useful for all the types to control validation. Signed-off-by: Kevin Locke <[email protected]>
- like 'Syntax error at end of input'
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
solves #1948