Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ed29087
chore: added json schema for configuration file
Feb 8, 2023
fb6e552
fix: additional_urls type
Feb 10, 2023
8aa6453
fix(ci): tasks conditions
Feb 10, 2023
b967fe4
Merge branch 'master' into chore/json-schema
Bikappa Feb 10, 2023
3d24c9b
Update .github/workflows/release-go-task.yml
Bikappa Feb 16, 2023
6f7a4c7
Update configuration/configuration.schema.json
Bikappa Feb 16, 2023
19b12de
Update configuration/configuration.schema.json
Bikappa Feb 16, 2023
d096c6d
Update DistTasks.yml
Bikappa Feb 16, 2023
f7e5f86
chore: refine schema
Feb 16, 2023
ca67a90
Merge branch 'chore/json-schema' of github.com:arduino/arduino-cli in…
Feb 16, 2023
99eb639
test: validate json schema
Feb 16, 2023
f12b648
Update configuration/configuration.schema.json
Bikappa Feb 16, 2023
1e68bcb
Merge branch 'master' into chore/json-schema
Bikappa Feb 16, 2023
f89612d
chore: schema updates
Feb 16, 2023
15a26dd
chore: update schema
Feb 16, 2023
9e4d7d7
Update configuration/configuration.schema.json
Bikappa Feb 16, 2023
8ad388e
chore: refined workflows
Feb 16, 2023
fd94ccd
Merge branch 'chore/json-schema' of github.com:arduino/arduino-cli in…
Feb 16, 2023
34d95f8
Update configuration/configuration.schema.json
Bikappa Feb 17, 2023
1d51c36
Update configuration/configuration.schema.json
Bikappa Feb 17, 2023
87ce9b7
Merge branch 'master' into chore/json-schema
Bikappa Feb 17, 2023
20a990e
fix: json
Feb 17, 2023
a46c294
Update docs/configuration.md
Bikappa Feb 20, 2023
23aeee2
chore: reorder paragraph
Feb 20, 2023
7b64b03
Merge branch 'master' into chore/json-schema
Bikappa Feb 20, 2023
3215547
Merge branch 'chore/json-schema' of github.com:arduino/arduino-cli in…
Feb 20, 2023
46cf49b
Update configuration/configuration.schema.json
Bikappa Feb 21, 2023
46fadf1
Merge branch 'master' into chore/json-schema
Bikappa Feb 21, 2023
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
Prev Previous commit
Next Next commit
Update docs/configuration.md
Co-authored-by: per1234 <accounts@perglass.com>
  • Loading branch information
Bikappa and per1234 authored Feb 20, 2023
commit a46c294b58c55b8d37924d203792c8893976437c
2 changes: 2 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ The configuration file must be named `arduino-cli`, with the appropriate file ex
- envfile
- [INI]

#### JSON schema

The configuration file [JSON schema][configuration-schema] can be used to independently validate the file content. This
schema should be considered unstable in this version.

Expand Down