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

More specific error message for the variable-name rule. #2672

Merged
merged 1 commit into from May 6, 2017

Conversation

mprobst
Copy link
Contributor

@mprobst mprobst commented May 3, 2017

PR checklist

  • New feature, bugfix, or enhancement
    • Includes tests

Overview of change:

Users were confused by the rule requiring camelcase, as they thought that should include UpperCamelCase (aka PascalCase). This change adjusts the error message to be more explicit.

[enhancement] better error messages in variable-name

camelcase by itself can be misunderstood, as it might include UpperCamelCase (aka PascalCase). This change adjusts the error message to hint at the casing required.
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.

None yet

2 participants