Skip to content

Commit e13fe10

Browse files
committed
rename foundry-test-functions rule
1 parent f137a6d commit e13fe10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/rules/gas-consumption/gas-named-return-values.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ describe('Linter - gas-named-return-values', () => {
7676
'compiler-version': 'off',
7777
'comprehensive-interface': 'off',
7878
'foundry-test-functions': 'off',
79+
'foundry-test-function-naming': 'off',
7980
'use-natspec': 'off',
8081
},
8182
})

test/rules/naming/func-named-parameters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ describe('Linter - func-named-parameters', () => {
7171
'compiler-version': 'off',
7272
'comprehensive-interface': 'off',
7373
'foundry-test-functions': 'off',
74+
'foundry-test-function-naming': 'off',
7475
'use-natspec': 'off',
7576
},
7677
})

0 commit comments

Comments
 (0)