Sitecore / Sitecore.Pathfinder

Get started, get far, get happy!
Other
34 stars 12 forks source link

Convention checker #9

Closed JakobChristensen closed 8 years ago

JakobChristensen commented 8 years ago

A configurable checker that checks if item and file conventions are followed.

Examples: Items in certain path must have a certain template Items in certain path with a certain template have no more than x children Items with certain template cannot have children with a certain template No items in a certain (e.g. no items in /sitecore/content) No files in a certain directory Only files with certain extensions in a directory (e.g. rendering files)

Idea: possibly rule based.

JakobChristensen commented 8 years ago

The convention checker is now implemented using the Rules Engine and the XPath Service.