-
-
Notifications
You must be signed in to change notification settings - Fork 7
Fix indentation and row label wrapping #86
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
Conversation
Code Coverage Summary
Diff against main
Results for commit: ee35bfa Minimum allowed coverage is ♻️ This comment has been updated with latest results |
inset <- table_inset(mat) | ||
|
||
if(tf_wrap) browser() |
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.
Need this removed before we can merge.
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.
I think I removed in commit forgot browser
but I do not understand the errors that are still blocking this PR
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.
I think the problem comes from the following... How did you solve the problem @gmbecker?
So to conclude, this isn't me not liking that we're doing linting, or even the settings of the linter. This is the linter fundamentally not functioning properly within the GH action.
Originally posted by @gmbecker in #83 (comment)
Fix #85 #84