Skip to content

Commit

Permalink
Merge branch 'develop' into docker-compose-wait
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok authored Mar 2, 2019
2 parents 8268447 + 1343fe6 commit 5784652
Show file tree
Hide file tree
Showing 1,652 changed files with 20,837 additions and 17,152 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 0.74.0-develop
ENV RC_VERSION 1.0.0-develop

MAINTAINER buildmaster@rocket.chat

Expand Down
12 changes: 1 addition & 11 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@
"globals": {
"__meteor_bootstrap__" : false,
"__meteor_runtime_config__" : false,
"Apps" : false,
"Assets" : false,
"chrome" : false,
"DynamicCss" : false,
"handleError" : false,
"getAvatarSuggestionForUser" : false,
"JitsiMeetExternalAPI" : false,
"jscolor" : false,
"msgStream" : false,
"openRoom" : false,
"RocketChat" : true,
"roomExit" : true,
"Settings" : false
"jscolor" : false
}
}
Loading

0 comments on commit 5784652

Please sign in to comment.