From f6d7b101c5f3397fdadc270f2c6317a176c1c91f Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Mon, 19 Feb 2024 14:08:35 +0000 Subject: [PATCH] chore: define dart_dictionary.txt --- .github/.cspell/dart_dictionary.txt | 7 +++++++ .github/cspell.json | 13 ++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 .github/.cspell/dart_dictionary.txt diff --git a/.github/.cspell/dart_dictionary.txt b/.github/.cspell/dart_dictionary.txt new file mode 100644 index 0000000..9623df8 --- /dev/null +++ b/.github/.cspell/dart_dictionary.txt @@ -0,0 +1,7 @@ +# keywords/terms specific to the Dart/Flutter ecosystem +audioplayers # A Flutter plugin to play multiple simultaneously audio files. +cupertino # Flutter module containing iOS-style widgets +LTWH # From Flutter, abbreviation left, top, width and height. +mockingjay # A Flutter package for mocking navigation. +mocktail # A Dart mock package. +unawaited # A Dart function to explicitly ignore a future. \ No newline at end of file diff --git a/.github/cspell.json b/.github/cspell.json index f82ee7e..4d3170c 100644 --- a/.github/cspell.json +++ b/.github/cspell.json @@ -12,14 +12,13 @@ "name": "vgv_forbidden", "path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt", "description": "Forbidden VGV Spellings" + }, + { + "name": "dart_dictionary", + "path": "./.cspell/dart_dictionary.txt", + "addWords": true } ], "useGitignore": true, - "words": [ - "Contador", - "localizable", - "mostrado", - "página", - "Texto" - ] + "words": ["Contador", "localizable", "mostrado", "página", "Texto"] }