canvas-lms/gems/tatl_tael
Jeremy Neander 8d12ab179b spec: remove explicit jest guidance for now
Change-Id: Ia1f1279db44bc8cc38a03a30163c9e3b41ebfa26
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/238044
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Spencer Olson <solson@instructure.com>
QA-Review: Jeremy Neander <jneander@instructure.com>
Product-Review: Jeremy Neander <jneander@instructure.com>
2020-05-20 19:21:42 +00:00
..
config spec: remove explicit jest guidance for now 2020-05-20 19:21:42 +00:00
lib spec: remove qunit warning for now 2020-05-07 19:25:46 +00:00
spec update JavaScript tatl_tael lint messages 2019-08-28 20:53:30 +00:00
Gemfile lint: encourage specs, fixes SD-1024 2016-05-02 16:16:44 +00:00
README.md lint: encourage specs, fixes SD-1024 2016-05-02 16:16:44 +00:00
Rakefile lint: encourage specs, fixes SD-1024 2016-05-02 16:16:44 +00:00
tatl_tael.gemspec copyright linter auto correct, refs SD-2295 2017-05-11 20:06:08 +00:00
test.sh incremental linting via dr diff, fixes SD-1521 2016-09-22 20:06:57 +00:00

README.md

TatlTael

TatlTael provides linting on the commit as a whole.

Usage

require "tatl_tael"

linter = TatlTael::Linter.new(git_dir: git_dir)

linter.ensure_specs do
  puts "this will be printed if there are ruby additions or modifications,"\
       " but no spec additions or modifications."
end