We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b08f4f commit 28f276dCopy full SHA for 28f276d
handlers/unsafe/__init__.py
@@ -9,6 +9,7 @@
9
10
class UnsafeHandler(EventHandler):
11
def on_pr_opened(self, api, payload):
12
+ return
13
for line in api.get_added_lines():
14
if line.find('unsafe ') > -1:
15
self.warn(unsafe_warning_msg)
0 commit comments