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

False positives on variables #3

Open
gnesher opened this issue Jul 2, 2021 · 0 comments
Open

False positives on variables #3

gnesher opened this issue Jul 2, 2021 · 0 comments

Comments

@gnesher
Copy link

gnesher commented Jul 2, 2021

Two use cases:

  1. When defining translation strings within enums
export enum GPSFieldType {
  LOCATION = 'LV.GPS_INFO.LOCATION',
  MANUAL_DEPTH = 'LV.GPS_INFO.MANUAL_DEPTH',
  ...
  ...
  ...
}

which we use to more easily access specific translations.
2. When defining translation strings within objects

        options: [
          {
            title: 'LV.SYSTEM_MAPPING.INTERNAL_GPS',
            value: NeedQPSQualityKey.InternalGPS,
          },
]

In both cases translations are marked as zombies

@gnesher gnesher changed the title false positives on enums False positives on variables Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant