Skip to content

Commit a21e073

Browse files
committed
Update FinalizerHandler to use better sorting implementation. Adds updated lint/PMD scanning to pre-commit hooks
1 parent e112c84 commit a21e073

File tree

9 files changed

+1536
-78
lines changed

9 files changed

+1536
-78
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
1+
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
22
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
33
# For useful gitignore templates see: https://github.com/github/gitignore
44

55
# Salesforce cache
66
.sfdx/
77
.localdevserver/
8+
.sf
89

910
# LWC VSCode autocomplete
1011
**/lwc/jsconfig.json
@@ -34,5 +35,4 @@ $RECYCLE.BIN/
3435
node_modules
3536
package-lock.json
3637
.pmdCache
37-
38-
.sf
38+
.vscode

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)