codecharta-analysis
Advanced tools
Comparing version 1.23.0 to 1.24.0
@@ -13,3 +13,3 @@ { | ||
"name": "codecharta-analysis", | ||
"version": "1.23.0", | ||
"version": "1.24.0", | ||
"description": "MaibornWolff CodeCharta Analysis Tools", | ||
@@ -16,0 +16,0 @@ "scripts": { |
@@ -19,2 +19,18 @@ # Change Log | ||
## [1.24.0] - 2019-04-23 | ||
### Added | ||
### Changed | ||
### Removed | ||
- Settings as URL parameters #470 | ||
### Fixed | ||
- Fixed issue with trailing slash in URL parameter of SonarImporter #356 | ||
### Chore | ||
- Bump d3 from 4.13.0 to 5.9.2 in /visualization | ||
- Bump sinon from 4.5.0 to 7.3.1 in /visualization | ||
## [1.23.0] - 2019-03-22 | ||
@@ -21,0 +37,0 @@ |
@@ -87,1 +87,7 @@ # CodeCharta analysis | ||
> ./gradlew integrationTest | ||
## Code Style | ||
In order to keep the code style consistent, an XML-file containing the settings used for this project can be found in `intellij-resources`. | ||
Please import these settings in `File > Settings > Editor > Code Style`, and make sure you have ticked the box to reformat code before committing. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29932344