Class YAMLlintParser

    • Constructor Summary

      Constructors 
      Constructor Description
      YAMLlintParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<Violation> parseReportOutput​(java.lang.String string, ViolationsLogger violationsLogger)  
      SEVERITY toSeverity​(java.lang.String severity)
      The different message types are: warning, for non critical syntax errors error, for more serious syntax problem
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YAMLlintParser

        public YAMLlintParser()
    • Method Detail

      • toSeverity

        public SEVERITY toSeverity​(java.lang.String severity)
         The different message types are:
         warning, for non critical syntax errors
         error, for more serious syntax problem