qooxdoo-archive / qooxdoo-cli

(deprecated, moved into qooxdoo-compiler) qx commandline
MIT License
4 stars 5 forks source link

Add option to ignore global symbols #57

Closed mbgonicus closed 6 years ago

mbgonicus commented 6 years ago

Right now the only way to prevent warnings for undeclared globals is to add an @ignore flag in the single qx classes, but there is no way to state symbols that are ignored in general.

With the old generator one could write something like

      "lint-check" : {
          "allowed-globals" : [
            "d3",
            "mockup",
            "mockup_mode",
            "svg"
          ]
      }

I reckon we should put an option to globally ignore symbols.

hkollmann commented 6 years ago

See this too: https://github.com/qooxdoo/qooxdoo-cli/issues/54

johnspackman commented 6 years ago

This issue was moved to qooxdoo/qooxdoo-compiler#86