Skip to content

Track of ESLint Ignored Rules #534

Open
@fatadel

Description

@fatadel

This issue is created to keep track of ignored eslint rules with respective justifications.

  1. File/Line: https://github.com/eclipse/thingweb.node-wot/blob/master/packages/td-tools/src/thing-description.ts
    Ignored Rule: no-use-before-define
    Reason: Many circular dependencies where interface/type/class A uses interface/type/class B in its definition and interface/type/class B uses interface/type/class A in its definition.

  2. File/Line: https://github.com/eclipse/thingweb.node-wot/blob/master/packages/td-tools/src/thing-description.ts
    Ignored Rule: eslint-disable-next-line @typescript-eslint/no-explicit-any
    Reason: TD class should be replaced by autogenerated one (see Clean-up of TS definitions in thing-description.ts #529)

  3. CoAP, see 9270d48

  4. Netconf, see disabled warnings in disable eslint warnings #818

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtd-toolsIssues with axillary tools for node-wot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions