Skip to content

Commit da7d09b

Browse files
committed
feat: Add github attr
1 parent b9324c3 commit da7d09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/codeclimate_diff/configuration.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
module CodeclimateDiff
44
class Configuration
5-
attr_accessor :gitlab
5+
attr_accessor :gitlab,
6+
:github
67

78
def initialize
89
@gitlab = {

0 commit comments

Comments
 (0)