Sha256: d7a746235a94658a0b7d0bc332a3ce39bc2570509b55f03d41ef7438ae00dc90
Contents?: true
Size: 299 Bytes
Versions: 8
Compression:
Stored size: 299 Bytes
Contents
# Disable linting of Dangerfile. # rubocop:disable all has_app_changes = !git.modified_files.grep(/(bin|ext|lib)/).empty? warn("PR is classed as Work in Progress") if github.pr_title.include? "[WIP]" warn("Big PR, try to keep changes smaller if you can") if git.lines_of_code > 500 rubocop.lint
Version data entries
8 entries across 8 versions & 1 rubygems