Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbeddr/mps-qa
Quality Assurance Tooling for Jetbrains' MPS
https://github.com/mbeddr/mps-qa
clones-detection deprecation-management jetbrains-mps language-architecture linting-models models-mutation-and-synthesis tests-coverage
Last synced: 2 months ago
JSON representation
Quality Assurance Tooling for Jetbrains' MPS
- Host: GitHub
- URL: https://github.com/mbeddr/mps-qa
- Owner: mbeddr
- License: apache-2.0
- Created: 2019-12-10T07:22:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T16:30:42.000Z (8 months ago)
- Last Synced: 2024-05-22T17:44:59.907Z (8 months ago)
- Topics: clones-detection, deprecation-management, jetbrains-mps, language-architecture, linting-models, models-mutation-and-synthesis, tests-coverage
- Language: JetBrains MPS
- Homepage:
- Size: 39.8 MB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- mps.rocks - MPS-QA - This repository contains quality assurance tooling for Jetbrains' MPS. ([Awesome MPS](#awesome-MPS) / Plugins)
README
# MPS-QA
This repository contains quality assurance tooling for Jetbrains' MPS.We have the following components (each in its own MPS project):
1. [Linters](code/languages/org.mpsqa.lint/README.md)
2. [Testing](code/languages/org.mpsqa.lint/README.md)
3. [Clones Detection](code/languages/org.mpsqa.clones/README.md)
4. [Deprecation Finder](code/languages/org.mpsqa.deprecated/README.md)
5. [Architecture](code/languages/org.mpsqa.arch/README.md)
6. [Unused Languages](code/languages/org.mpsqa.unused/README.md)
7. [(Experimental) Models Synthesis](code/languages/org.mpsqa.mutant/README.md)#### Contribute
We happily accept any contribution like bug reports, code or feedback.#### Using the plugins
There are two possibilities to use the plugins:
* you can download the binaries from the github hosted *maven* repository
* [maven link](https://github.com/mbeddr/mps-qa/packages/)
* please make sure to download plugins which match your MPS version!
* you can build the MPS plugins from sources