Files
shields/services/ansible/ansible-quality.service.js
chris48s 083b36c0a1 deprecate/fix [ansible] galaxy services (#9648)
* deprecate ansible galaxy collection name

* deprecate ansible galaxy quality score

* deprecate ansible role name and legacy downloads, add new downloads
2023-11-19 19:33:09 +00:00

12 lines
273 B
JavaScript

import { deprecatedService } from '../index.js'
export const AnsibleGalaxyContentQualityScore = deprecatedService({
category: 'analysis',
route: {
base: 'ansible/quality',
pattern: ':projectId',
},
label: 'quality',
dateAdded: new Date('2023-10-10'),
})