QuentinN42
QuentinN42
Create a `.gitchangelog.rc` in your repo based on [this repo `.gitchangelog.rc`](https://github.com/vaab/gitchangelog/blob/master/.gitchangelog.rc). And just repace around line 150: ``` tag_filter_regexp = r'^[0-9]+\.[0-9]+(\.[0-9]+)?$' ``` By : ``` tag_filter_regexp = r'^v[0-9]+\.[0-9]+(\.[0-9]+)?$' ``` Done...
Ok solved, just follow the structure of an arduino porject inside examples : [Sample project examples](https://github.com/Arduino-CI/arduino_ci/tree/master/SampleProjects/BusIO/examples)
I think the bug come from [line 135 of `/lib/arduino_ci/cpp_library.rb`](https://github.com/Arduino-CI/arduino_ci/blob/d06591aca30fb5cdcbb39fa726fe14f1100df71c/lib/arduino_ci/cpp_library.rb#L134) : If `info["library"]["examples"]` is `nil` map will crash. PS : I don't code in ruby, just fluent in stackoverflow :smile:.
Nice ! When do you think this will be merged into a stable release ?
Any updates about the needed work to merge it ? I have some time to pass some commits :)
Looking at the k8s docs of the `dry-run` : > The request is still processed as typical request: the fields are defaulted, the object is validated, it goes through the...
Maybe changing this line by : https://github.com/jetpack-io/devbox/blob/930867bf4e84f370b4c42a9797a7ee85821f8483/devbox.go#L22-L23 ```go // configFilename is name of the JSON file that defines a devbox environment. // it can be set by DEVBOX_CONFIG env var...
Trough this point there is only some refactors. All tests still pass (except `test_run_with_user_global_config_file (tests.test_cli.CommandLineTestCase)` which fails also on master). I start now adding some features.
` python -m yamllint tests/yaml-1.2-spec-examples/example-2.28 -f json` ```json [ { "line": 29, "column": 1, "desc": "too many blank lines (3 > 0)", "rule": "empty-lines", "level": "error", "file": "tests/yaml-1.2-spec-examples/example-2.28" } ]...
`python -m yamllint tests/yaml-1.2-spec-examples/example-7.10 -f junitxml` ```xml ```