Skip to content

Commit

Permalink
blockly: Update Blockly to the new validator framework
Browse files Browse the repository at this point in the history
Bug: T237907
Change-Id: I08a52772081656fe2298d005531e85fbaee53de8
  • Loading branch information
ShcherbaDev committed Dec 11, 2019
1 parent 8431fde commit 8283f7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 46 deletions.
16 changes: 5 additions & 11 deletions groups/Blockly/Blockly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ TEMPLATE:
sr-ec: sr
sr-el: sr-latn

CHECKER:
class: BlocklyMessageChecker
checks:
- variablesCheck

INSERTABLES:
class: BlocklySuggester

AUTOLOAD:
BlocklyMessageChecker: Checker.php
BlocklySuggester: Suggester.php
VALIDATORS:
- id: InsertableRegex
insertable: true
enforce: true
params: /%[1-9]/

---
BASIC:
Expand Down
12 changes: 0 additions & 12 deletions groups/Blockly/Checker.php

This file was deleted.

23 changes: 0 additions & 23 deletions groups/Blockly/Suggester.php

This file was deleted.

0 comments on commit 8283f7a

Please sign in to comment.