coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

Unused bears show up in different categories (languages) on successive runs #249

Open tallicamike opened 6 years ago

tallicamike commented 6 years ago

On successive runs against coala repo, print_relevant_bears will display unused bears in different categories (languages) on each run. I think this is due to the fact that the filtering is done on a dictionary that is unordered (so on each run the values are eliminated in a different order, and for the values that belong to multiple categories/languages they might end up as flagged in different categories). This is blocked by https://github.com/coala/coala-quickstart/pull/227.

gitmate-bot commented 6 years ago

GitMate.io thinks the contributor most likely able to help you is @satwikkansal.