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

Unexpected interface name must start with a capitalized I #4630

Closed
danzGentrack opened this issue Apr 2, 2019 · 1 comment
Closed

Unexpected interface name must start with a capitalized I #4630

danzGentrack opened this issue Apr 2, 2019 · 1 comment

Comments

@danzGentrack
Copy link

danzGentrack commented Apr 2, 2019

Bug Report

  • TSLint version:5.15.0
  • TypeScript version:5.15.0
  • Running TSLint via: CLI

TypeScript code being linted

interface IS3FileInfo {
    name: string;
}

with tslint.json configuration:

{
    "defaultSeverity": "error",
    "extends": [
        "tslint:recommended"
    ],
    "jsRules": {},
    "rules": {},
    "rulesDirectory": []
}

Actual behavior

ERROR: a.ts:1:11 - interface name must start with a capitalized I

Expected behavior

The interface name has a capitalized I? tslint-5.14 doesn't report the error.

@adidahiya
Copy link
Contributor

sorry about that, it looks like a regression in 5.15.0, duplicate of #4624

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

No branches or pull requests

2 participants