diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-03-27 12:32:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 12:32:42 +0100 |
commit | 8ca82af4ab9e1d95f8b577eba68f2b443b7dba07 (patch) | |
tree | 27f3d011ab778cb963f7489501bd70a8151183d1 /doc | |
parent | c467a075123c14bbdde8abfd38d03edd4e285168 (diff) | |
parent | d84d91ff35cf2852556c10a6bed6c3979348c507 (diff) | |
download | ale-8ca82af4ab9e1d95f8b577eba68f2b443b7dba07.zip |
Merge pull request #414 from lucaskolstad/add_asm_linter
Add support for ASM files using GCC
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index a5630977..fb71de4e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -43,6 +43,7 @@ CONTENTS *ale-contents* 4.31. yamllint........................|ale-linter-options-yamllint| 4.32. cmakelint.......................|ale-linter-options-cmakelint| 4.33. perl-perl.......................|ale-linter-options-perl-perl| + 4.34. asm-gcc.........................|ale-linter-options-asm-gcc| 5. Linter Integration Notes.............|ale-linter-integration| 5.1. merlin..........................|ale-linter-integration-ocaml-merlin| 5.2. rust.............................|ale-integration-rust| @@ -74,6 +75,7 @@ ALE supports the following key features: The following languages and tools are supported. +* ASM: 'gcc' * Ansible: 'ansible-lint' * Asciidoc: 'proselint' * Bash: 'shell' (-n flag), 'shellcheck' @@ -1120,6 +1122,16 @@ g:ale_perl_perl_options *g:ale_perl_perl_options* This variable can be changed to alter the command-line arguments to the perl invocation. +------------------------------------------------------------------------------- +4.34. asm-gcc *ale-linter-options-asm-gcc* + +g:ale_asm_gcc_options *g:ale_asm_gcc_options* + + Type: |String| + Default: `'-Wall'` + + This variable can be set to pass additional options to gcc. + =============================================================================== 5. Linter Integration Notes *ale-linter-integration* |