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