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

Close echo panel if it is empty #21

Open
perplexedfingers opened this issue Oct 10, 2016 · 6 comments
Open

Close echo panel if it is empty #21

perplexedfingers opened this issue Oct 10, 2016 · 6 comments

Comments

@perplexedfingers
Copy link

The message would show up during the scanning, and disappear when the scanning is done and leave the panel open.
Close the panel if it is empty, and try to preserve messages if it is useful.

@adtac
Copy link
Member

adtac commented Oct 10, 2016

Just a heads up: we're actually thinking of deprecating coala-vim in favour of other code analysis plugins that do exactly the same thing.

@perplexedfingers
Copy link
Author

cool, what might be the alternative?
syntastic?

@adtac
Copy link
Member

adtac commented Oct 10, 2016

Neomake looks very promising. Syntastic looks pretty neat too.

@perplexedfingers
Copy link
Author

perplexedfingers commented Oct 10, 2016

How can I make coala into Neomake?

@adtac
Copy link
Member

adtac commented Oct 11, 2016

@r2qokk I still haven't looked into it. Soon enough, though. Do you have any experience with syntastic? If so, we'd gladly accept a patch describing how to use coala in syntastic.

@perplexedfingers
Copy link
Author

I never go deep into syntastic.
I try to write some markers in Neomake, but they does not work as I expected.

let g:neomake_python_coala_maker = {
      \ 'args': ['--no-config',
      \          '--bears=CPDBear,PEP8Bear,PyImportSortBear,PyUnusedCodeBear,RadonBear',
      \          '--files']}

This setting produce nothing when I execute :Neomake coala

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants