Skip to content

Commit 0939d98

Browse files
committed
chore: enforce trailing newlines to source files
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent dbd6d9b commit 0939d98

15 files changed

+21
-21
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{
2-
}
2+
}

docs/unsupported-devfile-api.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ The following features of the Devfile API that are not yet supported by the DevW
44

55
[options="header"]
66
|================================================================================================================================================================================================
7-
| DevFile feature | Related issue
8-
| `components.container.annotation.service` | https://github.com/devfile/devworkspace-operator/issues/799[Support setting annotations on services/endpoints from DevWorkspace]
9-
| `components.container.dedicatedPod` |
10-
| `components.image` | https://github.com/eclipse/che/issues/21186[Support Devfile v2 outer loop components of type image and kubernetes]
11-
| `components.custom` |
12-
| `events.postStop` |
7+
| DevFile feature | Related issue
8+
| `components.container.annotation.service` | https://github.com/devfile/devworkspace-operator/issues/799[Support setting annotations on services/endpoints from DevWorkspace]
9+
| `components.container.dedicatedPod` |
10+
| `components.image` | https://github.com/eclipse/che/issues/21186[Support Devfile v2 outer loop components of type image and kubernetes]
11+
| `components.custom` |
12+
| `events.postStop` |
1313
|================================================================================================================================================================================================
1414

15-
If there is no corresponding issue for a Devfile feature you'd like to use, please feel free to submit a feature request.
15+
If there is no corresponding issue for a Devfile feature you'd like to use, please feel free to submit a feature request.

pkg/library/flatten/testdata/implicit-spec-contributions/error_merged-component-has-apply-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ input:
3939
component: contribution
4040

4141
output:
42-
errRegexp: "apply command test-apply uses container contribution contribution as component"
42+
errRegexp: "apply command test-apply uses container contribution contribution as component"

pkg/library/flatten/testdata/spec-contributions/empty-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ input:
44
devworkspace: {}
55

66
output:
7-
devworkspace: {}
7+
devworkspace: {}

pkg/library/flatten/testdata/spec-contributions/error_merged-component-has-apply-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ input:
4141
component: contribution
4242

4343
output:
44-
errRegexp: "apply command test-apply uses container contribution contribution as component"
44+
errRegexp: "apply command test-apply uses container contribution contribution as component"

pkg/library/overrides/testdata/pod-overrides/error_cannot-parse-component-attribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ input:
1919
image: test-image
2020

2121
output:
22-
errRegexp: "failed to parse pod-overrides attribute on component test-component: .*"
22+
errRegexp: "failed to parse pod-overrides attribute on component test-component: .*"

pkg/library/overrides/testdata/pod-overrides/error_cannot-parse-global-attribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ input:
1919
image: test-image
2020

2121
output:
22-
errRegexp: "failed to parse pod-overrides attribute for workspace: .*"
22+
errRegexp: "failed to parse pod-overrides attribute for workspace: .*"

pkg/library/overrides/testdata/pod-overrides/workspace-component-attribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ output:
3030
spec:
3131
containers:
3232
- name: test-component
33-
image: test-image
33+
image: test-image

pkg/library/overrides/testdata/pod-overrides/workspace-defines-attribute-in-non-container-component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ output:
3232
spec:
3333
containers:
3434
- name: test-component
35-
image: test-image
35+
image: test-image

pkg/library/overrides/testdata/pod-overrides/workspace-global-attribute-as-json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ output:
2727
spec:
2828
containers:
2929
- name: test-component
30-
image: test-image
30+
image: test-image

0 commit comments

Comments
 (0)