Sha256: a0326b9af102c970787d31e27966ff9a02085e13ab555fb7ed8c061837064eae
Contents?: true
Size: 320 Bytes
Versions: 12
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true require 'rubocop' require_relative 'has_sigil' module RuboCop module Cop module Sorbet # This cop makes the Sorbet `false` sigil mandatory in all files. class FalseSigil < HasSigil def minimum_strictness 'false' end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems