Sha256: 5991ea906037490e3ef9534770c75c71ca7fe7127933cc4770aded491a093fb7
Contents?: true
Size: 307 Bytes
Versions: 15
Compression:
Stored size: 307 Bytes
Contents
require 'pre-commit/checks/grep' module PreCommit module Checks class Pry < Grep def message "binding.pry found:" end def pattern "binding\.(remote_)?pry" end def self.description "Finds files with 'binding.pry'." end end end end
Version data entries
15 entries across 15 versions & 1 rubygems