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
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?
The text was updated successfully, but these errors were encountered:
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?
hi guys can we flayignore on specific line in the file instead of the whole file?
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:However, that doesn't work - it's still doing a duplicate code check in the files. What do I need to change here?
The text was updated successfully, but these errors were encountered: