Commit dbbd780f authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Eliminate the defunct :cat_old_format warning type.

The support for the deprecated old format was removed a while ago,
but the warning type was forgotten to be removed, so it hanged along
without having any actual effect.
parent f37befae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ module JsDuck

          [:image, "{@img} referring to missing file"],
          [:image_unused, "An image exists in --images dir that's not used"],
          [:cat_old_format, "Categories file uses old deprecated format"],
          [:cat_no_match, "Class pattern in categories file matches nothing"],
          [:cat_class_missing, "Class is missing from categories file"],
          [:guide, "Guide is missing from --guides dir"],