![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@code-rub/azure-devops
Advanced tools
This plugin adds support for creating work items on azure devops.
To get started, run npx code-rub init --preset azure-devops
and fill in the answers.
An example configuration is listed below for completeness:
const config = {
plugins: ['@code-rub/azure-devops'],
pluginConfiguration: {
'@code-rub/azure-devops': {
host: 'https://dev.azure.com/AgentEnder',
titleTemplate: 'Code rub: {fileName}',
descriptionTemplate: [
`Code rubbing is just like glass rubbing, it makes cleaner, shinier and better to look at. \n`,
`In order for that to happen, every engineer will need to pick up a random file from the solution they are working on, and make sure it follows the best practices and latest technologies, along with making sure it maintains it’s consistency across the entire solution. \n`,
`There are conditions for code rubbing, which are:`,
`- It shouldn’t take more than 20 minutes from an engineer’s day.`,
`- It should target only one single file per day.`,
`- It shouldn’t include implementing new features or fixing bugs.`,
`- It should require more code reading than code writing.`,
`- It shouldn’t require a pairing session.`,
`- It should be done continuously every single day.`,
`- It shouldn’t happen to the same file by the same engineer twice unless every other file has been already rubbed`,
``,
`Your file has already been picked, it is {fileName}`,
].join('\n'),
project: 'Test-Code-Rub-Project',
workItemType: 'Task',
parentTicket: '176',
},
},
};
module.exports = config;
FAQs
description
The npm package @code-rub/azure-devops receives a total of 2 weekly downloads. As such, @code-rub/azure-devops popularity was classified as not popular.
We found that @code-rub/azure-devops demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.