Skip to content

Example of how to use .flayignore #75

@rlgreen91

Description

@rlgreen91

Is there an example of how to use .flayignore? I'm trying to ignore GraphQL type files because the nature of their typing requires a lot of duplication. I created a .flayignore in the root level that contains the following lines:

# Ignore all GraphQL type files
/app/graphql/types/*

However, that doesn't work - it's still doing a duplicate code check in the files. What do I need to change here?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions