fsfe / reuse-tool

reuse is a tool for compliance with the REUSE recommendations.
https://reuse.software
382 stars 146 forks source link

Add support to .graphqls in addition to .graphql #930

Closed rgaiacs closed 5 months ago

rgaiacs commented 6 months ago

From https://docs.spring.io/spring-graphql/reference/request-execution.html#execution.graphqlsource.schema-resources

By default, the Boot starter looks for schema files with extensions ".graphqls" or ".gqls" under the location classpath:graphql/**, which is typically src/main/resources/graphql.

This PR adds ´.graphqls´ and ´.gqls´ to the list of supported files.

carmenbianca commented 5 months ago

Thanks @rgaiacs for the contribution! It looks great, merging.