hubot-github-reminder
Version:
A simple helpful robot for your Company
27 lines (19 loc) • 593 B
Plain Text
env:
# Adds all of the Mocha testing global variables
mocha: true
nnode: true
rules:
# Allow `(function() { fn(); }).should.throw();`
no-wrap-func: 0
# Warn when using "magic" getters `val.should.be.a.String;`
# Instead use the `code` module or `val.should.have.type('string');`
# TODO: Remove this rule when tests have been changed.
no-unused-expressions: 1
# Enforce single quotes
quotes:
- 2
- "single"
- "avoid-escape"
# Allows the use of `this_is_a_variable_name`
camelcase: 0