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
Hi,
I have configured rubocop-md on my project, it runs fine when I run rubocop form the terminal.
When I run it via guard, I get the following error
undefined method `for' for nil:NilClass /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-md-0.3.2/lib/rubocop/markdown/preprocess.rb:66:in `initialize' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-md-0.3.2/lib/rubocop/markdown/rubocop_ext.rb:79:in `new' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-md-0.3.2/lib/rubocop/markdown/rubocop_ext.rb:79:in `parse' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-ast-0.0.3/lib/rubocop/ast/processed_source.rb:33:in `initialize' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-ast-0.0.3/lib/rubocop/ast/processed_source.rb:18:in `new' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-ast-0.0.3/lib/rubocop/ast/processed_source.rb:18:in `from_file' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-0.84.0/lib/rubocop/runner.rb:365:in `get_processed_source' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-0.84.0/lib/rubocop/runner.rb:121:in `block in file_offenses' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-md-0.3.2/lib/rubocop/markdown/rubocop_ext.rb:52:in `file_offense_cache' /home/calin/.rvm/gems/[email protected]_api/gems/rubocop-0.84.0/lib/rubocop/runner.rb:120:in `file_offenses'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have configured rubocop-md on my project, it runs fine when I run rubocop form the terminal.
When I run it via guard, I get the following error
The text was updated successfully, but these errors were encountered: