Skip to content

Commit eb1ec0b

Browse files
authored
Update healthcheck (#19)
1 parent c8549bc commit eb1ec0b

File tree

14 files changed

+7287
-3691
lines changed

14 files changed

+7287
-3691
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@typescript-eslint/no-non-null-assertion": "warn",
3131
"@typescript-eslint/no-var-requires": "off",
3232
"@typescript-eslint/indent": "off",
33+
"@typescript-eslint/no-unsafe-assignment": "off",
3334
"@typescript-eslint/no-explicit-any": "warn",
3435
"@typescript-eslint/explicit-function-return-type": "off",
3536
"@typescript-eslint/consistent-type-imports": "warn",

CODE_OF_CONDUCT.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ diverse, inclusive, and healthy community.
4242
Examples of behavior that contributes to a positive environment for our
4343
community include:
4444

45-
* Demonstrating empathy and kindness toward other people
46-
* Being respectful of differing opinions, viewpoints, and experiences
47-
* Giving and gracefully accepting constructive feedback
48-
* Accepting responsibility and apologizing to those affected by our mistakes,
45+
- Demonstrating empathy and kindness toward other people
46+
- Being respectful of differing opinions, viewpoints, and experiences
47+
- Giving and gracefully accepting constructive feedback
48+
- Accepting responsibility and apologizing to those affected by our mistakes,
4949
and learning from the experience
50-
* Focusing on what is best not just for us as individuals, but for the overall
50+
- Focusing on what is best not just for us as individuals, but for the overall
5151
community
5252

5353
Examples of unacceptable behavior include:
5454

55-
* The use of sexualized language or imagery, and sexual attention or advances of
55+
- The use of sexualized language or imagery, and sexual attention or advances of
5656
any kind
57-
* Trolling, insulting or derogatory comments, and personal or political attacks
58-
* Public or private harassment
59-
* Publishing others' private information, such as a physical or email address,
57+
- Trolling, insulting or derogatory comments, and personal or political attacks
58+
- Public or private harassment
59+
- Publishing others' private information, such as a physical or email address,
6060
without their explicit permission
61-
* Other conduct which could reasonably be considered inappropriate in a
61+
- Other conduct which could reasonably be considered inappropriate in a
6262
professional setting
6363

6464
### Enforcement Responsibilities
@@ -131,7 +131,7 @@ Violating these terms may lead to a permanent ban.
131131
#### 4. Permanent Ban
132132

133133
**Community Impact**: Demonstrating a pattern of violation of community
134-
standards, including sustained inappropriate behavior, harassment of an
134+
standards, including sustained inappropriate behavior, harassment of an
135135
individual, or aggression toward or disparagement of classes of individuals.
136136

137137
**Consequence**: A permanent ban from any sort of public interaction within the

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This repository contains the code for Ditto's content engine connector on the Lo
55
In its current state, this connector enables users to import their workspace's components to be translated within Lokalise. The Ditto integration is still in the process of being added to Lokalise's app marketplace so setup instructions will be added in the future.
66

77
## Maintainers
8-
[The MAX squad](https://lokalise.atlassian.net/wiki/spaces/PDE/pages/2501345749/MAX+Squad+-+Marketing+Persona+Experience).
8+
9+
[The MAX squad](https://lokalise.atlassian.net/wiki/spaces/PDE/pages/2501345749/MAX+Squad+-+Marketing+Persona+Experience).
910

1011
## Tech stack:
1112

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Overview
44

5-
![Overview](./overview.jpg "Overview")
5+
![Overview](./overview.jpg 'Overview')
66

77
https://miro.com/app/board/uXjVM7XR3KA=/
88

99
## Deployment diagram
1010

11-
![Deployment diagram](https://user-images.githubusercontent.com/34307113/191231514-21e824b6-6e2e-417a-88f2-cf9592fcad83.png "Deployment diagram")
11+
![Deployment diagram](https://user-images.githubusercontent.com/34307113/191231514-21e824b6-6e2e-417a-88f2-cf9592fcad83.png 'Deployment diagram')

docs/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In production you are expected to set environment variables during deployment (e
77

88
### app
99

10-
- `APP_NAME` -
10+
- `APP_NAME` -
1111
- `CLUSTER` -
1212
- `GIT_REPO_NAME` -
1313
- `GIT_BASE_BRANCH` -

0 commit comments

Comments
 (0)