Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@antonsmithnz
Copy link
Contributor

Adds support for the disable two factor authentication endpoint introduced in GitLab 15.2.

@antonsmithnz
Copy link
Contributor Author

Regarding the failed Rubocop test - I wasn't sure on the best way to deal with this. Did we want to increase the line length limit?

@asedge
Copy link
Collaborator

asedge commented Aug 3, 2022

You could disable the cop, via comment, for that one line. Not sure how @NARKOZ would feel about updating the line length for the whole project.

@antonsmithnz
Copy link
Contributor Author

Thanks @asedge for the suggestion. For now I have disabled the cop via comment, and now all the tests are passing.

I should point out that the max limit for the Layout/LineLength cop is 127 characters - whereas my change makes the line 128 characters (1 character over the limit).

@NARKOZ Let me know what you think.

@asedge asedge requested a review from NARKOZ October 6, 2022 12:57
Copy link
Collaborator

@asedge asedge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll approve and leave it for a few days to see if @NARKOZ has any input. After that I'll merge it in and we'll deal with it later (if needed). Thanks so much for the contribution!

@asedge asedge merged commit 9e41329 into NARKOZ:master Oct 17, 2022
@asedge
Copy link
Collaborator

asedge commented Oct 17, 2022

Thank you for your contribution! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants