Corrected wrong example
The second example about adding custom rels was identical to the former, while another attribute should have been added.
@xplosionmind can you fix the checks issues, please?If so, I'll add it to v2,1
can you fix the checks issues, please?
Sorry, honestly, I have no idea how to understand the error, its source and how to fix it. I forked the repository and simply changed the README.
I never stumbled upon Travis-CI before and it is the first time I have a PR fail. Could you give me some insights?
Thank you very much ❤️
Hi @xplosionmind ... I think you can just ignore these files:
Rubocop 0.71.0
vendor/bundle/ruby/2.5.0/gems/jekyll-4.2.0/.rubocop.yml: Layout/LineLength has the wrong namespace - should be Metrics
vendor/bundle/ruby/2.5.0/gems/jekyll-4.2.0/.rubocop.yml: Lint/SelfAssignment has the wrong namespace - should be Style
Configuration file not found: /home/travis/build/keithmifsud/jekyll-target-blank/vendor/bundle/ruby/2.5.0/gems/jekyll-4.2.0/.rubocop_todo.yml
The command "scripts/cibuild" exited with 2.
from rubocop because they're bundles and outside our codebase.
https://docs.rubocop.org/rubocop/configuration.html#includingexcluding-files
I think this is jekyll-target-blank's bug. We're using version 0.71.0 of Rubocop where the latest version is 1.26. Furthermore, Metrics/LineLength was moved to Layout/LineLength in Rubocop version 0.78.0