results in false positives. The directory "docs/modules/ROOT/assets/images" contains the folder "workstations/kobol" (full path = docs/modules/ROOT/assets/images/workstations/kobol). The rule "docs/modules/*/assets/images/**" states that this folder is allowed. But still running the linter results in this message (which is a false positive).
/home/vagrant/work/repos/sebastian-sommerfeld-io/infrastructure/docs/modules/ROOT/assets/images/workstations/kobol
error Directory is not allowed by config
Expected behavior is that this directory is not marked as error but is accepted and marked as allowed.
Actual behavior is that the directory is marked as error.
A .folderslintrc file that looks like this:
results in false positives. The directory "docs/modules/ROOT/assets/images" contains the folder "workstations/kobol" (full path = docs/modules/ROOT/assets/images/workstations/kobol). The rule "docs/modules/*/assets/images/**" states that this folder is allowed. But still running the linter results in this message (which is a false positive).
Expected behavior is that this directory is not marked as error but is accepted and marked as allowed.
Actual behavior is that the directory is marked as error.