8d12ab179b
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> |
||
---|---|---|
.. | ||
config | ||
lib | ||
spec | ||
Gemfile | ||
README.md | ||
Rakefile | ||
tatl_tael.gemspec | ||
test.sh |
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