AydarZaynutdinov commented on a change in pull request #16172:
URL: https://github.com/apache/beam/pull/16172#discussion_r765778253



##########
File path: playground/backend/internal/validators/validator.go
##########
@@ -16,6 +16,7 @@
 package validators
 
 const UnitTestValidatorName = "UnitTest"
+const KatasValidatorName = "Check if the pipeline is katas"

Review comment:
       const 
   ```suggestion
   const (
       UnitTestValidatorName = "UnitTest"
       KatasValidatorName    = "Check if the pipeline is katas"
   )
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to