canvas-lms/gems/tatl_tael
Cody Cutrer 43b7bf041f bundle update timecop
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>
2024-06-24 23:20:11 +00:00
..
config Add warning for new uses of byRole 2024-06-03 13:51:50 +00:00
lib Force by_role linter to give -1 and not -2 2024-06-03 21:14:39 +00:00
spec Force by_role linter to give -1 and not -2 2024-06-03 21:14:39 +00:00
Gemfile fix lockfile syncing from canvas lockfile to sub-gems 2023-05-09 22:57:42 +00:00
Gemfile.lock bundle update timecop 2024-06-24 23:20:11 +00:00
README.md lint: encourage specs, fixes SD-1024 2016-05-02 16:16:44 +00:00
Rakefile add frozen_string_literal comment to engines and gems 2021-03-30 18:14:15 +00:00
tatl_tael.gemspec fix lockfile syncing from canvas lockfile to sub-gems 2023-05-09 22:57:42 +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