You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dangerfile
+12
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,18 @@ warn("Big PR") if git.lines_of_code > 500
20
20
#ENSURE THERE IS A SUMMARY FOR A PR
21
21
warn("Please provide a summary in the Pull Request description. See more info <a href=\"http\://tinyletter.com/exercism/letters/exercism-pull-requests\">here.</a>")ifgithub.pr_body.length < 5
22
22
23
+
# Ensure that .gitignore is included in new exercises
0 commit comments