8000 chore: added json schema for configuration file by Bikappa · Pull Request #2068 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

chore: added json schema for configuration file #2068

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

Merged
merged 28 commits into from
Feb 22, 2023
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< 8000 /code>
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 configuration/configuration.schema.json
Co-authored-by: per1234 <accounts@perglass.com>
  • Loading branch information
A210
Bikappa and per1234 authored Feb 21, 2023
commit 46cf49ba8521608fc45dedd8cf2be142100484b4
2 changes: 1 addition & 1 deletion configuration/configuration.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"type": "string",
"pattern": "^[-+]?([0-9]*(\\.[0-9]*)?[a-z]+)+$"
"pattern": "^\\+?([0-9]?\\.?[0-9]+(([nuµm]?s)|m|h))+$"
}
]
}
Expand Down
0