Sha256: 57efd6f691393c6ceb7227ea39ef1acfdc42dab1cb39b10f716ba1e1e6ab9c4b
Contents?: true
Size: 314 Bytes
Versions: 16
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true require "rubocop" require_relative "has_sigil" module RuboCop module Cop module Sorbet # Makes the Sorbet `ignore` sigil mandatory in all files. class IgnoreSigil < HasSigil def minimum_strictness "ignore" end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems