Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore: Add PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ffriedl89 authored and lukasholzer committed Feb 28, 2020
1 parent 44e67bc commit d1502af
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 26 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
sonar:
<<: *defaults
environment:
# - sonar needs more memory for the scanner run if a LOT of files are changed
SONAR_SCANNER_OPTS: -Xmx1024m
steps:
- attach_workspace:
Expand Down
23 changes: 0 additions & 23 deletions .vscode/launch.json

This file was deleted.

2 changes: 1 addition & 1 deletion libs/barista-components/schematics/collection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add and migrate Dynatrace Angular Components to v5.",
Expand Down
2 changes: 1 addition & 1 deletion libs/barista-components/schematics/migration.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"update-5.0.0": {
"version": "5.0.0",
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ sonar.sources=.
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

# Exlcuding the files for the schematics to avoid sonar errors
sonar.exclusions=tools/schematics/**
2 changes: 1 addition & 1 deletion tools/tslint-rules/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "../../../tslint.json"
"extends": "../../tslint.json"
}

0 comments on commit d1502af

Please sign in to comment.