| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location. | ||||
| * | fix(rubocop): don't auto-detect bundler, to avoid surprising configuration ↵ | Marc Busqué | 2023-12-06 | 1 | -7/+0 |
| | | | | | | behavior (#2923) Ref. #2716. The referenced PR changes got somehow lost when it came to the removal of the `on_new_config` function. | ||||
| * | fix(rubocop): support projects that do not use bundler (#2706) | Fraser Hanson | 2023-07-08 | 1 | -1/+8 |
| | | | | Co-authored-by: Fraser Hanson <fraser.hanson@netapp.com> | ||||
| * | fix: correct typo on rubocop config (#2701) | Wadii Hajji | 2023-07-06 | 1 | -0/+17 |
