summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-22fixers/xo: refactor to handlersCharles B Johnson
2021-01-22fixers/xo: add testsCharles B Johnson
2021-01-22linters/xo: consolidate xo lintersCharles B Johnson
2021-01-23update doc with snake cased linter nameAtsuya Takagi
2021-01-23use snake case for linter nameAtsuya Takagi
2021-01-23Merge pull request #2782 from hsanson/2777-add-ibm-openapi-validatorHoracio Sanson
Fix 2777 - Add IBM openapi validator
2021-01-23document the variables can be set for the linterAtsuya Takagi
2021-01-23decide whether or not to run with config file based on the presence of ↵Atsuya Takagi
config filename value
2021-01-23allow setting vala-lint executableAtsuya Takagi
2021-01-23add a blank line before if statementAtsuya Takagi
2021-01-23add Vala-Lint as supported linterAtsuya Takagi
2021-01-23add test to check if it properly ignores outputs with unknown error typesAtsuya Takagi
2021-01-23add documentation for vala-lintAtsuya Takagi
2021-01-23use ale#Set for setting default config variable valuesAtsuya Takagi
2021-01-23support flags for enable/disable configAtsuya Takagi
2021-01-23expect warn or errorAtsuya Takagi
2021-01-23find and use vala-lint config if existsAtsuya Takagi
2021-01-23use the correct regex to match the escape sequences...Atsuya Takagi
2021-01-23fix the wrong variable nameAtsuya Takagi
2021-01-23escape color sequencesAtsuya Takagi
2021-01-23test my hypotethisAtsuya Takagi
2021-01-23specify a filename of the current bufferAtsuya Takagi
2021-01-23be precise about output_streamAtsuya Takagi
2021-01-23add initial filesAtsuya Takagi
2021-01-22Fix linter errorHoracio Sanson
2021-01-22Fix clang-tidy ignoring compile_commands.jsonfenuks
2021-01-22Improve documentationHoracio Sanson
2021-01-22Add yamllint and prettier to openapi.Horacio Sanson
This commit enables yamllint and prettier on openapi files.
2021-01-22Fix 2777 - Add IBM openapi validatorHoracio Sanson
2021-01-22Update testsHoracio Sanson
2021-01-22Fix 3498 - Change standardrb fixer to read from stdin.Horacio Sanson
Seems standardrb fails to properly use the --config option when using temporary files but works fine when reading from stdin. This commit changes the fixer so it uses stdin instead of temporary files.
2021-01-22Fix 354 - Migrate CI from travis to Github Actions (#3549)Horacio Sanson
* Fix 354 - Migrate CI from travis to Github Actions * Use matrix strategy for parallel tests * Don't build image on each run * Add push trigger on tags Co-authored-by: Horacio Sanson <horacio@allm.inc>
2021-01-22Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2021-01-20prolog/swipl: cover new format with complex testsHoracio Sanson
https://github.com/dense-analysis/ale/pull/3377#issuecomment-763628447
2021-01-20prolog/swipl: simplify with @hsanson's suggestionsHoracio Sanson
https://github.com/dense-analysis/ale/pull/3377#issuecomment-763628447
2021-01-20Merge pull request #3261 from toastal/dhallHoracio Sanson
Enhanced Dhall fixer support
2021-01-20Merge pull request #3475 from benknoble/dafny-include-timeoutsHoracio Sanson
dafny: add a timeLimit option and message-parsing
2021-01-20Merge pull request #3453 from blinsay/blinsay/rust-analyzer-lspHoracio Sanson
pass lsp intialization_options to rust-analyzer
2021-01-20Merge pull request #3430 from mbrunnen/mbn/fix-macros-include-c-flagHoracio Sanson
Add -imacros to C flags
2021-01-20Merge pull request #3362 from daliusd/tsserver_hintsHoracio Sanson
Show tsserver hints/suggestions in Ale.
2021-01-20Merge pull request #3455 from Thau/feat/credo_config_fileHoracio Sanson
feat: Adds variable to use custom config file with Elixir Credo
2021-01-16Merge pull request #3485 from andreaconti/masterHoracio Sanson
Fix Julia Language Server Support
2021-01-15Merge pull request #3234 from hsanson/3233-enable-ktlint-fixer-for-kotlin-filesHoracio Sanson
Enable ktlint fixer for kotlin files.
2021-01-15Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2021-01-14Merge pull request #3535 from dense-analysis/revert-3358-masterw0rp
Revert "Improves fixer performance for large buffers"
2021-01-14Update the Docker image; fix an errorw0rp
2021-01-14Merge pull request #3471 from kevinclark/3448-fix-unittestsw0rp
Make test/scripts/custom-checks portable
2021-01-14Add nvim floating window support (replaces #3314) (#3470)Kevin Clark
* Add nvim floating window hover support * Add configuration for float to replace preview * preview#ShowFloating: qualify local variables * Configure floating preview usecases individually Also: * Extract floating preview to its own file. * Ignore 'stay_here' option. Moving into the floating preview window seems confusing at best. * Re-use existing floating preview window if it's still up. * Flush out floating preview documentation. * Watch cursor position changes per window Floating previews open a new window, so when that window is written to, it moves briefly there at a different position than the original window. This makes repeated positions detected when positions are tracked at a s: level. Instead, we change the variable to window scoped, which only fires a message if the cursor has changed from the last position in *that window*. * g:ale_floating_preview cleanup * floating_preview: add ALEDetail tests * Fix fecs test missing runtime call * Add ALEHover floating preview tests Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch>
2021-01-13Merge pull request #3494 from YorickPeterse/masterHoracio Sanson
Add linter for Inko
2021-01-13Merge pull request #3482 from liskin/lsp-popup-menu-fixHoracio Sanson
codefix: Fix LSP MenuCallback invocation (E119, not enough args)