Skip to content

Commit b9324c3

Browse files
committed
chore: Tidy ups
1 parent eea07aa commit b9324c3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ CodeclimateDiff.configure do |config|
113113
host: "https://org.gitlab.org", # Required. Gitlab's Host. e.g. https://org.gitlab.org. Defaults nil.
114114
personal_access_token: ENV["GITLAB_PERSONAL_ACCESS_TOKEN"] # Required. Your personal access token. Defaults nil.
115115
}
116+
117+
config.github = {
118+
# TODO: Add GitHub requirements
119+
}
116120
end
117121
```
118122

lib/codeclimate_diff/configuration.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ def initialize
1111
host: nil,
1212
personal_access_token: nil
1313
}
14+
15+
@github = {
16+
# TODO: Add GitHub requirements
17+
}
1418
end
1519
end
1620
end

0 commit comments

Comments
 (0)