Sha256: 47739ea671ab223ecd840672199d0f41efcbca87e27c32ffc008f07a493d4561
Contents?: true
Size: 323 Bytes
Versions: 12
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true require 'rubocop' require_relative 'has_sigil' module RuboCop module Cop module Sorbet # This cop makes the Sorbet `strict` sigil mandatory in all files. class StrictSigil < HasSigil def minimum_strictness 'strict' end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems