Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR renames the gem from "rubocop-dobado_architecture" to "rubocop-dobado" by updating module namespaces, file references, gemspec metadata, and documentation.
- Updated require statements and module names in specs, library, and configuration files.
- Removed obsolete files and adjusted test and generator references accordingly.
Reviewed Changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| spec/spec_helper.rb | Updated require statement to reflect the new gem name. |
| spec/rubocop/cop/dobado/model_mail_delivery.rb | Changed module reference from DobadoArchitecture to Dobado. |
| spec/rubocop/cop/dobado/controller_recommend_restful_methods_spec.rb | Updated module reference to match the new gem name. |
| rubocop-dobado.gemspec | Revised gemspec metadata including name, version, and homepage. |
| lib/rubocop/dobado/version.rb | Renamed module namespace from DobadoArchitecture to Dobado. |
| lib/rubocop/dobado/plugin.rb | Updated module and plugin metadata to use the new naming. |
| lib/rubocop/dobado.rb | Adjusted require paths to match the new gem structure. |
| lib/rubocop/cop/dobado_cops.rb | New file referencing updated modules and file paths. |
| lib/rubocop/cop/dobado_architecture_cops.rb | Removed obsolete file for the old gem name. |
| lib/rubocop/cop/dobado/model_mail_delivery.rb | Updated cop module naming as part of the gem renaming. |
| lib/rubocop/cop/dobado/controller_recommend_restful_methods.rb | Updated cop module naming as part of the gem renaming. |
| lib/rubocop-dobado_architecture.rb | Removed obsolete file for the old gem naming convention. |
| lib/rubocop-dobado.rb | New file featuring the updated naming conventions. |
| config/default.yml | Updated configuration keys to reflect the new gem name. |
| Rakefile | Revised generator injection reference to target the new file. |
| README.md | Updated documentation to reflect the new gem name and repository links. |
| Gemfile | Updated dependency comment to refer to the new gemspec. |
| .rubocop.yml | Adjusted plugin and file exclusion references to the new naming. |
Comments suppressed due to low confidence (1)
README.md:43
- [nitpick] Consider updating the capitalization of 'Rubocop::Dobado' to 'RuboCop::Dobado' for consistent branding throughout the documentation.
Everyone interacting in the Rubocop::Dobado project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/rubocop-dobado/blob/master/CODE_OF_CONDUCT.md).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.