Skip to content

Commit

Permalink
RLintBear.py: Add asciinema link
Browse files Browse the repository at this point in the history
This change adds an asciinema link to 
demonstrate RLintBear in action on a R code file.

Closes coala#864
  • Loading branch information
khashf authored and gitmate-bot committed May 1, 2018
1 parent d35238f commit c8390d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bears/r/RLintBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class RLintBear:
DistributionRequirement(apt_get='r-base',
version='>=3.1.1')}
LICENSE = 'AGPL-3.0'
ASCIINEMA_URL = 'https://asciinema.org/a/178910'
CAN_DETECT = {'Syntax', 'Formatting'}
SEE_MORE = 'https://github.com/jimhester/lintr'

Expand Down

0 comments on commit c8390d0

Please sign in to comment.