Skip to content
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

[SG-40884]: Turned off unicorn/prevent-abbreviations rule #260

Merged
merged 1 commit into from Aug 26, 2022

Conversation

gitstart-sourcegraph
Copy link
Collaborator

Description:

Disabled no-abbreviations rule.

Ref:

Gitstart Ticket
SG Issue

Comment on lines -280 to -283
// caught by prevent-abbreviations below, avoid double-flagging
'e',
'i',
'ch',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Removed these since there would be no longer double-flagging resulting from prevent-abbreviations rule

@@ -523,7 +474,6 @@ module.exports = {
rules: {
'no-var': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'unicorn/prevent-abbreviations': 'off',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Removed here, since it's not turned off globally.

@gitstart-sourcegraph gitstart-sourcegraph marked this pull request as ready for review August 26, 2022 07:10
@gitstart-sourcegraph gitstart-sourcegraph marked this pull request as draft August 26, 2022 07:13
@gitstart-sourcegraph gitstart-sourcegraph marked this pull request as ready for review August 26, 2022 07:16
Copy link
Member

@valerybugakov valerybugakov left a comment

Choose a reason for hiding this comment

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

We need to use semantic commits to release the updated version automatically. Please update the merge commit name.

@sourcegraph-buildkite
Copy link
Collaborator

🎉 This PR is included in version 0.31.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants