Skip to content

Commit 9b88f4f

Browse files
committed
chore(commitlint): add config file for commitlint
1 parent cd188f8 commit 9b88f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*.js.map
66

77
# Test logs
8-
test-logs/**/*
8+
.test-logs/**/*
99

1010
# Files tagged with .ignore
1111
*.ignore

test/utils/attack-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function getCachedOrFetchAttackData(
5454
try {
5555
if (await fileExists(filePath)) {
5656
const data = await readFile(filePath, 'utf8');
57-
console.log(`Successfully read cached file: ${filePath}`);
57+
// console.log(`Successfully read cached file: ${filePath}`);
5858
try {
5959
return JSON.parse(data) as StixBundle;
6060
} catch (parseError) {

0 commit comments

Comments
 (0)