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