Skip to content

Commit d233d3f

Browse files
authored
Update Dangerfile
1 parent b5acfb3 commit d233d3f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dangerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ if git.commits.any? { |c| c.message =~ /^Merge branch '#{github.branch_for_base}
1818
fail('Please rebase to get rid of the merge commits in this PR')
1919
end
2020

21-
code_style_validation.check file_extensions: ['.hpp', '.cpp', '.h', '.cc']
22-
23-
commit_lint.check
24-
25-
lgtm.check_lgtm
21+
code_style_validation.check validator: ['yapf'],
22+
file_extensions: ['.py']

0 commit comments

Comments
 (0)