c2cba46851
[skip-stages=Flakey] auto-corrected Change-Id: I4a0145abfd50f126669b20f3deaeae8377bac24d Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/279535 Tested-by: Cody Cutrer <cody@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com> Migration-Review: Cody Cutrer <cody@instructure.com> Reviewed-by: Jacob Burroughs <jburroughs@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