Skip to content

Commit

Permalink
Replace spelling directive with spelling:word-list (#31752)
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jun 7, 2023
1 parent 342b4fe commit 9e268e1
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/hooks/athena.py
Expand Up @@ -18,7 +18,7 @@
"""
This module contains AWS Athena hook.
.. spelling::
.. spelling:word-list::
PageIterator
"""
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/automl.py
Expand Up @@ -18,7 +18,7 @@
"""
This module contains a Google AutoML hook.
.. spelling::
.. spelling:word-list::
PredictResponse
"""
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/cloud_memorystore.py
Expand Up @@ -18,7 +18,7 @@
"""
Hooks for Cloud Memorystore service.
.. spelling::
.. spelling:word-list::
DataProtectionMode
FieldMask
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/dlp.py
Expand Up @@ -19,7 +19,7 @@
This module contains a CloudDLPHook
which allows you to connect to Google Cloud DLP service.
.. spelling::
.. spelling:word-list::
ImageRedactionConfig
RedactImageRequest
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/kubernetes_engine.py
Expand Up @@ -18,7 +18,7 @@
"""
This module contains a Google Kubernetes Engine Hook.
.. spelling::
.. spelling:word-list::
gapic
enums
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/os_login.py
Expand Up @@ -16,7 +16,7 @@
# under the License.
"""OS Login hooks.
.. spelling::
.. spelling:word-list::
ImportSshPublicKeyResponse
oslogin
"""
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/pubsub.py
Expand Up @@ -18,7 +18,7 @@
"""
This module contains a Google Pub/Sub Hook.
.. spelling::
.. spelling:word-list::
MessageStoragePolicy
ReceivedMessage
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/vertex_ai/auto_ml.py
Expand Up @@ -18,7 +18,7 @@
"""
This module contains a Google Cloud Vertex AI hook.
.. spelling::
.. spelling:word-list::
aiplatform
au
Expand Down
Expand Up @@ -17,7 +17,7 @@
# under the License.
"""This module contains a Google Cloud Vertex AI hook.
.. spelling::
.. spelling:word-list::
jsonl
codepoints
Expand Down
Expand Up @@ -17,7 +17,7 @@
# under the License.
"""This module contains a Google Cloud Vertex AI hook.
.. spelling::
.. spelling:word-list::
undeployed
undeploy
Expand Down
Expand Up @@ -17,7 +17,7 @@
# under the License.
"""This module contains a Google Cloud Vertex AI hook.
.. spelling::
.. spelling:word-list::
irreproducible
codepoints
Expand Down
Expand Up @@ -17,7 +17,7 @@
# under the License.
"""This module contains a Google Cloud Vertex AI hook.
.. spelling::
.. spelling:word-list::
aiplatform
camelCase
Expand Down
Expand Up @@ -18,7 +18,7 @@
"""
Operators for Google Cloud Memorystore service.
.. spelling::
.. spelling:word-list::
FieldMask
memcache
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/pubsub.py
Expand Up @@ -18,7 +18,7 @@
"""
This module contains Google PubSub operators.
.. spelling::
.. spelling:word-list::
MessageStoragePolicy
"""
Expand Down
Expand Up @@ -17,7 +17,7 @@
# under the License.
"""This module contains Google Vertex AI operators.
.. spelling::
.. spelling:word-list::
jsonl
codepoints
Expand Down
Expand Up @@ -17,7 +17,7 @@
# under the License.
"""This module contains Google Vertex AI operators.
.. spelling::
.. spelling:word-list::
undeployed
undeploy
Expand Down
Expand Up @@ -17,7 +17,7 @@
# under the License.
"""This module contains Google Vertex AI operators.
.. spelling::
.. spelling:word-list::
irreproducible
codepoints
Expand Down
Expand Up @@ -17,7 +17,7 @@
# under the License.
"""This module contains Google Vertex AI operators.
.. spelling::
.. spelling:word-list::
aiplatform
camelCase
Expand Down
Expand Up @@ -102,7 +102,7 @@ def metric_fn(inst):
]
)
.. spelling::
.. spelling:word-list::
pcoll
"""
Expand Down
Expand Up @@ -24,7 +24,7 @@
ID_TOKEN="$(python -m airflow.providers.google.common.utils.id_token_credentials)"
curl "https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=${ID_TOKEN}" -v
.. spelling::
.. spelling:word-list::
RefreshError
"""
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/influxdb/hooks/influxdb.py
Expand Up @@ -18,7 +18,7 @@
"""
This module allows to connect to a InfluxDB database.
.. spelling::
.. spelling:word-list::
FluxTable
"""
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/microsoft/azure/hooks/adx.py
Expand Up @@ -18,7 +18,7 @@
"""
This module contains Azure Data Explorer hook.
.. spelling::
.. spelling:word-list::
KustoResponseDataSetV
kusto
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/microsoft/azure/hooks/data_factory.py
Expand Up @@ -16,7 +16,7 @@
# under the License.
"""Spelling exceptions.
.. spelling::
.. spelling:word-list::
CreateRunResponse
DatasetResource
LinkedServiceResource
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-dbt-cloud/connections.rst
Expand Up @@ -15,7 +15,7 @@
specific language governing permissions and limitations
under the License.
.. spelling::
.. spelling:word-list::
getdbt

Expand Down

0 comments on commit 9e268e1

Please sign in to comment.