Skip to content

Commit 5b75920

Browse files
authored
Add missing yamllint config file (#868)
Somehow, my previous PRs for adding yamllint did not include the `.yamllintrc` file. Here it is.
2 parents 53ab14d + f0ebf57 commit 5b75920

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.yamllint.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Summary: yamllint configuration for TensorFlow Quantum.
2+
# See https://yamllint.readthedocs.io/ for info about configuration options.
3+
4+
rules:
5+
line-length:
6+
# A common occurrence in YAML files is long URLs. The next two settings are
7+
# not specific to URLs, but help. It saves developer time by not requiring
8+
# comment directives to disable warnings at every occurrence.
9+
allow-non-breakable-words: true
10+
allow-non-breakable-inline-mappings: true

0 commit comments

Comments
 (0)