1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-12 00:01:48 +03:00
Commit Graph

3705 Commits

Author SHA1 Message Date
afd37f5924 Fix formatting of license header comment text
It looks like the formatting of the license header comments in Python files was corrupted at some point by the file being
formatted as a different language (likely Go).
2021-08-12 17:05:33 -07:00
4ebe9b7759 Add Git configuration files to template .editorconfig
The `.gitmodules` file defines the properties of a repository's submodules. The file automatically generated by Git
submodule commands use tabs for indentation.

It uses the same file format as the Git configuration file (e.g., `.gitconfig`). Even though the `.gitconfig` file is not
likely to be found under the repository tree, it's possible the `.editorconfig` might end up being used outside the
project specific scope so I added it to the file pattern.
2021-08-12 16:55:43 -07:00
74dd4052ee Use workflow variables for tool versions in "Check YAML" workflow
Placement of this information at the top of the file, where it is easy to find and edit, facilitates updates to the
workflows as the tool version used for project development are bumped periodically.
2021-08-12 16:46:13 -07:00
3cfbbcff7d Use standardized step name in "Test Integration" workflow
These are the naming conventions established in the standardized template workflow.

The application's name is "Task", with "taskfile" being its configuration file. So the previous "Install Taskfile" step
name was inaccurate.
2021-08-12 16:46:13 -07:00
720e8d1c4b Add submission # 356
https://github.com/arduino/library-registry/pull/356
2021-08-12 13:27:10 +00:00
da160d0de3 Add submission # 355
https://github.com/arduino/library-registry/pull/355
2021-08-12 09:16:16 +00:00
f76fa1f199 Merge pull request #354 from per1234/bump-go
Use Go 1.16 for registry validator
2021-08-11 07:42:21 -07:00
be8b1a06f4 Use Go 1.16 for registry validator
1.16 is now the preferred Go version for all Arduino tooling projects.

The update from Go 1.14 to 1.16 broke the task that runs golint. The good news is that the new `go install` command
eliminates the need for the workaround of running the `go get golang.org/x/lint/golint` command from outside the project
path.

The bad news is the `go list` command used to get the path of the golint installation does not work in the "module-aware
mode" that is now the default. In the end, I gave up on making the task work as before. I think it's better to require
the user to install golint and put the installation in the system `PATH`, displaying a helpful message when this has not
been done.
2021-08-11 04:16:38 -07:00
55685a7ab1 Add submission # 351
https://github.com/arduino/library-registry/pull/351
2021-08-11 07:09:33 +00:00
f28f82736e Add submission # 350
https://github.com/arduino/library-registry/pull/350
2021-08-11 06:17:05 +00:00
8eca7e50f0 Add submission # 349
https://github.com/arduino/library-registry/pull/349
2021-08-11 05:02:59 +00:00
8af5bdbf25 Add submission # 348
https://github.com/arduino/library-registry/pull/348
2021-08-11 01:18:22 +00:00
0eb4b2da17 Update name of "I2CHelper"
Resolves https://github.com/arduino/library-registry/issues/346
2021-08-10 03:59:13 -07:00
2726ae8646 Add submission # 345
https://github.com/arduino/library-registry/pull/345
2021-08-09 20:31:32 +00:00
f9720af4d1 Add submission # 344
https://github.com/arduino/library-registry/pull/344
2021-08-09 16:00:30 +00:00
5767449691 Update registry.txt 2021-08-09 07:03:45 -07:00
61c36d02d4 Merge pull request #341 from arduino/dependabot/pip/production/pep8-naming-0.12.1
Bump pep8-naming from 0.12.0 to 0.12.1
2021-08-08 18:42:29 -07:00
0beb85e1a8 Bump pep8-naming from 0.12.0 to 0.12.1
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.12.0...0.12.1)

