-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The following deprecated statements have been removed: * `Rule caller restroom-mw`, use instead `Rule unknown ignore` * `create hash to point of each object in `, use instead `create hash to point of in a foreach loop` * `check reflow signature fingerprint is new`, use instead `verify reflow signature fingerprint is new` * ` is found`, use instead `verify is found` * ` is found in `, use instead `verify is found in ` * ` is found in at least times`, use instead `verify is found in at least times` * ` is not found`, use instead `verify is not found` * ` is not found in `, use instead `verify is not found in ` * `copy in to `, use instead `copy from to ` * `create copy of in `, use instead `create copy of from ` * `create copy of in in `, use instead `pickup from path ` * `create copy of last element in `, use instead `create copy of last element from ` * `create copy of element in array `, use instead `create copy of element from array ` * `insert in `, use instead `move in ` * `create length of `, use instead `create size of ` * `verify length of is less than `, use instead `verify size of is less than ` * `verify length of is less or equal than `, use instead `verify size of is less or equal than ` * `verify length of is more than `, use instead `verify size of is more than ` * `verify length of is more or equal than `, use instead `verify size of is more or equal than ` * `create json of `, use instead `create json escaped string of ` * `number is less than `, use instead `verify number is less than ` * `number is less or equal than `, use instead `verify number is less or equal than ` * `number is more than `, use instead `verify number is more than ` * `number is more or equal than `, use instead `verify number is more or equal than ` * `elements in are equal`, use instead `verify elements in are equal` * `elements in are not equal`, use instead `verify elements in are not equal` * `petition signature is not a duplicate`, use instead `verify petition signature is not a duplicate` * `petition signature is just one more`, use instead `verify petition signature is just one more`
- Loading branch information
1 parent
a206de2
commit 2e868d3
Showing
10 changed files
with
16 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.