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

Advertise integration w/ Coala. #57287

Closed
Adrianzatreanu opened this issue Feb 27, 2016 · 10 comments
Closed

Advertise integration w/ Coala. #57287

Adrianzatreanu opened this issue Feb 27, 2016 · 10 comments
Assignees
Labels
analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-documentation A request to add or improve documentation

Comments

@Adrianzatreanu
Copy link

Hello, we're coala - http://coala-analyzer.org/ and your linter can now be used in all our supported editors and stuff, maybe working together could be fruitful!

See coala/coala-bears#105 & coala/coala-bears@93b3d8f for more info

CC @sils1297

@Adrianzatreanu
Copy link
Author

If you are interested in working with us, you can always find us on https://gitter.im/coala-analyzer/coala or #coala on freenode or https://telegram.me/joinchat/AuL-lwKZ8JLFZiI6SbtQVw on telegram.

We are looking forward for your messages :)

@pq pq closed this as completed Mar 14, 2017
@adtac
Copy link

adtac commented Mar 26, 2017

Hey @pq

coala is a tool that unifies all linters under one interface - this means that you can support multiple editors trivially, get various performance improvements done under-the-hood, various output formats (JSON, CLI, ...) and much much more.

We integrated this linter as DartLintBear. You can easily test it out by installing coala (it's just a simple pip3 install coala-bears) and running coala --bears=DartLintBear --files=src/\*.dart - that's it!

@pq
Copy link
Member

pq commented Mar 27, 2017

Hi @adtac . Is coala hooked up to the Dart analyzer shipped w/ the SDK? The linter front-end CLI in this package is likely to go away in favor of calling out to the analyzer proper. (See: #57427).

Thanks for doing this!

@pq pq reopened this Mar 27, 2017
@adtac
Copy link

adtac commented Mar 27, 2017

@pq do you mean the dartanalyzer binary? If so, yes, we're using the one that's shipped with the SDK (see here). We're not using the linter executable (that is getting deprecated).

@pq
Copy link
Member

pq commented Mar 28, 2017

Ah, cool. Thanks!

@adtac: How are folks generally advertising their coala support?

@sils
Copy link

sils commented Mar 28, 2017

Usually they have a section about integrations that also includes editor plugins (via or not via coala)

@adtac
Copy link

adtac commented Mar 28, 2017

It looks like you have a few badges at the top of your README, so we made one just for you :)

coala support

Code:

[![coala support](https://img.shields.io/badge/coala%20support-yes-green.svg)](https://coala.io)

@pq
Copy link
Member

pq commented Mar 28, 2017

Awesome. Thanks!

@sils, @adtac : who would you rate as your most visible integrators?

@adtac
Copy link

adtac commented Mar 28, 2017

@pq we have about 107 bears (linter wrappers) supporting about 64 languages right now. Some of my personal favorites are YapfBear for google/yapf, CPDBear for cpd, GNUIndentBear for GNU Indent, PEP8Bear which makes things PEP8 conformant, and much more :)

@pq pq self-assigned this Mar 28, 2017
@pq pq added the type-documentation A request to add or improve documentation label Mar 28, 2017
@pq pq changed the title Coala has lint support ! Advertise integration w/ Coala. Mar 28, 2017
@pq
Copy link
Member

pq commented Jun 14, 2018

image

It looks like this is no longer a thing. Feel free to re-open.

@pq pq closed this as completed Jun 14, 2018
@devoncarew devoncarew added analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. labels Nov 18, 2024
@devoncarew devoncarew transferred this issue from dart-lang/linter Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-documentation A request to add or improve documentation
Projects
None yet
Development

No branches or pull requests

5 participants