You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix to strict rules and exclude pattern uses (#13)
* Fix Exclude pattern, the patterns did not include
the dot of the extension allowing matching with
the pathname (which for example in DDEV will
match with `html` in `/var/www/html`)
* Included more rules to exclude for (p)html and xml
files. Indentation, line-length are very hard to
fix consistently and prevents usage of component
libraries (as for example with Hyvä)