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