Skip to content

Commit

Permalink
[MENFORCER-361] Add link to newly introduced rule to index
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored and slawekjaranowski committed Jul 29, 2022
1 parent dbe63d0 commit a492546
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enforcer-rules/src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Built-In Rules

* {{{./requireSameVersions.html}requireSameVersions}} - enforces that specific dependencies and/or plugins have the same version.

* {{{./requireTextFileChecksum.html}requireTextFileChecksum}} - enforces that the specified text file has a certain checksum (after normalizing line separators).

* {{{./requireUpperBoundDeps.html}requireUpperBoundDeps}} - ensures that every (transitive) dependency is resolved to its specified version or higher.

[]
Expand Down

0 comments on commit a492546

Please sign in to comment.