Explorar o código

chore: remove resolved TOOD

Sam Jaffe hai 1 ano
pai
achega
ed6fe45de1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      include/jvalidate/validation_config.h

+ 0 - 1
include/jvalidate/validation_config.h

@@ -19,7 +19,6 @@ struct ValidationConfig {
 
   // When enabled, we will validate format constraints on the document, instead
   // of using them purely as annotations.
-  // TODO(samjaffe): A schema can also indicate this using $vocabulary
   bool validate_format = false;
 };
 }