Skip to content

Commit

Permalink
Merge pull request #855 from LMFinney/patch-1
Browse files Browse the repository at this point in the history
style(): fix generated header comment linting
  • Loading branch information
kamilmysliwiec committed Mar 17, 2021
2 parents 1a03203 + 38d54a7 commit 115b0af
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
3 changes: 2 additions & 1 deletion lib/graphql.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const GRAPHQL_MODULE_ID = 'GqlModuleId';
export const SUBSCRIPTION_TYPE = 'Subscription';

export const DEFINITIONS_FILE_HEADER = `
/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/array-property.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/custom-scalar.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/enum.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/federation.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/interface-property.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/mutation.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/query-skip-args.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/query.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/simple-type.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/typename.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down

0 comments on commit 115b0af

Please sign in to comment.