Horacio Sanson
64550062dc
Merge pull request #3148 from charlesbjohnson/charlesbjohnson/xo
...
fixers/xo: enhance `xo` fixer
2021-01-23 01:23:22 +09:00
Charles B Johnson
451e99341e
xo: refactor to function
2021-01-22 09:23:54 -06:00
Charles B Johnson
03bd494fd4
linters/xo: prefer function shorthand
2021-01-22 09:23:54 -06:00
Charles B Johnson
5fd5fa5305
linters/xo: fix tests
2021-01-22 09:23:54 -06:00
Charles B Johnson
4edfac4db6
xo: inline filetype handling
2021-01-22 09:23:54 -06:00
Charles B Johnson
23ff19a162
fixers/xo: remove unnecessary directory crawl
2021-01-22 09:23:54 -06:00
Charles B Johnson
1991313ee7
xo: update docs
2021-01-22 09:23:54 -06:00
Charles B Johnson
f17beadb49
fixers/xo: support monorepos
2021-01-22 09:23:54 -06:00
Charles B Johnson
8ffde14039
fixers/xo: support stdin relative to the fixed file
2021-01-22 09:23:53 -06:00
Charles B Johnson
e75ac9f497
fixers/xo: support typescript options
2021-01-22 09:23:53 -06:00
Charles B Johnson
289f808ccd
fixers/xo: refactor to handlers
2021-01-22 09:23:53 -06:00
Charles B Johnson
4a6136c27e
fixers/xo: add tests
2021-01-22 09:23:53 -06:00
Charles B Johnson
6bfcb9cdff
linters/xo: consolidate xo linters
2021-01-22 09:23:53 -06:00
Atsuya Takagi
6b0b8cec79
update doc with snake cased linter name
2021-01-23 00:20:36 +09:00
Atsuya Takagi
897f6b2b23
use snake case for linter name
2021-01-23 00:20:11 +09:00
Horacio Sanson
db816b5c3f
Merge pull request #2782 from hsanson/2777-add-ibm-openapi-validator
...
Fix 2777 - Add IBM openapi validator
2021-01-23 00:13:40 +09:00
Atsuya Takagi
33485ffb92
document the variables can be set for the linter
2021-01-23 00:08:01 +09:00
Atsuya Takagi
8d5b3e827d
decide whether or not to run with config file based on the presence of config filename value
2021-01-23 00:08:01 +09:00
Atsuya Takagi
e3e1ddce95
allow setting vala-lint executable
2021-01-23 00:08:01 +09:00
Atsuya Takagi
4328fe7dca
add a blank line before if statement
2021-01-23 00:08:01 +09:00
Atsuya Takagi
04550717bf
add Vala-Lint as supported linter
2021-01-23 00:08:01 +09:00
Atsuya Takagi
2dbf4ee271
add test to check if it properly ignores outputs with unknown error types
2021-01-23 00:08:01 +09:00
Atsuya Takagi
67c3fa9001
add documentation for vala-lint
2021-01-23 00:08:01 +09:00
Atsuya Takagi
ed2afafd62
use ale#Set for setting default config variable values
2021-01-23 00:08:01 +09:00
Atsuya Takagi
823b094f56
support flags for enable/disable config
2021-01-23 00:08:01 +09:00
Atsuya Takagi
89403b4a06
expect warn or error
2021-01-23 00:08:01 +09:00
Atsuya Takagi
280d2dedae
find and use vala-lint config if exists
2021-01-23 00:08:01 +09:00
Atsuya Takagi
c15d9538cd
use the correct regex to match the escape sequences...
2021-01-23 00:08:01 +09:00
Atsuya Takagi
b3010ad793
fix the wrong variable name
2021-01-23 00:08:01 +09:00
Atsuya Takagi
9eb6dace88
escape color sequences
2021-01-23 00:08:01 +09:00
Atsuya Takagi
e94d23b1d9
test my hypotethis
2021-01-23 00:08:01 +09:00
Atsuya Takagi
7f1dd5f66a
specify a filename of the current buffer
2021-01-23 00:08:01 +09:00
Atsuya Takagi
3e820207e7
be precise about output_stream
2021-01-23 00:08:01 +09:00
Atsuya Takagi
4ed520a219
add initial files
2021-01-23 00:08:01 +09:00
Horacio Sanson
9bc4b468c2
Fix linter error
2021-01-22 23:51:29 +09:00
fenuks
65824feef3
Fix clang-tidy ignoring compile_commands.json
2021-01-22 15:19:38 +01:00
Horacio Sanson
4aa11cbc05
Improve documentation
2021-01-22 23:17:38 +09:00
Horacio Sanson
014b00d4d7
Add yamllint and prettier to openapi.
...
This commit enables yamllint and prettier on openapi files.
2021-01-22 23:17:38 +09:00
Horacio Sanson
03eae9e085
Fix 2777 - Add IBM openapi validator
2021-01-22 23:17:38 +09:00
Horacio Sanson
27a22e7161
Update tests
2021-01-22 23:17:01 +09:00
Horacio Sanson
7fe61cdf0e
Fix 3498 - Change standardrb fixer to read from stdin.
...
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-22 23:17:01 +09:00
Horacio Sanson
a1e6df987c
Fix 354 - Migrate CI from travis to Github Actions ( #3549 )
...
* 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-22 09:27:36 +00:00
Bartek thindil Jasicki
42bf5ca911
Merge remote-tracking branch 'upstream/master'
2021-01-22 09:45:52 +01:00
Horacio Sanson
80a0108fcf
prolog/swipl: cover new format with complex tests
...
https://github.com/dense-analysis/ale/pull/3377#issuecomment-763628447
2021-01-20 12:08:05 -05:00
Horacio Sanson
6a3d215571
prolog/swipl: simplify with @hsanson's suggestions
...
https://github.com/dense-analysis/ale/pull/3377#issuecomment-763628447
2021-01-20 12:07:26 -05:00
Horacio Sanson
7e3d2930d8
Merge pull request #3261 from toastal/dhall
...
Enhanced Dhall fixer support
2021-01-20 21:06:03 +09:00
Horacio Sanson
7b42dd7387
Merge pull request #3475 from benknoble/dafny-include-timeouts
...
dafny: add a timeLimit option and message-parsing
2021-01-20 20:48:53 +09:00
Horacio Sanson
16c45b8213
Merge pull request #3453 from blinsay/blinsay/rust-analyzer-lsp
...
pass lsp intialization_options to rust-analyzer
2021-01-20 20:45:17 +09:00
Horacio Sanson
8de0e7b9ba
Merge pull request #3430 from mbrunnen/mbn/fix-macros-include-c-flag
...
Add -imacros to C flags
2021-01-20 20:42:18 +09:00
Horacio Sanson
783cf4ab82
Merge pull request #3362 from daliusd/tsserver_hints
...
Show tsserver hints/suggestions in Ale.
2021-01-20 20:40:44 +09:00