11 Commits
Author SHA1 Message Date
Nicolas Kosinski 2d824e7bd6 cargo-clippy: add lint group example (#13279) 2024-07-19 13:52:56 +02:00
cab28ffce7 bru: add page (#12203)
* bru: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2024-02-07 10:31:52 +05:30
Nicolas Kosinski fcab942a24 npm: favor 'package' over 'module' (#10924)
As I understand the documentation, 'module' is more specific:
https://docs.npmjs.com/about-packages-and-modules

Note that the 'package' term is used in CLI help:

	$ npm install --help
	Install a package

	Usage:
	npm install [<package-spec> ...]
2023-10-11 09:33:22 +02:00
Nicolas Kosinski 67de197e7b npm: describe implicit 'latest' version (#10925) 2023-10-11 09:32:21 +02:00
Nicolas Kosinskiandmarchersimon d77ba3e21f sdk: generalize for any SDKs and enhance explanations (#8232)
* sdk: generalize for any SDKs and enhance explanations

1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'.
Using the acronym for conciseness (the description explains the acronym).

2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use:

> It is important to realise that this will switch the candidate version for the current shell only.

3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'.
See https://sdkman.io/usage#listcandidates:

> This will render a searchable alphabetic list with name, current stable default version (...)

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 13:46:16 +00:00
Nicolas Kosinski fa9cbe265b go-test: add -cover example (#7858) 2022-03-07 09:04:55 -03:00
Nicolas Kosinski 6cfa99a08f volta: add page (#7515) 2021-12-16 08:08:03 -03:00
Nicolas Kosinski ede6cb72f6 sdk: (#6580) 2021-09-25 14:03:05 +08:00
Nicolas Kosinski 8af1bb1145 cargo-clippy: use long arguments (#6503) 2021-09-12 16:07:08 -03:00
Nicolas Kosinski d3460ef8f1 cargo: use long options everywhere (#6502) 2021-09-11 15:53:04 +08:00
Nicolas Kosinski 449267ef13 mvn: simplify skip unit tests (#6448) 2021-09-01 18:39:12 +02:00