---
updated-dependencies:
- dependency-name: pep8-naming
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 01:37:37 +00:00
e439992bce Add submission # 340
https://github.com/arduino/library-registry/pull/340
2021-08-08 21:45:10 +00:00
2ede2137db Add submission # 339
https://github.com/arduino/library-registry/pull/339
2021-08-07 20:50:57 +00:00
4f67add658 Add submission # 337
https://github.com/arduino/library-registry/pull/337
2021-08-07 18:40:34 +00:00
5da5e98dab Add submission # 336
https://github.com/arduino/library-registry/pull/336
2021-08-07 15:31:30 +00:00
39b51dff9e Remove "UULM-MCP23008"
https://github.com/arduino/library-registry/pull/334
2021-08-07 06:25:13 -07:00
b1993c19f0 Add submission # 333
https://github.com/arduino/library-registry/pull/333
2021-08-07 03:01:14 +00:00
3879614c62 Add submission # 329
https://github.com/arduino/library-registry/pull/329
2021-08-05 13:30:11 +00:00
93a7f926e2 Add submission # 327
https://github.com/arduino/library-registry/pull/327
2021-08-05 07:46:58 +00:00
60f9a024a5 Add submission # 324
https://github.com/arduino/library-registry/pull/324
2021-08-05 04:53:08 +00:00
78b60cf398 Add submission # 323
https://github.com/arduino/library-registry/pull/323
2021-08-04 23:26:29 +00:00
908577723a Add submission # 322
https://github.com/arduino/library-registry/pull/322
2021-08-04 17:03:28 +00:00
a8b172f61c Add submission # 320
https://github.com/arduino/library-registry/pull/320
2021-08-04 14:04:39 +00:00
ebe19589ac Add submission # 319
https://github.com/arduino/library-registry/pull/319
2021-08-04 06:28:09 +00:00
c6ffacdbad Merge pull request #318 from arduino/dependabot/pip/production/yamllint-1.26.2
Bump yamllint from 1.26.1 to 1.26.2
2021-08-03 18:35:13 -07:00
14c816c96f Bump yamllint from 1.26.1 to 1.26.2
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.1 to 1.26.2.
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.26.1...v1.26.2)

---
updated-dependencies:
- dependency-name: yamllint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 01:15:42 +00:00
372684b629 Add submission # 317
https://github.com/arduino/library-registry/pull/317
2021-08-03 21:13:42 +00:00
a75b1bbded Add submission # 312
https://github.com/arduino/library-registry/pull/312
2021-08-03 09:14:27 +00:00
608ed404b9 Add submission # 311
https://github.com/arduino/library-registry/pull/311
2021-08-03 05:33:31 +00:00
6960c61fa2 Add submission # 310
https://github.com/arduino/library-registry/pull/310
2021-08-02 11:06:23 +00:00
c9a228253a Add submission # 309
https://github.com/arduino/library-registry/pull/309
2021-08-02 10:42:20 +00:00
d2b63e24c5 Add submission # 308
https://github.com/arduino/library-registry/pull/308
2021-08-02 09:14:45 +00:00
d92e5e5475 Add submission # 307
https://github.com/arduino/library-registry/pull/307
2021-08-01 08:20:12 +00:00
bb38795329 Add submission # 306
https://github.com/arduino/library-registry/pull/306
2021-07-31 11:33:00 +00:00
383f2163cb Add submission # 305
https://github.com/arduino/library-registry/pull/305
2021-07-30 19:05:48 +00:00
1670fe6f31 Merge pull request #130 from per1234/url-update-128
Update URL for "RTCMemory"
2021-07-30 17:34:24 +02:00
01c31ae557 Add submission # 304
https://github.com/arduino/library-registry/pull/304
2021-07-30 06:33:04 +00:00
555fe3f763 Add submission # 302
https://github.com/arduino/library-registry/pull/302
2021-07-30 01:41:15 +00:00
8c83f503cb Add submission # 300
https://github.com/arduino/library-registry/pull/300
2021-07-29 18:58:40 +00:00
a9e1daa8f9 Add submission # 299
https://github.com/arduino/library-registry/pull/299
2021-07-29 18:55:25 +00:00
e72aa5adf7 Add submission # 298
https://github.com/arduino/library-registry/pull/298
2021-07-29 18:32:28 +00:00
56ce866691 Add submission # 297
https://github.com/arduino/library-registry/pull/297
2021-07-29 18:19:27 +00:00
086afa3b3a Add submission # 296
https://github.com/arduino/library-registry/pull/296
2021-07-29 15:38:21 +00:00