debt - rewrite layers checker to catch more cases

This commit is contained in:
Benjamin Pasero
2020-01-07 11:03:59 +01:00
parent ee19568ac4
commit 078b82d428
12 changed files with 464 additions and 405 deletions

View File

@@ -38,8 +38,8 @@ steps:
yarn monaco-compile-check
displayName: Run Monaco Editor Checks
- script: |
yarn valid-globals-check
displayName: Run Valid Globals Checks
yarn valid-layers-check
displayName: Run Valid Layers Checks
- script: |
yarn compile
displayName: Compile Sources