Skip to content

Commit 01bbf88

Browse files
committed
Remove other outdated references
1 parent b7b8e53 commit 01bbf88

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at mobile-open-source@uber.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at release@corp.badoo.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
GROUP=com.badoo.ribs
1616
VERSION_NAME=0.19.0
17-
POM_DESCRIPTION=RIBs is the cross-platform architecture behind many mobile apps at Uber. This framework is designed for mobile apps with a large number of engineers and nested states.
17+
POM_DESCRIPTION=Badoo RIBs is an evolution of Uber RIBs, with notable differences and additions
1818
POM_URL=https://github.com/badoo/RIBs/
1919
POM_SCM_URL=https://github.com/badoo/RIBs/
2020
POM_SCM_CONNECTION=scm:git:git://github.com/badoo/RIBs.git

libraries/rib-base/lint-baseline.xml

-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<issues format="4" by="lint 3.1.4">
33

4-
<issue
5-
id="CheckResult"
6-
message="The result of `subscribe` is not used"
7-
errorLine1=" workerLifecycle.subscribe(new Consumer&lt;WorkerEvent>() {"
8-
errorLine2=" ^">
9-
<location
10-
file="src/main/java/com/uber/rib/core/WorkerBinder.java"
11-
line="92"
12-
column="5"/>
13-
</issue>
14-
154
</issues>

0 commit comments

Comments
 (0)