Skip to content

Exclude certain folders? #12

@melloware

Description

@melloware

We are using your plugin to do a diff check but want to exclude an files in a glob like **/assets/** from being checked as we are having this issue:

Reported: orval-labs/orval#2468 (comment)

The content of the files triggering the diff check is JSON stored as Base64-encoded DEFLATE streams:

  • samples/react-app/docs-html-plugin/assets/hierarchy.js
  • samples/react-app/docs-html-plugin/assets/navigation.js
  • samples/react-app/docs-html-plugin/assets/search.js
  • samples/react-app/docs-html/assets/hierarchy.js
  • samples/react-app/docs-html/assets/navigation.js
  • samples/react-app/docs-html/assets/search.js

For instance:

window.hierarchyData = 'eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzwMKVNfWAgCbHgqm';

The DEFLATE streams can be subtly different from platform to platform so this isn't surprising. Typedoc generates these files, so I don't think Orval codegen has any influence whether they change or not

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions