Sha256: f9261e079c0994ba0f1b9bc1097a3f0f8374fc7432a760f812cc040731ed3d4d
Contents?: true
Size: 564 Bytes
Versions: 5
Compression:
Stored size: 564 Bytes
Contents
all: exclude: - 'spec/**/*' bitbucket: slug: 'lab2023corp/<%= app_name%>' username: 'username' password: 'password' max_warnings: 50 verbose: true ## for local changes before the commit # before git add . # pronto run --unstaged # after git add . # pronto run --staged ## for branch commits analyze different between develop # pronto run # pronto run -c origin/develop ## for pull request # pronto run -f bitbucket_pr # pronto run -f bitbucket_pr -c origin/develop ## for commit # pronto run -f bitbucket # pronto run -f bitbucket -c origin/develop
Version data entries
5 entries across 5 versions & 1 rubygems