mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-28 15:35:28 +08:00
Add probot to words banned from descriptions
This commit is contained in:
@@ -7,7 +7,8 @@ describe "lint test" do
|
||||
BANNED_WORDS = Regexp.new('\b(' + [
|
||||
"GitHub App", # They're all GitHub Apps
|
||||
"bot", # TODO: link to docs about why bot is not preferred
|
||||
"automatically" # They're all automatic
|
||||
"automatically", # They're all automatic
|
||||
"probot", # Now you're just name dropping
|
||||
].join('|') + ')\b', Regexp::IGNORECASE | Regexp::MULTILINE)
|
||||
|
||||
Dir.glob("_apps/*.md").each do |path|
|
||||
|
||||
Reference in New Issue
Block a user