We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this long list of error while loading feature and step files using yardoc 'features/**/*.rb' 'features/**/*.feature'
yardoc 'features/**/*.rb' 'features/**/*.feature'
[error]: Skipping feature because an error has occurred. [error]: Skipping feature because an error has occurred. . . . [error]: Skipping feature because an error has occurred. [error]: Skipping feature because an error has occurred. Files: 476 Modules: 7 ( 0 undocumented) Classes: 0 ( 0 undocumented) Constants: 2 ( 0 undocumented) Attributes: 3 ( 0 undocumented) Methods: 50 ( 0 undocumented) 100.00% documented
I have multiple tags at feature level in all feature files I think that shouldn't be an issue.
I am on yard-cucumber (4.0.0), yard (0.9.25), and cucumber (3.0.2) in Windows 10. rake yard --trace throws a Seg fault. Console error here https://github.com/pgundlupetvenkatesh/MyFiles/blob/master/yard-cucumber-seg-fault.txt There were no errors or warnings on cucumber (2.4.0)
rake yard --trace
The text was updated successfully, but these errors were encountered:
@burtlo how soon can we expect yard-cucumber to work with Cucumber v6x?
Sorry, something went wrong.
@burtlo is there a new yard-cucumber release planned soon?
No branches or pull requests
I get this long list of error while loading feature and step files using
yardoc 'features/**/*.rb' 'features/**/*.feature'
I have multiple tags at feature level in all feature files I think that shouldn't be an issue.
I am on yard-cucumber (4.0.0), yard (0.9.25), and cucumber (3.0.2) in Windows 10.
rake yard --trace
throws a Seg fault. Console error here https://github.com/pgundlupetvenkatesh/MyFiles/blob/master/yard-cucumber-seg-fault.txtThere were no errors or warnings on cucumber (2.4.0)
The text was updated successfully, but these errors were encountered: