Skip to content

Commit

Permalink
JSONFormatBear: Add Asciinema URL
Browse files Browse the repository at this point in the history
Added asciinema url to show bear in action.

Closes coala#1075
BrainBuzzer committed Nov 30, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 25c9283 commit 51d86af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bears/js/JSONFormatBear.py
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ class JSONFormatBear(LocalBear):
LANGUAGES = {'JSON'}
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'[email protected]'}
ASCIINEMA_URL = 'https://asciinema.org/a/6vxc7076tnf996zanpdfwojwu'
LICENSE = 'AGPL-3.0'
CAN_DETECT = {'Formatting'}

0 comments on commit 51d86af

Please sign in to comment.