tbashiyy

Results 5 comments of tbashiyy

@azu Hello. I'm currently facing this issue. > Currently, User can avoid this issue by pass escaped path to secretlint. I use in sveltekit project. sveltekit has file path like...

Sorry. I could handle this by creating `lint-staged.config.js` to escape `(` `)` in my project. https://github.com/lint-staged/lint-staged?tab=readme-ov-file#typescript ```javascript /** * @type {import('lint-staged').Configuration} */ export default { '**/*': (files) => { const...

Hello, I may facing same issue. If there is workaround, I want to know it.๐Ÿ™

I found same we should fix, too. I'm trying to add test now...

@webpro I created PR! https://github.com/webpro-nl/knip/pull/1004