question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unknown config option ignore was found

See original GitHub issue

By 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:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
rafaesccommented, Sep 6, 2018

@steriley @viljamis Yes, it was removed by mistake. I will release another version

0reactions
viljamiscommented, Sep 7, 2018

@rafaesc Awesome! Thank you!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found