This repository was archived by the owner on Jul 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -106,24 +106,14 @@ The following are not fully implemented yet.
106
106
To add a new integration, you'll need to create a new ` Service ` subclass. Please
107
107
use existing services as an example:
108
108
109
- - Chat service examples: [ hipchat] [ ] , [ campfire] [ ]
110
- - Issue tracker examples: [ github_issues] [ ] , [ lighthouse] [ ]
111
-
112
- [ hipchat ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/hipchat.rb
113
- [ campfire ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/campfire.rb
114
- [ github_issues ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/github_issues.rb
115
- [ lighthouse ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/lighthouse.rb
109
+ - Chat service examples: [ hipchat] ( lib/cc/services/hipchat.rb ) , [ campfire] ( lib/cc/services/campfire.rb )
110
+ - Issue tracker examples: [ github_issues] ( lib/cc/services/github_issues.rb ) , [ lighthouse] ( lib/cc/services/lighthouse.rb )
116
111
117
112
Ensure that your class implements ` #receive_test ` . It must handle any exceptions
118
113
and always return a hash of ` { ok: true|false, message: "String (HTML ok)" } ` .
119
- [ Example] [ test_example ] .
120
-
121
- [ test_example ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/jira.rb#L31
114
+ [ Example] ( lib/cc/services/jira.rb#L31 ) .
122
115
123
116
When you open your PR, please include an image for your service.
124
- [ Example] [ service_avatar ] .
125
-
126
- [ service_avatar ] : https://codeclimate.com/assets/integration_icons/campfire-9f0475f77133a3ff5267972436dead60.png
127
117
128
118
## License
129
119
You can’t perform that action at this time.
0 commit comments