Disable checks for assembly
Since it doesn't support other architectures.
This commit is contained in:
parent
897c8b99dc
commit
03aca09b82
@ -15,6 +15,7 @@ vim.g.ale_linters = {
|
|||||||
php = {'phpcs', 'phpstan'},
|
php = {'phpcs', 'phpstan'},
|
||||||
ruby = {'rubocop'},
|
ruby = {'rubocop'},
|
||||||
cpp = {},
|
cpp = {},
|
||||||
|
asm = {},
|
||||||
}
|
}
|
||||||
vim.g.ale_ruby_rubocop_executable = 'bundle'
|
vim.g.ale_ruby_rubocop_executable = 'bundle'
|
||||||
vim.g.ale_cpp_cc_options = '-std=c++17 -Wall'
|
vim.g.ale_cpp_cc_options = '-std=c++17 -Wall'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user