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

Allow naming rules #94

Open
kevinvangelder opened this issue Oct 26, 2017 · 0 comments
Open

Allow naming rules #94

kevinvangelder opened this issue Oct 26, 2017 · 0 comments

Comments

@kevinvangelder
Copy link
Member

kevinvangelder commented Oct 26, 2017

In some cases, like React Native, a version command returns versions for more than one thing. If we can put a name on each rule the resulting errors will be more readable and user-friendly.

    "react-native": [
      {
        "rule": "cli",
        "binary": "react-native",
        "semver": "2.0.1",
        "line": 1,
        "name": "React Native CLI"
      },
      {
        "rule": "cli",
        "binary": "react-native",
        "semver": "0.42.0",
        "line": 2,
        "name": "React Native"
      }
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants