Skip to content

Commit

Permalink
Oops, all detectors were in the ci, removed non-implemented ones
Browse files Browse the repository at this point in the history
  • Loading branch information
faculerena committed Nov 29, 2023
1 parent 08b6d2e commit e3dfc1e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 21 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/project-tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Project task
about: Project task details
title: ''
labels: ''
assignees: ''

---

## Description
Detailed explanation of the task. This should include any specific requirements, goals, and desired outcomes. It should also include any necessary context or background information.

## Acceptance Criteria
- Clear, actionable items that must be met for the task to be considered complete.
- For example, "The user can successfully log in with their email and password."
- Acceptance criteria should be testable and should align with the task's goals and requirements.

## Subtasks
- [ ] Subtask 1: Brief description of the first subtask.
- [ ] Subtask 2: Brief description of the second subtask.
- [ ] Subtask 3: Brief description of the third subtask.

*Note: use checklists ;)

## Estimate
How long you expect this task to take, in days. This is just an estimate and can be adjusted as necessary.

## Sprint number
The sprint in which this task is scheduled to be worked on.
22 changes: 1 addition & 21 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,30 +97,10 @@ jobs:
- macos-latest
test:
[
"assert-violation",
"avoid-core-mem-forget",
"avoid-format-string",
"delegate-call",
"divide-before-multiply",
"dos-unbounded-operation",
"dos-unexpected-revert-with-vector",
"ink-version",
"insufficiently-random-values",
"integer-overflow-or-underflow",
"iterators-over-indexing",
"lazy-delegate",
"panic-error",
"reentrancy-1",
"reentrancy-2",
"set-code-hash",
"set-contract-storage",
"unprotected-mapping-operation",
"unprotected-self-destruct",
"unrestricted-transfer-from",
"overflow-check",
"unsafe-expect",
"unsafe-unwrap",
"unused-return-enum",
"zero-or-test-address",
]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e3dfc1e

Please sign in to comment.