index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
dart
Age
Commit message (
Expand
)
Author
2024-05-09
Update dart analysis_server command (#4761)
Macuyler Dunn
2022-06-25
Show warnings for `dart_analyze` linter (#4237)
Gabriel Remus
2022-01-05
Fix 3838 - deprecate datanalyzer (#3839)
Horacio Sanson
2021-07-25
Add support for `dart analyze` (#3825)
ghsang
2021-01-22
Fix typos
Nelson Yeung
2021-01-22
Add support for standalone files
Nelson Yeung
2021-01-22
Fix linting errors
Nelson Yeung
2021-01-22
Add dart analysis server linter
Nelson Yeung
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2018-09-04
Fix the dart language server command and cover it with tests
w0rp
2018-09-03
Replace removed function
Jacob Mischka
2018-08-02
Simplify the code for most linters and tests with closures
w0rp
2018-07-04
Make the language option for LSP linters optional
w0rp
2018-04-27
Close #1521 - Allow the language to be set with simple strings for LSP linters
w0rp
2017-11-07
Add dart LSP (resolves #1006)
aurieh
2017-10-26
Fix #1039 - Only check the file on disk for dartanalyzer
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-07-18
Fix #308 - Check Dart files with dartanalyzer
w0rp