-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge/maintenance 2023 2 into maintenance 2024 1 #270
Closed
danielratiu
wants to merge
13
commits into
master
from
merge/maintenance_2023_2_into_maintenance_2024_1
Closed
Merge/maintenance 2023 2 into maintenance 2024 1 #270
danielratiu
wants to merge
13
commits into
master
from
merge/maintenance_2023_2_into_maintenance_2024_1
Conversation
This file contains 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
…dded_to_project linter (#251) * modules_in_project_directory_on_harddisk_but_not_added_to_project: -handle empty parameter -update documentation
* outline parameters and scope of unused_languages linter * uninstantiated languages linter without configurable paramters * remove instantiationScopeRegex select language scope for search * Update documentation text * arch: implement getPresentation for SingleComponentDependency * lint: cosmetic improvements for the naming and documentation of "languages_with_no_instantiated_concepts" --------- Co-authored-by: Daniel Ratiu <ratiud@mail.google.com>
…_added_to_project linter (#256) * -remove root directory name entirely from linter -improve usability with path regex pattern to include * update documentation
…eps (#257) Co-authored-by: Daniel Ratiu <ratiud@mail.google.com>
The linter now also detects migrations which only contain empty lines, comments or commented out code Co-authored-by: Jan Belle <jan.belle@protos.de>
gradle: updated mps version
…262) * lint: improvements of error messages to enable stable whitelists * lint: added a linter for "not_used_classes" --------- Co-authored-by: Daniel Ratiu <ratiud@mail.google.com>
#263) * arch: quickfix for adding dependencies + tooltip to display the ancestors of a component definition --------- Co-authored-by: Daniel Ratiu <ratiud@mail.google.com>
* base.utils: added easy centralized access to currently opened project * deprecated, lint: use the centralized project access utilities * arch: improved the editor * build.gradle: added dependencies from build-subprojects task to "build_base_languages" * build: fixed dependency from test.lint to mpsqa.base * lint.build: add artifact location for org.mpsqa.base * added mpsqa.base as project library to arch, deprecated, profile, unused * lint: project library added dependency to base
… considered in the architecture spec (#268) * lint: mini fix of "mandatory_virtual_method_override" * arch: allow specification of whitelists for modules not considered in the architecture
…3.2' into merge/maintenance_2023_2_into_maintenance_2024_1 # Conflicts: # build.gradle # code/languages/org.mpsqa.arch/languages/org.mpsqa.arch/models/org.mpsqa.arch.editor.mps # code/languages/org.mpsqa.arch/languages/org.mpsqa.arch/models/org.mpsqa.arch.util.mps # code/languages/org.mpsqa.arch/languages/org.mpsqa.arch/org.mpsqa.arch.mpl # code/languages/org.mpsqa.base/solutions/org.mpsqa.base.build/models/org.mpsqa.base.build.mps # code/languages/org.mpsqa.build/solutions/org.mpsqa.build.allScripts/models/org.mpsqa.build.allScripts.mps # code/languages/org.mpsqa.build/solutions/org.mpsqa.build/models/org.mpsqa.build._060_arch_build.mps # code/languages/org.mpsqa.build/solutions/org.mpsqa.build/models/org.mpsqa.build._070_deprecated_build.mps # code/languages/org.mpsqa.build/solutions/org.mpsqa.build/models/org.mpsqa.build._080_lint_build.mps # code/languages/org.mpsqa.deprecated/languages/org.mpsqa.deprecated/org.mpsqa.deprecated.mpl # code/languages/org.mpsqa.lint/.mps/libraries.xml # code/languages/org.mpsqa.lint/languages/org.mpsqa.lint.generic/models/org.mpsqa.lint.generic.behavior.mps # code/languages/org.mpsqa.lint/languages/org.mpsqa.lint.generic/models/org.mpsqa.lint.generic.typesystem.mps # code/languages/org.mpsqa.lint/languages/org.mpsqa.lint.generic/org.mpsqa.lint.generic.mpl # code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.build/models/org.mpsqa.lint.build.mps # code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.build/org.mpsqa.lint.build.msd # code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.generic.linters_library/models/org.mpsqa.lint.generic.linters_library.models.mps # code/languages/org.mpsqa.lint/solutions/org.mpsqa.lint.generic.linters_library/models/org.mpsqa.lint.generic.linters_library.modules.mps
close due to a duplicate PR opened by the BOT |
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.