Unknown config option ignore was found
See original GitHub issueBy following the documentation on the example of how to ignore a component it requests you to add the following into styleguide.config.js
ignore: ['**/*.spec.vue', '**/components/Button.vue']
However when doing so the following error comes back:
true 'StyleguidistError'
Unknown config option ignore was found, the value is:
[
'**/*.spec.vue',
'**/components/Button.vue'
]
undefined
error Command failed with exit code 1.
This leads me to believe there is a bug with ignore at the moment or the documentation is out of date for this option?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
pytest throws warning (Unknown config option: collect_ignore)
Workaround: Remove the collect_ignore entry. Add command line options to pytest using addopts : [tool:pytest] addopts = ...
Read more >How to solve PytestConfigWarning: Unknown config option ...
means that the config option some-name is not known to pytest or any of the currently installed pytest plugins (just what the warning...
Read more >_pytest.config — pytest documentation
Source code for _pytest.config. """Command line options, ini-file and conftest.py processing. ... USAGE_ERROR = 4 #: pytest couldn't find tests.
Read more >Unknown config option found: 'slack.legacy-app' - #sentry
Hello,. I'm trying to integrate Slack in sentry, but with no luck, I got * Unknown config option found: 'slack.legacy-app' and
Read more >Configuration — PyScaffold unknown documentation
... pandas scikit-learn [options.packages.find] where = src exclude = tests [options.extras_require] # Add here additional requirements for extra features, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@steriley @viljamis Yes, it was removed by mistake. I will release another version
@rafaesc Awesome! Thank you!