Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
245 B
YAML
16 lines
245 B
YAML
version: "2"
|
|
|
|
run:
|
|
timeout: 3m
|
|
modules-download-mode: readonly
|
|
|
|
linters:
|
|
enable:
|
|
- revive
|
|
settings:
|
|
revive:
|
|
rules:
|
|
- name: exported
|
|
disabled: true
|
|
- name: package-comments
|
|
disabled: true
|