canvas-lms/gems/tatl_tael
Cody Cutrer a32a26ac25 bundle update rspec-mocks
Change-Id: Ie4254cb9d7ae7e5b988ee66adaf1bac0f36bbeaf
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/347110
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
Build-Review: Cody Cutrer <cody@instructure.com>
2024-05-10 16:17:49 +00:00
..
config upgrade jquery-ui button to unpatched 1.9.0-beta.1 2024-02-07 21:39:20 +00:00
lib update rubocop, and apply new cops 2023-07-03 22:11:42 +00:00
spec update rubocop, and apply new cops 2023-07-03 22:11:42 +00:00
Gemfile fix lockfile syncing from canvas lockfile to sub-gems 2023-05-09 22:57:42 +00:00
Gemfile.lock bundle update rspec-mocks 2024-05-10 16:17:49 +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