Skip to content

Commit b05d0b6

Browse files
Merge pull request #14 from eduardomourar/feature/sync-other-plugins
Update with changes from other plugins
2 parents 0244882 + d59f2d0 commit b05d0b6

File tree

19 files changed

+150
-123
lines changed

19 files changed

+150
-123
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*Issue #, if available:*
2+
3+
*Description of changes:*

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Dependencies Node.js
3939
id: install_nodejs
4040
run: |
41-
npm ci --optional --timing && npm run build
41+
npm ci --optional && npm run build
4242
- name: Run Unit Tests
4343
id: unit_testing
4444
run: |
@@ -68,9 +68,9 @@ jobs:
6868
ls -la
6969
mkdir ./dist
7070
cp "$RPDK_PATH" ./dist
71-
npm install --timing "./dist/$RPDK_PACKAGE"
71+
npm install "./dist/$RPDK_PACKAGE"
7272
cfn generate -vv && cfn validate -vv
73-
npm install --optional --timing
73+
npm install --optional
7474
sam build --debug --build-dir ./build TypeFunction
7575
sam build --debug --build-dir ./build TestEntrypoint
7676
sam local invoke -t build/template.yaml --debug --event sam-tests/create.json --log-file sam.log TestEntrypoint

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ disable=
1616

1717
[BASIC]
1818

19-
good-names=e,ex,f,fp,i,j,k,n,_
19+
good-names=e,ex,f,fp,i,j,k,v,n,_
2020

2121
[FORMAT]
2222

Pipfile.lock

Lines changed: 87 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)