Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surround example regex with single quotes #1029

Merged
merged 1 commit into from
Jul 16, 2019
Merged

Surround example regex with single quotes #1029

merged 1 commit into from
Jul 16, 2019

Conversation

alexjurkiewicz
Copy link
Contributor

YAML strings in double quotes use backslash as an escape character. Help out people copying and pasting from this error message into a YAML template by enclosing the example regex in single quotes instead.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

YAML strings in double quotes use backslash as an escape character. Help out people copying and pasting from this error message into a YAML template by enclosing the example regex in single quotes instead.
@codecov
Copy link

codecov bot commented Jul 16, 2019

Codecov Report

Merging #1029 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1029   +/-   ##
=======================================
  Coverage   86.83%   86.83%           
=======================================
  Files         133      133           
  Lines        7878     7878           
  Branches     1939     1939           
=======================================
  Hits         6841     6841           
- Misses        638      639    +1     
+ Partials      399      398    -1
Impacted Files Coverage Δ
src/cfnlint/rules/parameters/Cidr.py 97.82% <ø> (ø) ⬆️
src/cfnlint/__init__.py 88.61% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29019eb...fc1db89. Read the comment docs.

@kddejong kddejong merged commit b885448 into aws-cloudformation:master Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants