canvas-lms/gems/tatl_tael
Cody Cutrer c2cba46851 RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation
[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>
2021-11-25 14:03:06 +00:00
..
config tatl_tael: don't enforce copyright linter for plugins 2021-09-28 16:16:20 +00:00
lib RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
spec RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
Gemfile RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +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 RuboCop: Style/ExpandPathArguments 2021-11-17 22:06:59 +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