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

readme: fix classNameRegex example #507

Merged
merged 1 commit into from
Mar 8, 2021
Merged

Conversation

clxmstaab
Copy link
Contributor

as is, the example runs into a error:

 50/50 [============================] 100%
In ClassNameRegexCollector.php line 24:

  ClassNameRegexCollector needs the regex configuration.

as is, the example runs into a error:
```
 50/50 [============================] 100%
In ClassNameRegexCollector.php line 24:

  ClassNameRegexCollector needs the regex configuration.
```
@@ -488,7 +488,7 @@ layers:
- name: Controller
collectors:
- type: classNameRegex
regex: #.*Controller.*#
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# indicates a comment in yaml, therefore the line ending was effectively commented out (and therefore a syntax error)

@smoench smoench added this to the 0.12.0 milestone Mar 4, 2021
@smoench smoench merged commit 97cbab9 into qossmic:master Mar 8, 2021
@smoench
Copy link
Contributor

smoench commented Mar 8, 2021

Thank you @clxmstaab

@clxmstaab clxmstaab deleted the patch-1 branch March 8, 2021 08:27
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