Sourcegraph Code Climate extension design
Created by: yevbar
Feature request description
A Sourcegraph extension for Code Climate!
- View decorated lines with errors/suggestions
Problem: This function should be refactored
Severity: Major
def my_function():
print("I'm never gonna give you up ♪")
...
-
Be able to view grade of repository when looking at a file (right now the sourcegraph extension triggers when viewing a file)

-
When viewing a file, be able to view the grade for that specific file (here's the API endpoint)
Is your feature request related to a problem? If so, please describe.
I want to be able to retrieve Code Climate data about my files/repository while viewing them on a code host (e.g GitHub)
Describe alternatives you've considered.
Code Climate has a browser extension for Firefox and Chrome but I would like an extension that can fit in with my other Sourcegraph extensions (so that I'd only need to install one browser extension on whatever browser I go to)
Additional context
There is currently a Codecov extension for Sourcegraph and this extension could be of a similar flavor
