-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
synchronized with internal version 03.07.2021
implemented support of: * import parser, * string interpolation, * operator 'not in' * operator := (assignment inside an expression) 9 new warnings: 278, "forbidden-function", "It is forbidden to call '%s' function." 279, "mismatch-loop-variable", "The variable used in for-loop does not match the initialized one." 280, "forbidden-parent-dir", "Access to the parent directory is forbidden in this function." 281, "unwanted-modification", "Function '%s' modifies object. You probably didn't want to modify the object here." 282, "inexpr-assign-priority", "Operator ':=' has lower priority. Perhaps parentheses are missing?" 283, "useless-null-coalescing", "The expression to the right of the '??""' is null." 284, "can-be-simplified", "Expression can be simplified." 285, "expr-cannot-be-null", "The expression to the left of the '%s' cannot be null." 286, "func-in-expression", "Function used in expression."
- Loading branch information
a.borisov
committed
Jul 3, 2021
1 parent
9d5fab5
commit 9a28a62
Showing
57 changed files
with
1,571 additions
and
158 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
Oops, something went wrong.