Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an introduction version to analyzers documentation #3883

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql001.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Warning |
| **Enabled by default** | Yes |
| **Code fix provided** | Yes |
| **Introduced in** | v7.7 |

## Cause

Expand Down
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql002.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Warning |
| **Enabled by default** | Yes |
| **Code fix provided** | Yes |
| **Introduced in** | v7.7 |

## Cause

Expand Down
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql003.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Warning |
| **Enabled by default** | Yes |
| **Code fix provided** | Yes |
| **Introduced in** | v7.7 |

## Cause

Expand Down
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql004.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Warning |
| **Enabled by default** | Yes |
| **Code fix provided** | Yes |
| **Introduced in** | v7.7 |

## Cause

Expand Down
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql005.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Error |
| **Enabled by default** | Yes |
| **Code fix provided** | Yes |
| **Introduced in** | v7.7 |

## Cause

Expand Down
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql006.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Warning |
| **Enabled by default** | Yes |
| **Code fix provided** | No |
| **Introduced in** | v7.7 |

## Cause

Expand Down
5 changes: 3 additions & 2 deletions docs2/site/docs/analyzers/gql007.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
| **Default severity** | Warning |
| **Enabled by default** | Yes |
| **Code fix provided** | No |
| **Introduced in** | v7.7 |

## Cause

This rule triggers when a field defined on a type deriving from
`InputObjectGraphType<TSourceType>` has a matching field or property on the
`TSourceType` type but it's not settable. If the type or one of its base
types override the `ParseDictionary` method the validation is skipped.
`TSourceType` type but it's not settable. If the type or one of its base types
override the `ParseDictionary` method the validation is skipped.

## Rule description

Expand Down
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql008.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Warning |
| **Enabled by default** | Yes |
| **Code fix provided** | Yes |
| **Introduced in** | v7.7 |

## Cause

Expand Down
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql009.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Error |
| **Enabled by default** | Yes |
| **Code fix provided** | Yes |
| **Introduced in** | v7.7 |

## Cause

Expand Down
1 change: 1 addition & 0 deletions docs2/site/docs/analyzers/gql011.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| **Default severity** | Error |
| **Enabled by default** | Yes |
| **Code fix provided** | No |
| **Introduced in** | v7.7 |

## Cause

Expand Down
Loading