Sha256: 40d720041d31c9d39834c52b102142c75cacce36e0624f79de414d9fd6eaffdc
Contents?: true
Size: 311 Bytes
Versions: 16
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true require "rubocop" require_relative "has_sigil" module RuboCop module Cop module Sorbet # Makes the Sorbet `false` sigil mandatory in all files. class FalseSigil < HasSigil def minimum_strictness "false" end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems