Skip to content

Commit

Permalink
cl/392528201 Internal cleanup. (ampproject#35791)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Rybak <[email protected]>
  • Loading branch information
honeybadgerdontcare and MichaelRybak authored Aug 24, 2021
1 parent 24174aa commit 6c7658d
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 376 deletions.
4 changes: 0 additions & 4 deletions validator/js/engine/validator_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1456,10 +1456,6 @@ describe('ValidatorRulesMakeSense', () => {
});
}

it('min_validator_revision_required defined', () => {
expect(rules.minValidatorRevisionRequired).toBeGreaterThan(0);
});

it('template_spec_url is set', () => {
expect(rules.templateSpecUrl).not.toEqual(null);
});
Expand Down
7 changes: 1 addition & 6 deletions validator/validator-main.protoascii
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# This revision id refers to the validator revision id, currently a Google
# 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-main.protoascii, etc) are always released together.
# DEPRECATED: This value is no longer updated.
min_validator_revision_required: 475

# DEPRECATED: This value is no longer updated.
Expand Down
Loading

0 comments on commit 6c7658d

Please sign in to comment.