Skip to content

Commit

Permalink
Merge pull request #769 from ONLYOFFICE/fix/license-checker-readme
Browse files Browse the repository at this point in the history
[license_checker] update Readme for allowListFile
  • Loading branch information
konovalovsergey authored Nov 28, 2023
2 parents 188ad00 + bde91e3 commit d468b93
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/license_checker/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,18 @@ Possible array values:
]
```

* `allowListFile` file paths to allow. It is needed if you ignore the directory, but there is a file in it that needs to be checked.
**For example:**

```json
"ignoreListDir": [
"sdkjs/develop"
],
"allowListFile": [
"sdkjs/develop/awesomeFileToAllow.js",
]
```

Any number of configurations can be
specified, they can overlap
if we need to check
Expand Down

0 comments on commit d468b93

Please sign in to comment.