mirror of
https://github.com/discourse/discourse.git
synced 2025-09-03 08:39:21 +08:00
update big pr copy
This commit is contained in:
parent
ad95c24307
commit
06663f69f0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
if git.lines_of_code > 500
|
||||
warn("This PR seems big, we prefer smaller PR. Please be sure this is needed and can't be split in smaller PRs.")
|
||||
warn("This pull request is big! We prefer smaller PRs whenever possible, as they are easier to review. Can this be split into a few smaller PRs?")
|
||||
end
|
||||
|
||||
prettier_offenses = `prettier --list-different "app/assets/stylesheets/**/*.scss" "app/assets/javascripts/**/*.es6" "test/javascripts/**/*.es6"`.split('\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue