Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding tealer support #3

Merged
merged 3 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions template_content/.gitignore.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@ node_modules

# AlgoKit
debug_traces/

.algokit/static-analysis/tealer/
15 changes: 15 additions & 0 deletions template_content/{% if ide_vscode %}.vscode{% endif %}/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
},
{
"label": "Analyze TEAL contracts with AlgoKit Tealer integration",
"command": "algokit",
"args": [
"task",
"analyze",
"${workspaceFolder}/.algokit",
"--recursive",
"--force"
],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
- name: Build smart contracts
run: poetry run python -m smart_contracts build

- name: Scan TEAL files for issues
run: algokit task analyze .algokit --recursive --force # add --diff flag if you want output stability checks instead

- name: Check output stability of the smart contracts
shell: bash
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ repos:
minimum_pre_commit_version: '2.9.2'
files: '^(src|tests)/'
{% endif %}
- id: tealer
name: tealer
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
files: '^.*\.teal$'
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Build smart contracts
run: poetry run python -m smart_contracts build

- name: Scan TEAL files for issues
run: algokit task analyze .algokit --recursive --force # add --diff flag if you want output stability checks instead

- name: Check output stability of the smart contracts
shell: bash
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@ node_modules

# AlgoKit
debug_traces/

.algokit/static-analysis/tealer/
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ repos:
minimum_pre_commit_version: '2.9.2'
files: '^(src|tests)/'

- id: tealer
name: tealer
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
files: '^.*\.teal$'
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
},
{
"label": "Analyze TEAL contracts with AlgoKit Tealer integration",
"command": "algokit",
"args": [
"task",
"analyze",
"${workspaceFolder}/.algokit",
"--recursive",
"--force"
],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Build smart contracts
run: poetry run python -m smart_contracts build

- name: Scan TEAL files for issues
run: algokit task analyze .algokit --recursive --force # add --diff flag if you want output stability checks instead

- name: Check output stability of the smart contracts
shell: bash
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@ node_modules

# AlgoKit
debug_traces/

.algokit/static-analysis/tealer/
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ repos:
minimum_pre_commit_version: '2.9.2'
files: '^(src|tests)/'

- id: tealer
name: tealer
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
files: '^.*\.teal$'
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
},
{
"label": "Analyze TEAL contracts with AlgoKit Tealer integration",
"command": "algokit",
"args": [
"task",
"analyze",
"${workspaceFolder}/.algokit",
"--recursive",
"--force"
],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Build smart contracts
run: poetry run python -m smart_contracts build

- name: Scan TEAL files for issues
run: algokit task analyze .algokit --recursive --force # add --diff flag if you want output stability checks instead

- name: Check output stability of the smart contracts
shell: bash
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@ node_modules

# AlgoKit
debug_traces/

.algokit/static-analysis/tealer/
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ repos:
minimum_pre_commit_version: '2.9.2'
files: '^(src|tests)/'

- id: tealer
name: tealer
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
files: '^.*\.teal$'
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
},
{
"label": "Analyze TEAL contracts with AlgoKit Tealer integration",
"command": "algokit",
"args": [
"task",
"analyze",
"${workspaceFolder}/.algokit",
"--recursive",
"--force"
],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Build smart contracts
run: poetry run python -m smart_contracts build

- name: Scan TEAL files for issues
run: algokit task analyze .algokit --recursive --force # add --diff flag if you want output stability checks instead

- name: Check output stability of the smart contracts
shell: bash
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@ node_modules

# AlgoKit
debug_traces/

.algokit/static-analysis/tealer/
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ repos:
minimum_pre_commit_version: '2.9.2'
files: '^(src|tests)/'

- id: tealer
name: tealer
description: "Run AlgoKit `Tealer` for TEAL static analysis"
entry: algokit
language: system
args: [task, analyze, ".algokit", "--recursive", "--force"]
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"
files: '^.*\.teal$'
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
},
{
"label": "Analyze TEAL contracts with AlgoKit Tealer integration",
"command": "algokit",
"args": [
"task",
"analyze",
"${workspaceFolder}/.algokit",
"--recursive",
"--force"
],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
}
]
}