-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
test #316
test #316
Conversation
# COMMENT context "with -r option specified" do | ||
# context is ignoring the needed "bundle install", and therefore can GO TO HELL. REMOVED. | ||
# moving this text to end of suite instead | ||
=begin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not use block comments.
@@ -181,6 +171,23 @@ | |||
compile_doc(source_file, "-t iso -x xml,doc --no-progress") | |||
end | |||
|
|||
# COMMENT context "with -r option specified" do | |||
# context is ignoring the needed "bundle install", and therefore can GO TO HELL. REMOVED. | |||
# moving this text to end of suite instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation detected (column 2 instead of 0).
@@ -181,6 +171,23 @@ | |||
compile_doc(source_file, "-t iso -x xml,doc --no-progress") | |||
end | |||
|
|||
# COMMENT context "with -r option specified" do | |||
# context is ignoring the needed "bundle install", and therefore can GO TO HELL. REMOVED. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long. [91/80]
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #316 +/- ##
=======================================
Coverage 95.87% 95.87%
=======================================
Files 15 15
Lines 703 703
=======================================
Hits 674 674
Misses 29 29 ☔ View full report in Codecov by Sentry. |
297ab03
to
80fe54c
Compare
if File.exist? "Gemfile.devel" | ||
eval File.read("Gemfile.devel"), nil, "Gemfile.devel" # rubocop:disable Security/Eval | ||
end | ||
eval_gemfile("Gemfile.devel") rescue nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid using rescue in its modifier form.
Metanorma PR checklist