Skip to content

Commit 1a8caa4

Browse files
authored
Proper text files end with a newline character (#6614)
Fix yamllint error. Fix other text files once I am at it. No change in source function.
1 parent 778e9e9 commit 1a8caa4

File tree

26 files changed

+27
-27
lines changed

26 files changed

+27
-27
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ P1 - I need this no later than the next release (end of quarter)
2727
P2 - we should do it in the next couple of quarters
2828
P3 - I'm not really blocked by it, it is an idea I'd like to discuss / suggestion based on principle
2929

30-
<!-- [optional] additional comment / context -->
30+
<!-- [optional] additional comment / context -->

.github/ISSUE_TEMPLATE/task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Project task
3-
about: Task to track larger efforts
3+
about: Task to track larger efforts
44
title: ''
55
labels: 'kind/task'
66
assignees: ''
@@ -16,4 +16,4 @@ assignees: ''
1616
<!-- optional, feel free to remove this section -->
1717
**Related**
1818

19-
Related issues: #abc, #xyz, ...
19+
Related issues: #abc, #xyz, ...

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ harassment or threats to anyone's safety, we may take action without notice.
8989

9090
This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
9191
available at
92-
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
92+
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

benchmarks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ You can also pass arguments to the script, which would be forwarded to the `asv
1919
Please refer [Running Benchmarks guide by ASV](https://asv.readthedocs.io/en/stable/using.html#running-benchmarks) for more information.
2020

2121
## Results Database
22-
TODO([#3838](https://github.com/quantumlib/Cirq/issues/3838)): Add details regarding GCP setup.
22+
TODO([#3838](https://github.com/quantumlib/Cirq/issues/3838)): Add details regarding GCP setup.

cirq-aqt/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests~=2.18
1+
requests~=2.18

cirq-google/cirq_google/api/v2/program.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,4 @@ message IdentityGate {
462462

463463
message HPowGate {
464464
FloatArg exponent = 1;
465-
}
465+
}

cirq-google/cirq_google/devices/specifications/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ This directory contains snapshots of `DeviceSpecification` proto messages
33

44
Files with the suffix `_for_grid_device` are equivalent representations of corresponding proto files
55
without the suffix, but in the new `DeviceSpecification` format which is parsed into
6-
`cirq_google.GridDevice`.
6+
`cirq_google.GridDevice`.

cirq-google/version_policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# cirq-google Version Policy
22

3-
The `cirq-google` directory should abide by Semantic Versioning 2.0.0. In rare cases, we may introduce backward-incompatible changes to the public API in a release with a minor version increment. Such changes will be noted in `CHANGELOG.md` within the directory before the release.
3+
The `cirq-google` directory should abide by Semantic Versioning 2.0.0. In rare cases, we may introduce backward-incompatible changes to the public API in a release with a minor version increment. Such changes will be noted in `CHANGELOG.md` within the directory before the release.

cirq-ionq/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests~=2.18
1+
requests~=2.18

cirq-pasqal/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests~=2.18
1+
requests~=2.18

cirq-web/cirq_ts/.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
build/
22
**/node_modules
3-
**/dist
3+
**/dist

cirq-web/cirq_ts/dist/html/bloch_sphere.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
.addVector(1, 0, 0);
1212
</script>
1313
</body>
14-
</html>
14+
</html>

cirq-web/cirq_ts/dist/html/circuit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
});
2727
</script>
2828
</body>
29-
</html>
29+
</html>
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
req1
2-
req2
2+
req2

dev_tools/pr_monitor/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ RUN pip install -r ./dev_tools/pr_monitor/requirements.txt
3434
COPY ./*.py ./dev_tools/
3535

3636
ENV PYTHONPATH=/app
37-
CMD ["python", "dev_tools/pr_monitor.py"]
37+
CMD ["python", "dev_tools/pr_monitor.py"]

dev_tools/pr_monitor/cloudbuild-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ steps:
1616
- skaffold
1717
- run
1818
- --force
19-
- -f=dev_tools/pr_monitor/skaffold.yaml
19+
- -f=dev_tools/pr_monitor/skaffold.yaml

dev_tools/pr_monitor/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.32.0
2-
google-cloud-secret-manager==1.0.0
2+
google-cloud-secret-manager==1.0.0

dev_tools/pr_monitor/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ spec:
2626
spec:
2727
containers:
2828
- name: cirq-pr-monitor
29-
image: us-docker.pkg.dev/cirq-infra/cirq/pr_monitor
29+
image: us-docker.pkg.dev/cirq-infra/cirq/pr_monitor

dev_tools/requirements/isolated-base.env.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
-r deps/notebook.txt
55

66
# for shell_tools
7-
requests
7+
requests

dev_tools/requirements/mypy.env.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# compile it with pip-compile dev_tools/requirements/dev.txt
44

55
-r deps/cirq-all.txt
6-
-r deps/mypy.txt
6+
-r deps/mypy.txt
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r deps/cirq-all-no-contrib.txt
2-
-r deps/dev-tools.txt
2+
-r deps/dev-tools.txt
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# a comment
2-
b
2+
b
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# c is included
22
# this one has no new line at the end
3-
c
3+
c

dev_tools/triage-party/cloudbuild-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ steps:
1616
- skaffold
1717
- run
1818
- --force
19-
- -f=dev_tools/triage-party/skaffold.yaml
19+
- -f=dev_tools/triage-party/skaffold.yaml

dev_tools/triage-party/kubernetes/01_ns/namespace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: Namespace
33
metadata:
44
name: triage-party
55
labels:
6-
name: triage-party
6+
name: triage-party

dev_tools/triage-party/kubernetes/02_deployment/configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ data:
208208
filters:
209209
- tag: recv
210210
- responded: +7d
211-
- label: "kind/design-issue"
211+
- label: "kind/design-issue"

0 commit comments

Comments
 (0)