We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea07aa commit b9324c3Copy full SHA for b9324c3
README.md
@@ -113,6 +113,10 @@ CodeclimateDiff.configure do |config|
113
host: "https://org.gitlab.org", # Required. Gitlab's Host. e.g. https://org.gitlab.org. Defaults nil.
114
personal_access_token: ENV["GITLAB_PERSONAL_ACCESS_TOKEN"] # Required. Your personal access token. Defaults nil.
115
}
116
+
117
+ config.github = {
118
+ # TODO: Add GitHub requirements
119
+ }
120
end
121
```
122
lib/codeclimate_diff/configuration.rb
@@ -11,6 +11,10 @@ def initialize
11
host: nil,
12
personal_access_token: nil
13
14
15
+ @github = {
16
17
18
19
20
0 commit comments