Sha256: 5ac0539da33a4d73e4ee7a2460f02a96ef751d84705fa978b6ceb7840a964ce1
Contents?: true
Size: 323 Bytes
Versions: 10
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
10 entries across 10 versions & 1 rubygems