-
Notifications
You must be signed in to change notification settings - Fork 31
/
utam-lint.sarif
1 lines (1 loc) · 1.28 KB
/
utam-lint.sarif
1
{"$schema":"http://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"utam","rules":[{"id":"ULR01","shortDescription":{"text":"Unique local selectors"},"fullDescription":{"text":"Check for unique selectors inside same file. By default warning because list element can have same selector"}},{"id":"ULR04","shortDescription":{"text":"Required method description"},"fullDescription":{"text":"Check every compose method has description"}},{"id":"ULR02","shortDescription":{"text":"Required root description"},"fullDescription":{"text":"Check description at the root level"}},{"id":"ULR03","shortDescription":{"text":"Required author"},"fullDescription":{"text":"Check description at the root level has an author"}},{"id":"ULR06","shortDescription":{"text":"Unique root selector"},"fullDescription":{"text":"Check root selector is unique across all page objects"}},{"id":"ULR07","shortDescription":{"text":"Root selector usage"},"fullDescription":{"text":"Root selector should match only custom elements of the same type"}},{"id":"ULR08","shortDescription":{"text":"Custom selector"},"fullDescription":{"text":"Element with custom tag should have same type across all page objects"}}],"version":"1.7.0","informationUri":"https://utam.dev"}},"results":[],"artifacts":[]}]}