Sha256: 183d4223072aefa103a028a13ab45aa418e26ed27b216b9293390b52234ab506
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 `strict` sigil mandatory in all files. class StrictSigil < HasSigil def minimum_strictness "strict" end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems