Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cppcheck should use g:ale_c_build_dir_names or g:ale_c_build_dir to find compilation databases. #2359

Closed
youjiali1995 opened this issue Mar 14, 2019 · 1 comment

Comments

@youjiali1995
Copy link

Now cppcheck calls ale#path#FindNearestFile() to find 'compile_commands.json' which doesn't match g:ale_c_build_dir_names.
https://github.com/w0rp/ale/blob/80ef7ea2d0b22f0d8de7387a3d5bf6e9e5b72e9d/ale_linters/cpp/cppcheck.vim#L12-L19

@w0rp
Copy link
Member

w0rp commented Mar 14, 2019

Yes, it should be changed.

@w0rp w0rp added this to To Do in Old Working List via automation Apr 2, 2019
@w0rp w0rp closed this as completed in 28819ee May 20, 2019
Old Working List automation moved this from To Do to Done May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants