43b7bf041f
Change-Id: Ia573031295a566dcf6b5b083b2d62932001c1432 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/350946 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Aaron Ogata <aogata@instructure.com> Build-Review: Aaron Ogata <aogata@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com> |
||
---|---|---|
.. | ||
config | ||
lib | ||
spec | ||
Gemfile | ||
Gemfile.lock | ||
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