-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support text-separator customization #493
Support text-separator customization #493
Conversation
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.
Just a small change regarding the aliases and we're good to go!
d4ab779
to
12889df
Compare
Fixed conflicts and removed setter aliases along with getters as per similar request to #491. |
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.
bors merge
493: Support text-separator customization r=brunoocasali a=ellnix # Pull Request ## Related issue Fixes #487 ## PR checklist Please check if your PR fulfills the following requirements: - [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [X] Have you read the contributing guidelines? - [X] Have you made sure that the title is accurate and descriptive of the changes? There are linter errors on both this pull request and the #491 since they add new settings, but they cannot reasonably be tackled while adding settings. A separate issue and PR would be more appropriate. Co-authored-by: ellnix <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #493 +/- ##
==========================================
+ Coverage 99.61% 99.62% +0.01%
==========================================
Files 9 9
Lines 516 530 +14
==========================================
+ Hits 514 528 +14
Misses 2 2
☔ View full report in Codecov by Sentry. |
@ellnix can you re ran the rubocop todo list? |
Build failed: |
All of the PRs that involve adding things to the
How should I proceed? |
I think we are good to go with just the rubocop todo thing, after that we can plan a bigger refactor in a new PR :) |
ea59a10
to
c8f6fe5
Compare
@brunoocasali all rebased with conflicts and rubocop fixed. |
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.
bors merge
Thanks a lot @ellnix you rocks!
493: Support text-separator customization r=brunoocasali a=ellnix # Pull Request ## Related issue Fixes #487 ## PR checklist Please check if your PR fulfills the following requirements: - [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [X] Have you read the contributing guidelines? - [X] Have you made sure that the title is accurate and descriptive of the changes? There are linter errors on both this pull request and the #491 since they add new settings, but they cannot reasonably be tackled while adding settings. A separate issue and PR would be more appropriate. Co-authored-by: ellnix <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
Build failed: |
bors merge |
Pull Request
Related issue
Fixes #487
PR checklist
Please check if your PR fulfills the following requirements:
There are linter errors on both this pull request and the #491 since they add new settings, but they cannot reasonably be tackled while adding settings. A separate issue and PR would be more appropriate.