generated from ianlewis/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.aqua.yaml
More file actions
36 lines (36 loc) · 1.23 KB
/
.aqua.yaml
File metadata and controls
36 lines (36 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# Copyright 2025 Ian Lewis
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-yaml.json
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
checksum:
enabled: true
require_checksum: true
supported_envs:
- all
registries:
- type: standard
ref: v4.454.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: rhysd/actionlint@v1.7.10
- name: koalaman/shellcheck@v0.11.0
- name: jqlang/jq@jq-1.8.1
- name: golangci/golangci-lint@v2.8.0
- name: daixiang0/gci@v0.13.7
- name: mvdan/gofumpt@v0.9.2
- name: ianlewis/todos@v0.14.0
- name: checkmake/checkmake@v0.3.2
- name: golang/tools/goimports@v0.34.0