Skip to content

Commit

Permalink
fix codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Dec 18, 2024
1 parent 7e35af6 commit d7676c0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ exclude_patterns:
- "client/config/"
- "deploy/config/client/env*.js"
- "files/"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
- "LICENSE.md"
- ".github/ISSUE_TEMPLATE/"
- "docs/developer/conduct.md"
12 changes: 6 additions & 6 deletions servers/lib/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ apollo-path: '/lib'
graphql-playground: 'true'
git-repos: #only used in git mode
- user1:
- user1:
repo-url: 'https://gitlab.com/dtaas/user1.git'
- user2:
- user2:
repo-url: 'https://gitlab.com/dtaas/user2.git'
- common:
- common:
repo-url: 'https://gitlab.com/dtaas/common.git'
```

Expand All @@ -97,11 +97,11 @@ A fragment of the config for `git` mode is:
```yaml
...
git-repos:
- user1:
- user1:
repo-url: 'https://gitlab.com/dtaas/user1.git'
- user2:
- user2:
repo-url: 'https://gitlab.com/dtaas/user2.git'
- common:
- common:
repo-url: 'https://gitlab.com/dtaas/common.git'
```

Expand Down
12 changes: 6 additions & 6 deletions servers/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ apollo-path: '/lib'
graphql-playground: 'true'

git-repos: #only used in git mode
- user1:
- user1:
repo-url: 'https://gitlab.com/dtaas/user1.git'
- user2:
- user2:
repo-url: 'https://gitlab.com/dtaas/user2.git'
- common:
- common:
repo-url: 'https://gitlab.com/dtaas/common.git'
```
Expand All @@ -80,11 +80,11 @@ A fragment of the config for `git` mode is:
```yaml
...
git-repos:
- user1:
- user1:
repo-url: 'https://gitlab.com/dtaas/user1.git'
- user2:
- user2:
repo-url: 'https://gitlab.com/dtaas/user2.git'
- common:
- common:
repo-url: 'https://gitlab.com/dtaas/common.git'
```

Expand Down
2 changes: 1 addition & 1 deletion servers/lib/config/libms.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ git-repos: #only used in git mode
repo-url: 'https://gitlab.com/dtaas/user1.git'
- user2:
repo-url: 'https://gitlab.com/dtaas/user2.git'
- common:
- common:
repo-url: 'https://gitlab.com/dtaas/common.git'
2 changes: 1 addition & 1 deletion servers/lib/config/libms.yaml.default
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ git-repos: #only used in git mode
repo-url: 'https://gitlab.com/dtaas/user1.git'
- user2:
repo-url: 'https://gitlab.com/dtaas/user2.git'
- common:
- common:
repo-url: 'https://gitlab.com/dtaas/common.git'

0 comments on commit d7676c0

Please sign in to comment.