Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Fix interface name rule#4626

Merged
adidahiya merged 1 commit intopalantir:masterfrom
VincentLanglet:fixInterfaceNameRule
Apr 4, 2019
Merged

Fix interface name rule#4626
adidahiya merged 1 commit intopalantir:masterfrom
VincentLanglet:fixInterfaceNameRule

Conversation

@VincentLanglet
Copy link
Copy Markdown
Contributor

@VincentLanglet VincentLanglet commented Apr 2, 2019

PR checklist

Overview of change:

I stoped to use isLowerCase or isUpperCase to use a real regex. These functions was buggy with numbers.

Is there anything you'd like reviewers to focus on?

I add a better support for prettier too.

CHANGELOG.md entry:

[bugfix] interface-name now correctly handle numeric characters

Copy link
Copy Markdown
Contributor

@adidahiya adidahiya left a comment

Choose a reason for hiding this comment

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

looks fine otherwise

Comment thread tslint.json Outdated
"trailingComma": "all"
}
},
"prettier": true,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

revert this part too

Comment thread .prettierrc Outdated
@@ -0,0 +1,5 @@
{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please revert, don't make unrelated changes like this in PRs

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done in another PR

Copy link
Copy Markdown
Contributor

@adidahiya adidahiya left a comment

Choose a reason for hiding this comment

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

thanks. also please avoid force-pushing to PRs in the future. using regular commits helps me review incremental changes easier. we squash at the end of a PR.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

interface IX123abc throw an error

2 participants