Sha256: 417b97dd999ed99adcff8c31c27c3eff35e927d8c6a4370f9f4d02306ca1d423
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 `ignore` sigil mandatory in all files. class IgnoreSigil < HasSigil def minimum_strictness 'ignore' end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems