We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8a243 commit 6dc86d9Copy full SHA for 6dc86d9
Source/Modules/Skyrim/Linter.py
@@ -828,7 +828,7 @@ def AssignmentValidator(self, node):
828
self.AssignmentValidator(node.data.leftOperand)
829
self.AssignmentValidator(node.data.rightOperand)
830
else:
831
- self.Abort("The left-hand side expression contains operators other than the dot operator.")
+ self.Abort("The left-hand side expression contains operators other than the dot and cast operators.")
832
elif node.type == self.NODE_UNARYOPERATOR:
833
self.AssignmentValidator(node.data.operand)
834
0 commit comments