Skip to content

Commit

Permalink
Add comment about extensions to validator-main.protoascii.
Browse files Browse the repository at this point in the history
  • Loading branch information
powdercloud committed Apr 4, 2016
1 parent 4a8c029 commit e3eacd6
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions validator/validator-main.protoascii
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,22 @@
# internal mechanism. When backwards incompatible changes to the validator
# engine are made, this value must be incremented to prevent old binaries
# in production from crashing. This id is not relevant to validator.js
# because thus far, engine (validator.js) and spec file (validator.protoascii)
# are always released together.
# because thus far, engine (validator.js) and spec file
# (validator-main.protoascii) are always released together.
min_validator_revision_required: 112
# The spec file revision allows the validator engine to distinguish
# newer versions of the spec file. This is currently a Google internal
# mechanism, validator.js does not use this facility. However, any
# change to this file requires updating this revision id.
spec_file_revision: 204
# change to this file (validator-main.js) requires updating this revision id.
spec_file_revision: 205

# Validator extensions.
# =====================
# In addition to the rules in this file, the Validator honors the rules
# in the extensions/*/0.1/validator-*.protoascii files. This makes it
# easy to organize the rules for extensions next to their Javascript
# implementation.

# Rules for AMP HTML
# (https://www.ampproject.org/docs/reference/spec.html)
#
Expand Down

0 comments on commit e3eacd6

Please sign in to comment.