Closed lew closed 2 years ago
I think we should ignore all files that start with .
or contain multiple .
.
This will cover most files that trigger false-positives for this rule, e.g.
typegen.config.js
.gitlab-ci.yml
next-env.d.ts
.roarr.js
https://regex101.com/r/JsB7cL/1 I think this covers most of these cases.
It still requires camel case, but allows names to start with .
and contain multiple .
in the name.
:tada: This issue has been resolved in version 33.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Your example config uses:
but in such a file the warning
is triggered.
Maybe set the default regex to include ".test."