Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Dec 20, 2023
1 parent df82992 commit 77037a4
Show file tree
Hide file tree
Showing 9 changed files with 6,420 additions and 1 deletion.
1 change: 1 addition & 0 deletions tasks/InstallSheriffCLI/InstallSheriffCLIV0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Install Sheriff CLI
2 changes: 1 addition & 1 deletion tasks/InstallSheriffCLI/InstallSheriffCLIV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"friendlyName": "Install Sheriff CLI",
"instanceNameFormat": "Install Sheriff CLI",
"description": "Installs the Sheriff CLI",
"helpUrl": "https://github.com/frontierdigital/sheriff-azure-devops-extension/tasks/InstallSheriffCLI/README.md",
"helpUrl": "https://github.com/frontierdigital/sheriff-azure-devops-extension/tasks//InstallSheriffCLIV0/README.md",
"category": "Utility",
"author": "Frontier Digital Ltd",
"inputs": [
Expand Down
7 changes: 7 additions & 0 deletions tasks/SheriffPlan/SheriffPlanV0/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
root: true,
extends: 'airbnb-base',
rules: {
'linebreak-style': ['error', (process.platform === 'win32' ? 'windows' : 'unix')],
},
};
1 change: 1 addition & 0 deletions tasks/SheriffPlan/SheriffPlanV0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Sheriff Plan
Loading

0 comments on commit 77037a4

Please sign in to comment.