ChrisCarini / sample-intellij-plugin

A plugin for JetBrains IDEs providing some simple examples regarding plugin development.
https://plugins.jetbrains.com/plugin/18126-sample-menu-action
Apache License 2.0
5 stars 0 forks source link

Bump github/codeql-action from 3.27.1 to 3.27.3 #487

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps github/codeql-action from 3.27.1 to 3.27.3.

Release notes

Sourced from github/codeql-action's releases.

v3.27.3

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

No user facing changes.

3.27.3 - 12 Nov 2024

No user facing changes.

3.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590

3.27.1 - 08 Nov 2024

  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #2573
  • Update default CodeQL bundle version to 2.19.3. #2576

3.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #2557
  • Update default CodeQL bundle version to 2.19.2. #2552

3.26.13 - 14 Oct 2024

No user facing changes.

3.26.12 - 07 Oct 2024

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520

    • If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.

    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.26.11 and github/codeql-action/*@v2 by github/codeql-action/*@v2.26.11 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.26.11 - 03 Oct 2024

  • Upcoming breaking change: Add support for using actions/download-artifact@v4 to programmatically consume CodeQL Action debug artifacts.

    Starting November 30, 2024, GitHub.com customers will no longer be able to use actions/download-artifact@v3. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set the CODEQL_ACTION_ARTIFACT_V4_UPGRADE environment variable to true and bump actions/download-artifact@v3 to actions/download-artifact@v4 in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped to actions/download-artifact@v3 to actions/download-artifact@v4 will begin failing then.

    This change is currently unavailable for GitHub Enterprise Server customers, as actions/upload-artifact@v4 and actions/download-artifact@v4 are not yet compatible with GHES.

  • Update default CodeQL bundle version to 2.19.1. #2519

... (truncated)

Commits
  • 396bb3e Merge pull request #2601 from github/update-v3.27.3-f04790367
  • 2b13194 Update changelog for v3.27.3
  • f047903 Merge pull request #2599 from github/NlightNFotis/disable-streaming
  • 427ce46 doc: add issue link to todo reminders in tests
  • 5445a29 tests: instead of false, use old feature flag with default value of false
  • e6dd404 workaround: disable streaming when downloading codeql bundle
  • 5cb4249 Merge pull request #2595 from github/mergeback/v3.27.2-to-main-9278e421
  • a4ee280 Update checked-in dependencies
  • 9a25759 Update changelog and version after v3.27.2
  • 9278e42 Merge pull request #2594 from github/update-v3.27.2-02167d77f
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 1 week ago

@check-spelling-bot Report

:red_circle: Please review

See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.

Unrecognized words (1277) ``` AAB AAC abdeg abdfg ABE abf abg aborterror abortsignal abresas acd acdeg acdfg acefg adbf admins afterexit aix ajafff ajamxtjtt alexgorbatchev allcontributors alloc alnum alpn altsvc alvis amd andrewrk andrews antiope anum apk applewebkit appname apps appveyor aseemk aspx asynciterable autobuild autolinks axios baccess badgen baf Bakanas Bakker baptiste Baryshnikov basehead baz bbe bbefdb BCDEFGHIJKLMNOPQRSTUVWXYZ bceb bclient bdab bedca begining Betts Bhongbhibhat bhongy bility bintray birthtime bitinn bitmask bitshifting blackbox blockquote bnoguchi bnum bodyinit boolen botverse bramstein Brezas brianloveswords brightgreen brotli Browserified browserify brunoscheufler bsemver bsolute btoueg btunnel bucaran buf BUILDIDENTIFIER builtins bundlephobia Buzzo bytecode bytestring cac callbackify callframe callsite camelcase Cantemo Carini ccarini ccb CCCC ccept cceptable cces ccessible ccessing ccessor CCFF ccording ccount cdc CDMRTUXB cdn cea ceea CERTIFIC CES cflags chacha Chaisurin chdir checkin Chigozirim childprocess chriscarini chyzwar Cim Cipheriv CIRCLECI cjs CKED cknowledgement classfile classpath cleartext clion cmp cname codecov codeowners codeql codeship codespace COERCERTL collectionafter collectionapi collectionbefore collectionerror collectionremove collectionwrap COLORTERM colspan commitish compability compat compatiblity compver comspec concat configureondemand conjuction CONNREFUSED CONSEQUENTI contextified contributorsrc Convience COPYFILE COSX cqv credera CRLs crt cryptopro CTED ction ctivate ctive ctivity ctual ctx curated cwd Cyg cygpath cygwin daafb dafb dashdash datasync dbca dbf DBFF dbg DCF dded DDEF DDF DDFD dding ddition dditional ddr DDRCONFIG ddress DDRGETNETWORKP dds debuglog Decipheriv decompiled DEDF defaul definecommand definnitions DEFL Deividas Delimeter deopt deoptimize deoptimized DEPREC DEQU derp DERS Descs devcontainers dfa DFF DFFF DFL dgram DHE DHINTS Dide Diffie diffs DIPHLP DIRN dirxml DISCL diskspace distclean dists Djb dmin Dmitry dns doowb Dorg dorny dorongold doublestar dougwilson DOWNLO DQUERY DRESP Drobot dsa dsl DSTR dsuket DSYNC DTLS dtrace dvanced DVISED eap EBC EBUSY ecd ecdh ecma ecmascript ecomp ECONNRESET ecparam eda edb edd Eief ejewicz electerious elif Emacs EMFILE emojis endgroup endlocal endpointdefaults endpointmerge endpointmergeoptions endpointmergeroute endpointoptions endpointparse endpointroute ENH enoent ENOSYS ENOTEMPTY Ent enviroments ENVV Eocdl eocdr eol EPERM EPHEMER eps equ errexit errname errno ERRORLEVEL errorneous esac escapechars escwald eslintrc esm esnext espcially etag Etco ETOOBIG etw evaled eventloop exatcly excuted exe execa EXEMPL exerimental exoticknight extglob extname EXTR EXUBER eyqs facebook falsey FBC fbcc fbe fcf fchmod fchown fdatasync fengmk fetcherror fetchurl FFCC FFFD FFFF ffflorian FICLONE FILEM FILEN fips firefox Flarna FOOB fooblz formdata FORMERR FORW fpr freebsd freewil fron frontends fstat fter ftp ftruncate FULLPL futimes gagle gaijin galkin Ganzin gbk gcm GENER GES getaddrinfo getegid getenv geteuid getgid getgroups getos getuid gfm ghe ghs ghu gimre gitdata GITL globber GLOBST globstar GMENTS goaway goland gorangajic gpg gradle gradlew graphql graphqlt gscottolson gtfn gtlt gtr gzipped Hannes headerstimeout heapsnapshot hexdump hhmmss hilo Hmac Holowaychuk hookcollection hookcollectionafter hookcollectionapi hookcollectionbefore hookcollectionerror hookcollectionremove hookcollectionwrap hopfully hostmaster hostnames hovercard hrtime hsiliev hsivonen httpbin httpclient hubdotcom HUFFM hughsk Huw hyperlink HYPHENR iana identitty IDENTIY idx ietf iface IFBLK IFCHR IFDIR IFIFO IFLNK ifm IFMT IFREG IFSOCK IHeaders IHttp IIS IIU ILED ILURE IMED img INED inferrable initalizing INITI INLOOSE ino instanceof insworth Intelli intellij INTERF ints INVERSIONLOOSE iojs ipc ipv IRequest IRGRP IROTH IRUSR IRWXG IRWXO IRWXU isatty isexe islishude isobject issuecomment ITyped IWGRP IWOTH IWUSR IXGRP IXOTH IXUSR javascript JBR jdk JETBR jetbrains jimmywarting jkantr jkomyno jlumbroso joaovieira jochenberger jonschlinkert JOR Jordi Jovan joyeecheung JPlatform jquery jre jsdelivr jsdom jshintrc Junxiao justmatt jvm jvmargs keepachangelog keepalive Kein kenobi kevva Keyable keylen keylog keyof keystonejs kinda kirill kjin kkirsche knpwrs koalaman koichik konshin Kopacz kotlin kribblo ksh KSX kts kuehlein kwsites lberto lchenay lchmod lchown lcov LCUL leedm leksis len lert lexander lfs LGBLOCK lgorithm LGWIN lifecycle Limitted Lindesay linkedin linting linux Lishude LITY LIZED LLENGE lleyne LLOC llocates llocations llow localstorage lon LONEC LONETILDE LOOSEPL LPH lpha lphanumeric lpine lquixada LRE lready LRM lru lso lstwinver lte ltefn lternative lternatively ltfn lthough lts lvis lways maddness mafintosh maintainted Makarov malloced marbemac Mariusz markdownlint Martensson matthewmueller mattlyons maxheaderscount maxmem maxogden MCITY MEDI mediatype Meinhardt MEMLEVEL Messapge metacharacter metachars MIC microsoft Microtask mikedeboer MILY Minh minimatch minttl minver mizunashi mjs MKC MKCOL mkdirp MKREDIRECTREF MKWORKSP mlucool mockito modifiations modificatons mohsen monkeypatched moxystudio mozilla msasad msecs msys multiline musikov mwiktorczyk myrequest mytool nalyses nalysis nalyze Naptr nbar ncc nccwpck NCEL NCELLED ncestor NCH nconsole NDID NDIRECT NDLE NDLING ndrew ndroid NDS Negotation NEGOTI negotiaion NENT NENTLY neq netbsd NETSC neveragain nge NGEIDENTIFIER NGEIDENTIFIERLOOSE NGELOG NGELOOSE NGEPL NGHTTP nglobstar NGU nguymin nidea NIDs nlink nmeow nmine Nms nnotated nnotations nobrace nocase nocomment NOCTTY nodei nodesource nodot noent noext NOFOLLOW noglobstar NOMEM NONBLOCK nonconformant nonegate NONINFRINGEMENT NONNUMERICIDENTIFIER NONTR nonull noproxy noreply NOTFOUND nothrow NOTIMP NOTINITI notready nounset nours npmignore npmjs NPOSTFIX NSFER NSFORM NSI NSITION nsname NSPORT nswering NTOM nty numberify NUMERICIDENTIFIER NUMERICIDENTIFIERLOOSE numstat nwjs nya nyc NYCONNECT nything oaep oauth obain objs obsoloete ocsp octo octocat oidc oliveras oncletom onclose onclosenexttick oncreate onend onexit onfinish onlegacyfinish onokumus onread onrequest openapi openbsd opencollective opendir opensource openssl OPER ORDERP ossf OSTYPE otp pache packagephobia panuhorsmalahti parambir passphrase pathenv pathext pathing pathparts patreon paulcbetts pekeler pem peterblazejewicz PHQL piamancini pid pkcs PKEY PKW placeholders platformize ponyfill popd posix Potection ppearance PPED ppend ppendix ppid pple pplication Pplugin pply PPROVE PPVEYOR predictible preferlocal preid premajor preminor preopens prepatch PRERELE prereleased prereleases prettierrc pril println probot proces PROGR programatically promisified PROPFIND PROPP prot PSHOT psk pss pth ptr Pulim pumpify punycode pushd Pxf pycharm Qix qmark qntm qodana querystring Quixada qwelias Rajlich rando randomaccessreader ratelimit rawtypes rchive rcompare rdev RDONLY RDWR readarray readdir readline readlink readv realpath recursivly recv referer reflink regexes regexps registred regxep relatixe RELE RENEGOTI REPE replserver repositorys reqheaders requestdefaults requestendpoint requried Requset rerequest responseinit respose RETLOOSE Retryable RETTRIM revparse rfc rfor RGE rgs rgument rgv rimraf rinfo rning robvanderwoude ROLLB Rollup roundtrips Rovira rowspan rray rrtype rsa RSET rsort rss rst RTICUL rtifact rtl rxvt SALTLEN samevaluezero sampleintellijplugin samuela sarifs satazor satisifes SCHED Scheufler Schiabel Schlinkert Schlueter scii scim SCOREC scorecards screenshots sdaitzman sebelga secrettoken seegno SEIDENTIFIER SEIDENTIFIERLOOSE SELOOSE seperated servername SERVF setegid seteuid setgid setgroups setlocal shellcheck shellness shkenas sigalgs SIGBRE SIGBUS SIGCHLD SIGCONT SIGFPE SIGHUP SIGINFO sigint SIGIO SIGIOT SIGKILL SIGLOST SIGPIPE SIGPOLL SIGPROF SIGPWR SIGQUIT SIGSEGV SIGSTKFLT SIGSTOP SIGSYS SIGTERM SIGTR SIGTSTP SIGTTIN SIGTTOU SIGUNUSED SIGURG SIGUSR SIGVT SIGWINCH SIGXCPU SIGXFSZ Silbermann Sindre sindresorhus slackin slava smac sni Soa SOFTW sombra Sorhus Sorin spam spawnargs spawnsync SPECI Speficying speshul spkac spki SQU srv ssembly ssert ssertion sset ssign ssignee ssl SSLE SSLREF sslv ssociated ssumption SSWORD stabalizing stackoverflow standalone statechar stddev stdio stephenmathieson stevenvachon stral streamsink stringifier subarray Subdomain subjectaltname SUBP substack substr SUMM sunos Surasak svg swallowee symmetra syscall tada tapjs tarasyuk tarball tbody TBuffer Tcp TCustom TEGY tellnes TEMPOR TEREDIRECTREF testng tfvc Thanik thead thebigredgeek thejoshwolfe THEXT thisp Thomasden Thomason thx Tian TIBILITY tidelift TILDELOOSE TILDETRIM timerify timezone timothygu timout timoxley TION TISFI TIVE tjholowaychuk tls TLSEXT TLSv tmcw tmp tmpvar tmurakam toc tocstop tootallnate toplevel TORLOOSE TORTRIM tostring Toueg touffy tpr tqb TResult tricoder trivikr Trivikram truecolor truee TRUNC ttach ttachment ttempt ttempting ttl ttributes ttribution ttrs ttt TUS TVML typeof ucs udience udp Uehlein ugmentations uid uint ULTS umd unalterned UNCHECKOUT undecoded underscorejs unfollow unicode unpipe UNPROCESS UNRE unref unreffed unserializable unsuspend UNTR unwatch UPD UPGR upgrate uppercased urlquery urlsearchparams URLTo usecases Userinfo usm usr utf uth UTHENTIC uthenticate uthenticated uthentication uthor UTHORIT uthority uthoriz uthorization utimes utm uto utobuild utolink utomated utomatic utomatically Vaagland valign vararg varible varname vcs verage VERIFIC verions VERNUM versioning Veyor vgoma Vinay visionmedia vkarpov vnd Voigt VResult wasi wblankenship webhooks website webworker Werror wether wful whatwg wheresrhys whitespae wikipedia Wiktorczyk wildcards WINDOWBITS withspectrum wmic workaround workb workflows WORKSP worktree wrappy writev WRONLY wrwci wryk wss wtf wtgtybhertgeghgtwtg wwwy wzrd XDl xff xffff xffffffff xhtml Xlint Xms Xmx XOF xrange xterm XXXX yallist yamikuronue yauzl yazl Yeting yetingli YLO yml yoursunny youtrack zacronos zeit Zhou zimi zipball zipfile zzzax ```
Some files were automatically ignored :see_no_evil: These sample patterns would exclude them: ``` (?:^|/)types\.js$ ^\Q.github/actions/gh-test-ij-release-update-action/dist/sourcemap-register.js\E$ ^\Q.github/actions/intellij-plugin-verifier-github-action/node_modules/@octokit/rest/index.d.ts\E$ ^\Q.github/actions/intellij-plugin-verifier-github-action/node_modules/@types/node/os.d.ts\E$ ^\Q.github/actions/intellij-plugin-verifier-github-action/node_modules/buffer-crc32/index.js\E$ ^\Qsrc/main/resources/messages/user_facing.properties\E$ ``` You should consider excluding directory paths (e.g. `(?:^|/)vendor/`), filenames (e.g. `(?:^|/)yarn\.lock$`), or file extensions (e.g. `\.gz$`) You should consider adding them to: ``` .github/actions/spelling/excludes.txt ``` File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use `patterns.txt` to exclude portions, add items to the dictionary (e.g. by adding them to `allow.txt`), or fix typos.
To use the spell-check-this repository, accept these unrecognized words as correct, and update file exclusions, you could run the following commands ... in a clone of the [git@github.com:ChrisCarini/sample-intellij-plugin.git](https://github.com/ChrisCarini/sample-intellij-plugin.git) repository on the `dependabot/github_actions/github/codeql-action-3.27.3` branch ([:information_source: how do I use this?]( https://docs.check-spelling.dev/Accepting-Suggestions)): ``` sh curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' | perl - 'https://github.com/ChrisCarini/sample-intellij-plugin/actions/runs/11811036791/attempts/1' ```

OR

To have the bot accept them for you, comment in the PR quoting the following line: @check-spelling-bot apply updates.

Available :books: dictionaries could cover words not in the :blue_book: dictionary Dictionary | Entries | Covers | Uniquely -|-|-|- [cspell:node/dict/node.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/node/dict/node.txt)|891|195|99| [cspell:npm/dict/npm.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/npm/dict/npm.txt)|302|25|11| [cspell:shell/dict/shell-all-words.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/shell/dict/shell-all-words.txt)|113|11|6| [cspell:java/src/java.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/java/src/java.txt)|2464|24|5| [cspell:php/dict/php.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/php/dict/php.txt)|1689|60|4| Consider adding them (in `.github/workflows/spelling.yml`) in `jobs:`/`spelling:` for `uses: check-spelling/check-spelling@main` in its `with`: ``` yml with: extra_dictionaries: | cspell:node/dict/node.txt cspell:npm/dict/npm.txt cspell:shell/dict/shell-all-words.txt cspell:java/src/java.txt cspell:php/dict/php.txt ``` To stop checking additional dictionaries, add (in `.github/workflows/spelling.yml`) for `uses: check-spelling/check-spelling@main` in its `with`: ``` yml check_extra_dictionaries: '' ```
Forbidden patterns :no_good: (10) In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: #### Homoglyph (Cyrillic) should be `A`/`B`/`C`/`E`/`H`/`I`/`I`/`J`/`K`/`M`/`O`/`P`/`S`/`T`/`Y` It's possible that your content is intentionally mixing Cyrllic and Latin scripts, but if it isn't, you definitely want to correct this. ``` (?<=[A-Z]{2})[AВСЕНІӀЈКМОРЅТУ]|[AВСЕНІӀЈКМОРЅТУ](?=[A-Z]+(?:\b|[a-z]+)|[a-z]+(?:[^a-z]|$)) ``` #### Should be `ID` ``` \bId\b ``` #### In English, duplicated words are generally mistakes There are a few exceptions (e.g. "that that"). If the highlighted doubled word pair is in: * code, write a pattern to mask it. * prose, have someone read the English before you dismiss this error. ``` \s([A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})\s\g{-1}\s ``` #### Should be `case-(in)sensitive` ``` \bcase (?:in|)sensitive\b ``` #### Should be `cannot` (or `can't`) See https://www.grammarly.com/blog/cannot-or-can-not/ > Don't use `can not` when you mean `cannot`. The only time you're likely to see `can not` written as separate words is when the word `can` happens to precede some other phrase that happens to start with `not`. > `Can't` is a contraction of `cannot`, and it's best suited for informal writing. > In formal writing and where contractions are frowned upon, use `cannot`. > It is possible to write `can not`, but you generally find it only as part of some other construction, such as `not only . . . but also.` - if you encounter such a case, add a pattern for that case to patterns.txt. ``` \b[Cc]an not\b ``` #### Should be `greater than` ``` \bhigher than\b ``` #### Do not use `(click) here` links For more information, see: * https://www.w3.org/QA/Tips/noClickHere * https://webaim.org/techniques/hypertext/link_text * https://granicus.com/blog/why-click-here-links-are-bad/ * https://heyoka.medium.com/dont-use-click-here-f32f445d1021 ``` (?i)(?:>|\[)(?:(?:click |)here|(?:read |)more)(?:
Pattern suggestions :scissors: (42) You could add these patterns to `.github/actions/spelling/patterns.txt`: ``` # Automatically suggested patterns # hit-count: 1196 file-count: 139 # https/http/file urls (?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/*%?=~_|!:,.;]+[-A-Za-z0-9+&@#/*%=~_|] # hit-count: 436 file-count: 11 # hex digits including css/html color classes: (?:[\\0][xX]|\\u|[uU]\+|#x?|%23)[0-9_a-fA-FgGrR]*?[a-fA-FgGrR]{2,}[0-9_a-fA-FgGrR]*(?:[uUlL]{0,3}|[iu]\d+)\b # hit-count: 194 file-count: 47 # GitHub SHAs (markdown) (?:\[`?[0-9a-f]+`?\]\(https:/|)/(?:www\.|)github\.com(?:/[^/\s"]+){2,}(?:/[^/\s")]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b|) # hit-count: 91 file-count: 10 # version suffix v# (?:(?<=[A-Z]{2})V|(?<=[a-z]{2}|[A-Z]{2})v)\d+(?:\b|(?=[a-zA-Z_])) # hit-count: 82 file-count: 3 # IServiceProvider / isAThing (?:\b|_)(?:(?:ns|)I|isA)(?=(?:[A-Z][a-z]{2,})+(?:[A-Z\d]|\b)) # hit-count: 67 file-count: 6 # Contributor \[[^\]]+\]\(https://github\.com/[^/\s"]+/?\) # hit-count: 52 file-count: 25 # shields.io \bshields\.io/[-\w/%?=&.:+;,]* # hit-count: 49 file-count: 10 # Markdown anchor links \(#\S*?[a-zA-Z]\S*?\) # hit-count: 39 file-count: 18 # hex runs \b[0-9a-fA-F]{16,}\b # hit-count: 33 file-count: 22 # JavaScript regular expressions # javascript test regex /.{3,}/[gim]*\.test\( # hit-count: 32 file-count: 10 # GitHub actions \buses:\s+[-\w.]+/[-\w./]+@[-\w.]+ # hit-count: 25 file-count: 8 # Compiler flags (Unix, Java/Scala) # Use if you have things like `-Pdocker` and want to treat them as `docker` (?:^|[\t ,>"'`=(])-(?:(?:J-|)[DPWXY]|[Llf])(?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,}) # hit-count: 21 file-count: 4 # base64 encoded content, possibly wrapped in mime (?:^|[\s=;:?])[-a-zA-Z=;:/0-9+]{50,}(?:[\s=;:?]|$) # hit-count: 19 file-count: 12 # assign regex = /[^*].*?(?:[a-z]{3,}|[A-Z]{3,}|[A-Z][a-z]{2,}).*/[gi]?(?=\W|$) # hit-count: 19 file-count: 9 # node packages (["'])@[^/'" ]+/[^/'" ]+\g{-1} # hit-count: 18 file-count: 8 # javascript replace regex \.replace\(/[^/\s"]{3,}/[gim]*\s*, # hit-count: 18 file-count: 7 # Compiler flags (Windows / PowerShell) # This is a subset of the more general compiler flags pattern. # It avoids matching `-Path` to prevent it from being treated as `ath` (?:^|[\t ,"'`=(])-(?:[DPL](?=[A-Z]{2,})|[WXYlf](?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,})) # hit-count: 17 file-count: 6 # scala imports ^import (?:[\w.]|\{\w*?(?:,\s*(?:\w*|\*))+\})+ # hit-count: 15 file-count: 6 # javascript match regex \.match\(/[^/\s"]{3,}/[gim]*\s* # hit-count: 14 file-count: 3 # python \b(?i)py(?!gments|gmy|lon|ramid|ro|th)(?=[a-z]{2,}) # hit-count: 13 file-count: 2 # GitHub SHA refs \[([0-9a-f]+)\]\(https://(?:www\.|)github.com/[-\w]+/[-\w]+/commit/\g{-1}[0-9a-f]* # hit-count: 12 file-count: 6 # in check-spelling@v0.0.22+, printf markers aren't automatically consumed # printf markers (?
Errors (8) #### See the [:open_file_folder: files](https://github.com/ChrisCarini/sample-intellij-plugin/pull/487/files/) view, the [:scroll:action log](https://github.com/ChrisCarini/sample-intellij-plugin/actions/runs/11811036791/job/32903994974#step:4:1), or [:memo: job summary](https://github.com/ChrisCarini/sample-intellij-plugin/actions/runs/11811036791/attempts/1#summary-32903994974) for details. [:x: Errors](https://docs.check-spelling.dev/Event-descriptions) | Count -|- [:warning: binary-file](https://docs.check-spelling.dev/Event-descriptions#binary-file) | 7 [:information_source: candidate-pattern](https://docs.check-spelling.dev/Event-descriptions#candidate-pattern) | 98 [:x: check-file-path](https://docs.check-spelling.dev/Event-descriptions#check-file-path) | 568 [:x: forbidden-pattern](https://docs.check-spelling.dev/Event-descriptions#forbidden-pattern) | 6947 [:warning: large-file](https://docs.check-spelling.dev/Event-descriptions#large-file) | 1 [:warning: minified-file](https://docs.check-spelling.dev/Event-descriptions#minified-file) | 1 [:warning: noisy-file](https://docs.check-spelling.dev/Event-descriptions#noisy-file) | 2 [:warning: token-is-substring](https://docs.check-spelling.dev/Event-descriptions#token-is-substring) | 73 See [:x: Event descriptions](https://docs.check-spelling.dev/Event-descriptions) for more information.
github-actions[bot] commented 1 week ago

@check-spelling-bot Report

:red_circle: Please review

See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.

Unrecognized words (1277) ``` AAB AAC abdeg abdfg ABE abf abg aborterror abortsignal abresas acd acdeg acdfg acefg adbf admins afterexit aix ajafff ajamxtjtt alexgorbatchev allcontributors alloc alnum alpn altsvc alvis amd andrewrk andrews antiope anum apk applewebkit appname apps appveyor aseemk aspx asynciterable autobuild autolinks axios baccess badgen baf Bakanas Bakker baptiste Baryshnikov basehead baz bbe bbefdb BCDEFGHIJKLMNOPQRSTUVWXYZ bceb bclient bdab bedca begining Betts Bhongbhibhat bhongy bility bintray birthtime bitinn bitmask bitshifting blackbox blockquote bnoguchi bnum bodyinit boolen botverse bramstein Brezas brianloveswords brightgreen brotli Browserified browserify brunoscheufler bsemver bsolute btoueg btunnel bucaran buf BUILDIDENTIFIER builtins bundlephobia Buzzo bytecode bytestring cac callbackify callframe callsite camelcase Cantemo Carini ccarini ccb CCCC ccept cceptable cces ccessible ccessing ccessor CCFF ccording ccount cdc CDMRTUXB cdn cea ceea CERTIFIC CES cflags chacha Chaisurin chdir checkin Chigozirim childprocess chriscarini chyzwar Cim Cipheriv CIRCLECI cjs CKED cknowledgement classfile classpath cleartext clion cmp cname codecov codeowners codeql codeship codespace COERCERTL collectionafter collectionapi collectionbefore collectionerror collectionremove collectionwrap COLORTERM colspan commitish compability compat compatiblity compver comspec concat configureondemand conjuction CONNREFUSED CONSEQUENTI contextified contributorsrc Convience COPYFILE COSX cqv credera CRLs crt cryptopro CTED ction ctivate ctive ctivity ctual ctx curated cwd Cyg cygpath cygwin daafb dafb dashdash datasync dbca dbf DBFF dbg DCF dded DDEF DDF DDFD dding ddition dditional ddr DDRCONFIG ddress DDRGETNETWORKP dds debuglog Decipheriv decompiled DEDF defaul definecommand definnitions DEFL Deividas Delimeter deopt deoptimize deoptimized DEPREC DEQU derp DERS Descs devcontainers dfa DFF DFFF DFL dgram DHE DHINTS Dide Diffie diffs DIPHLP DIRN dirxml DISCL diskspace distclean dists Djb dmin Dmitry dns doowb Dorg dorny dorongold doublestar dougwilson DOWNLO DQUERY DRESP Drobot dsa dsl DSTR dsuket DSYNC DTLS dtrace dvanced DVISED eap EBC EBUSY ecd ecdh ecma ecmascript ecomp ECONNRESET ecparam eda edb edd Eief ejewicz electerious elif Emacs EMFILE emojis endgroup endlocal endpointdefaults endpointmerge endpointmergeoptions endpointmergeroute endpointoptions endpointparse endpointroute ENH enoent ENOSYS ENOTEMPTY Ent enviroments ENVV Eocdl eocdr eol EPERM EPHEMER eps equ errexit errname errno ERRORLEVEL errorneous esac escapechars escwald eslintrc esm esnext espcially etag Etco ETOOBIG etw evaled eventloop exatcly excuted exe execa EXEMPL exerimental exoticknight extglob extname EXTR EXUBER eyqs facebook falsey FBC fbcc fbe fcf fchmod fchown fdatasync fengmk fetcherror fetchurl FFCC FFFD FFFF ffflorian FICLONE FILEM FILEN fips firefox Flarna FOOB fooblz formdata FORMERR FORW fpr freebsd freewil fron frontends fstat fter ftp ftruncate FULLPL futimes gagle gaijin galkin Ganzin gbk gcm GENER GES getaddrinfo getegid getenv geteuid getgid getgroups getos getuid gfm ghe ghs ghu gimre gitdata GITL globber GLOBST globstar GMENTS goaway goland gorangajic gpg gradle gradlew graphql graphqlt gscottolson gtfn gtlt gtr gzipped Hannes headerstimeout heapsnapshot hexdump hhmmss hilo Hmac Holowaychuk hookcollection hookcollectionafter hookcollectionapi hookcollectionbefore hookcollectionerror hookcollectionremove hookcollectionwrap hopfully hostmaster hostnames hovercard hrtime hsiliev hsivonen httpbin httpclient hubdotcom HUFFM hughsk Huw hyperlink HYPHENR iana identitty IDENTIY idx ietf iface IFBLK IFCHR IFDIR IFIFO IFLNK ifm IFMT IFREG IFSOCK IHeaders IHttp IIS IIU ILED ILURE IMED img INED inferrable initalizing INITI INLOOSE ino instanceof insworth Intelli intellij INTERF ints INVERSIONLOOSE iojs ipc ipv IRequest IRGRP IROTH IRUSR IRWXG IRWXO IRWXU isatty isexe islishude isobject issuecomment ITyped IWGRP IWOTH IWUSR IXGRP IXOTH IXUSR javascript JBR jdk JETBR jetbrains jimmywarting jkantr jkomyno jlumbroso joaovieira jochenberger jonschlinkert JOR Jordi Jovan joyeecheung JPlatform jquery jre jsdelivr jsdom jshintrc Junxiao justmatt jvm jvmargs keepachangelog keepalive Kein kenobi kevva Keyable keylen keylog keyof keystonejs kinda kirill kjin kkirsche knpwrs koalaman koichik konshin Kopacz kotlin kribblo ksh KSX kts kuehlein kwsites lberto lchenay lchmod lchown lcov LCUL leedm leksis len lert lexander lfs LGBLOCK lgorithm LGWIN lifecycle Limitted Lindesay linkedin linting linux Lishude LITY LIZED LLENGE lleyne LLOC llocates llocations llow localstorage lon LONEC LONETILDE LOOSEPL LPH lpha lphanumeric lpine lquixada LRE lready LRM lru lso lstwinver lte ltefn lternative lternatively ltfn lthough lts lvis lways maddness mafintosh maintainted Makarov malloced marbemac Mariusz markdownlint Martensson matthewmueller mattlyons maxheaderscount maxmem maxogden MCITY MEDI mediatype Meinhardt MEMLEVEL Messapge metacharacter metachars MIC microsoft Microtask mikedeboer MILY Minh minimatch minttl minver mizunashi mjs MKC MKCOL mkdirp MKREDIRECTREF MKWORKSP mlucool mockito modifiations modificatons mohsen monkeypatched moxystudio mozilla msasad msecs msys multiline musikov mwiktorczyk myrequest mytool nalyses nalysis nalyze Naptr nbar ncc nccwpck NCEL NCELLED ncestor NCH nconsole NDID NDIRECT NDLE NDLING ndrew ndroid NDS Negotation NEGOTI negotiaion NENT NENTLY neq netbsd NETSC neveragain nge NGEIDENTIFIER NGEIDENTIFIERLOOSE NGELOG NGELOOSE NGEPL NGHTTP nglobstar NGU nguymin nidea NIDs nlink nmeow nmine Nms nnotated nnotations nobrace nocase nocomment NOCTTY nodei nodesource nodot noent noext NOFOLLOW noglobstar NOMEM NONBLOCK nonconformant nonegate NONINFRINGEMENT NONNUMERICIDENTIFIER NONTR nonull noproxy noreply NOTFOUND nothrow NOTIMP NOTINITI notready nounset nours npmignore npmjs NPOSTFIX NSFER NSFORM NSI NSITION nsname NSPORT nswering NTOM nty numberify NUMERICIDENTIFIER NUMERICIDENTIFIERLOOSE numstat nwjs nya nyc NYCONNECT nything oaep oauth obain objs obsoloete ocsp octo octocat oidc oliveras oncletom onclose onclosenexttick oncreate onend onexit onfinish onlegacyfinish onokumus onread onrequest openapi openbsd opencollective opendir opensource openssl OPER ORDERP ossf OSTYPE otp pache packagephobia panuhorsmalahti parambir passphrase pathenv pathext pathing pathparts patreon paulcbetts pekeler pem peterblazejewicz PHQL piamancini pid pkcs PKEY PKW placeholders platformize ponyfill popd posix Potection ppearance PPED ppend ppendix ppid pple pplication Pplugin pply PPROVE PPVEYOR predictible preferlocal preid premajor preminor preopens prepatch PRERELE prereleased prereleases prettierrc pril println probot proces PROGR programatically promisified PROPFIND PROPP prot PSHOT psk pss pth ptr Pulim pumpify punycode pushd Pxf pycharm Qix qmark qntm qodana querystring Quixada qwelias Rajlich rando randomaccessreader ratelimit rawtypes rchive rcompare rdev RDONLY RDWR readarray readdir readline readlink readv realpath recursivly recv referer reflink regexes regexps registred regxep relatixe RELE RENEGOTI REPE replserver repositorys reqheaders requestdefaults requestendpoint requried Requset rerequest responseinit respose RETLOOSE Retryable RETTRIM revparse rfc rfor RGE rgs rgument rgv rimraf rinfo rning robvanderwoude ROLLB Rollup roundtrips Rovira rowspan rray rrtype rsa RSET rsort rss rst RTICUL rtifact rtl rxvt SALTLEN samevaluezero sampleintellijplugin samuela sarifs satazor satisifes SCHED Scheufler Schiabel Schlinkert Schlueter scii scim SCOREC scorecards screenshots sdaitzman sebelga secrettoken seegno SEIDENTIFIER SEIDENTIFIERLOOSE SELOOSE seperated servername SERVF setegid seteuid setgid setgroups setlocal shellcheck shellness shkenas sigalgs SIGBRE SIGBUS SIGCHLD SIGCONT SIGFPE SIGHUP SIGINFO sigint SIGIO SIGIOT SIGKILL SIGLOST SIGPIPE SIGPOLL SIGPROF SIGPWR SIGQUIT SIGSEGV SIGSTKFLT SIGSTOP SIGSYS SIGTERM SIGTR SIGTSTP SIGTTIN SIGTTOU SIGUNUSED SIGURG SIGUSR SIGVT SIGWINCH SIGXCPU SIGXFSZ Silbermann Sindre sindresorhus slackin slava smac sni Soa SOFTW sombra Sorhus Sorin spam spawnargs spawnsync SPECI Speficying speshul spkac spki SQU srv ssembly ssert ssertion sset ssign ssignee ssl SSLE SSLREF sslv ssociated ssumption SSWORD stabalizing stackoverflow standalone statechar stddev stdio stephenmathieson stevenvachon stral streamsink stringifier subarray Subdomain subjectaltname SUBP substack substr SUMM sunos Surasak svg swallowee symmetra syscall tada tapjs tarasyuk tarball tbody TBuffer Tcp TCustom TEGY tellnes TEMPOR TEREDIRECTREF testng tfvc Thanik thead thebigredgeek thejoshwolfe THEXT thisp Thomasden Thomason thx Tian TIBILITY tidelift TILDELOOSE TILDETRIM timerify timezone timothygu timout timoxley TION TISFI TIVE tjholowaychuk tls TLSEXT TLSv tmcw tmp tmpvar tmurakam toc tocstop tootallnate toplevel TORLOOSE TORTRIM tostring Toueg touffy tpr tqb TResult tricoder trivikr Trivikram truecolor truee TRUNC ttach ttachment ttempt ttempting ttl ttributes ttribution ttrs ttt TUS TVML typeof ucs udience udp Uehlein ugmentations uid uint ULTS umd unalterned UNCHECKOUT undecoded underscorejs unfollow unicode unpipe UNPROCESS UNRE unref unreffed unserializable unsuspend UNTR unwatch UPD UPGR upgrate uppercased urlquery urlsearchparams URLTo usecases Userinfo usm usr utf uth UTHENTIC uthenticate uthenticated uthentication uthor UTHORIT uthority uthoriz uthorization utimes utm uto utobuild utolink utomated utomatic utomatically Vaagland valign vararg varible varname vcs verage VERIFIC verions VERNUM versioning Veyor vgoma Vinay visionmedia vkarpov vnd Voigt VResult wasi wblankenship webhooks website webworker Werror wether wful whatwg wheresrhys whitespae wikipedia Wiktorczyk wildcards WINDOWBITS withspectrum wmic workaround workb workflows WORKSP worktree wrappy writev WRONLY wrwci wryk wss wtf wtgtybhertgeghgtwtg wwwy wzrd XDl xff xffff xffffffff xhtml Xlint Xms Xmx XOF xrange xterm XXXX yallist yamikuronue yauzl yazl Yeting yetingli YLO yml yoursunny youtrack zacronos zeit Zhou zimi zipball zipfile zzzax ```
Some files were automatically ignored :see_no_evil: These sample patterns would exclude them: ``` (?:^|/)types\.js$ ^\Q.github/actions/gh-test-ij-release-update-action/dist/sourcemap-register.js\E$ ^\Q.github/actions/intellij-plugin-verifier-github-action/node_modules/@octokit/rest/index.d.ts\E$ ^\Q.github/actions/intellij-plugin-verifier-github-action/node_modules/@types/node/os.d.ts\E$ ^\Q.github/actions/intellij-plugin-verifier-github-action/node_modules/buffer-crc32/index.js\E$ ^\Qsrc/main/resources/messages/user_facing.properties\E$ ``` You should consider excluding directory paths (e.g. `(?:^|/)vendor/`), filenames (e.g. `(?:^|/)yarn\.lock$`), or file extensions (e.g. `\.gz$`) You should consider adding them to: ``` .github/actions/spelling/excludes.txt ``` File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use `patterns.txt` to exclude portions, add items to the dictionary (e.g. by adding them to `allow.txt`), or fix typos.
To use the spell-check-this repository, accept these unrecognized words as correct, and update file exclusions, you could run the following commands ... in a clone of the [git@github.com:ChrisCarini/sample-intellij-plugin.git](https://github.com/ChrisCarini/sample-intellij-plugin.git) repository on the `dependabot/github_actions/github/codeql-action-3.27.3` branch ([:information_source: how do I use this?]( https://docs.check-spelling.dev/Accepting-Suggestions)): ``` sh curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' | perl - 'https://github.com/ChrisCarini/sample-intellij-plugin/actions/runs/11811124025/attempts/1' ```

OR

To have the bot accept them for you, comment in the PR quoting the following line: @check-spelling-bot apply updates.

Available :books: dictionaries could cover words not in the :blue_book: dictionary Dictionary | Entries | Covers | Uniquely -|-|-|- [cspell:node/dict/node.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/node/dict/node.txt)|891|195|99| [cspell:npm/dict/npm.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/npm/dict/npm.txt)|302|25|11| [cspell:shell/dict/shell-all-words.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/shell/dict/shell-all-words.txt)|113|11|6| [cspell:java/src/java.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/java/src/java.txt)|2464|24|5| [cspell:php/dict/php.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/php/dict/php.txt)|1689|60|4| Consider adding them (in `.github/workflows/spelling.yml`) in `jobs:`/`spelling:` for `uses: check-spelling/check-spelling@main` in its `with`: ``` yml with: extra_dictionaries: | cspell:node/dict/node.txt cspell:npm/dict/npm.txt cspell:shell/dict/shell-all-words.txt cspell:java/src/java.txt cspell:php/dict/php.txt ``` To stop checking additional dictionaries, add (in `.github/workflows/spelling.yml`) for `uses: check-spelling/check-spelling@main` in its `with`: ``` yml check_extra_dictionaries: '' ```
Forbidden patterns :no_good: (10) In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: #### Homoglyph (Cyrillic) should be `A`/`B`/`C`/`E`/`H`/`I`/`I`/`J`/`K`/`M`/`O`/`P`/`S`/`T`/`Y` It's possible that your content is intentionally mixing Cyrllic and Latin scripts, but if it isn't, you definitely want to correct this. ``` (?<=[A-Z]{2})[AВСЕНІӀЈКМОРЅТУ]|[AВСЕНІӀЈКМОРЅТУ](?=[A-Z]+(?:\b|[a-z]+)|[a-z]+(?:[^a-z]|$)) ``` #### Should be `ID` ``` \bId\b ``` #### In English, duplicated words are generally mistakes There are a few exceptions (e.g. "that that"). If the highlighted doubled word pair is in: * code, write a pattern to mask it. * prose, have someone read the English before you dismiss this error. ``` \s([A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})\s\g{-1}\s ``` #### Should be `case-(in)sensitive` ``` \bcase (?:in|)sensitive\b ``` #### Should be `cannot` (or `can't`) See https://www.grammarly.com/blog/cannot-or-can-not/ > Don't use `can not` when you mean `cannot`. The only time you're likely to see `can not` written as separate words is when the word `can` happens to precede some other phrase that happens to start with `not`. > `Can't` is a contraction of `cannot`, and it's best suited for informal writing. > In formal writing and where contractions are frowned upon, use `cannot`. > It is possible to write `can not`, but you generally find it only as part of some other construction, such as `not only . . . but also.` - if you encounter such a case, add a pattern for that case to patterns.txt. ``` \b[Cc]an not\b ``` #### Should be `greater than` ``` \bhigher than\b ``` #### Do not use `(click) here` links For more information, see: * https://www.w3.org/QA/Tips/noClickHere * https://webaim.org/techniques/hypertext/link_text * https://granicus.com/blog/why-click-here-links-are-bad/ * https://heyoka.medium.com/dont-use-click-here-f32f445d1021 ``` (?i)(?:>|\[)(?:(?:click |)here|(?:read |)more)(?:
Pattern suggestions :scissors: (42) You could add these patterns to `.github/actions/spelling/patterns.txt`: ``` # Automatically suggested patterns # hit-count: 1196 file-count: 139 # https/http/file urls (?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/*%?=~_|!:,.;]+[-A-Za-z0-9+&@#/*%=~_|] # hit-count: 436 file-count: 11 # hex digits including css/html color classes: (?:[\\0][xX]|\\u|[uU]\+|#x?|%23)[0-9_a-fA-FgGrR]*?[a-fA-FgGrR]{2,}[0-9_a-fA-FgGrR]*(?:[uUlL]{0,3}|[iu]\d+)\b # hit-count: 194 file-count: 47 # GitHub SHAs (markdown) (?:\[`?[0-9a-f]+`?\]\(https:/|)/(?:www\.|)github\.com(?:/[^/\s"]+){2,}(?:/[^/\s")]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b|) # hit-count: 91 file-count: 10 # version suffix v# (?:(?<=[A-Z]{2})V|(?<=[a-z]{2}|[A-Z]{2})v)\d+(?:\b|(?=[a-zA-Z_])) # hit-count: 82 file-count: 3 # IServiceProvider / isAThing (?:\b|_)(?:(?:ns|)I|isA)(?=(?:[A-Z][a-z]{2,})+(?:[A-Z\d]|\b)) # hit-count: 67 file-count: 6 # Contributor \[[^\]]+\]\(https://github\.com/[^/\s"]+/?\) # hit-count: 52 file-count: 25 # shields.io \bshields\.io/[-\w/%?=&.:+;,]* # hit-count: 49 file-count: 10 # Markdown anchor links \(#\S*?[a-zA-Z]\S*?\) # hit-count: 39 file-count: 18 # hex runs \b[0-9a-fA-F]{16,}\b # hit-count: 33 file-count: 22 # JavaScript regular expressions # javascript test regex /.{3,}/[gim]*\.test\( # hit-count: 32 file-count: 10 # GitHub actions \buses:\s+[-\w.]+/[-\w./]+@[-\w.]+ # hit-count: 25 file-count: 8 # Compiler flags (Unix, Java/Scala) # Use if you have things like `-Pdocker` and want to treat them as `docker` (?:^|[\t ,>"'`=(])-(?:(?:J-|)[DPWXY]|[Llf])(?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,}) # hit-count: 21 file-count: 4 # base64 encoded content, possibly wrapped in mime (?:^|[\s=;:?])[-a-zA-Z=;:/0-9+]{50,}(?:[\s=;:?]|$) # hit-count: 19 file-count: 12 # assign regex = /[^*].*?(?:[a-z]{3,}|[A-Z]{3,}|[A-Z][a-z]{2,}).*/[gi]?(?=\W|$) # hit-count: 19 file-count: 9 # node packages (["'])@[^/'" ]+/[^/'" ]+\g{-1} # hit-count: 18 file-count: 8 # javascript replace regex \.replace\(/[^/\s"]{3,}/[gim]*\s*, # hit-count: 18 file-count: 7 # Compiler flags (Windows / PowerShell) # This is a subset of the more general compiler flags pattern. # It avoids matching `-Path` to prevent it from being treated as `ath` (?:^|[\t ,"'`=(])-(?:[DPL](?=[A-Z]{2,})|[WXYlf](?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,})) # hit-count: 17 file-count: 6 # scala imports ^import (?:[\w.]|\{\w*?(?:,\s*(?:\w*|\*))+\})+ # hit-count: 15 file-count: 6 # javascript match regex \.match\(/[^/\s"]{3,}/[gim]*\s* # hit-count: 14 file-count: 3 # python \b(?i)py(?!gments|gmy|lon|ramid|ro|th)(?=[a-z]{2,}) # hit-count: 13 file-count: 2 # GitHub SHA refs \[([0-9a-f]+)\]\(https://(?:www\.|)github.com/[-\w]+/[-\w]+/commit/\g{-1}[0-9a-f]* # hit-count: 12 file-count: 6 # in check-spelling@v0.0.22+, printf markers aren't automatically consumed # printf markers (?
Errors (8) #### See the [:open_file_folder: files](https://github.com/ChrisCarini/sample-intellij-plugin/pull/487/files/) view, the [:scroll:action log](https://github.com/ChrisCarini/sample-intellij-plugin/actions/runs/11811124025/job/32904225828#step:4:1), or [:memo: job summary](https://github.com/ChrisCarini/sample-intellij-plugin/actions/runs/11811124025/attempts/1#summary-32904225828) for details. [:x: Errors](https://docs.check-spelling.dev/Event-descriptions) | Count -|- [:warning: binary-file](https://docs.check-spelling.dev/Event-descriptions#binary-file) | 7 [:information_source: candidate-pattern](https://docs.check-spelling.dev/Event-descriptions#candidate-pattern) | 98 [:x: check-file-path](https://docs.check-spelling.dev/Event-descriptions#check-file-path) | 568 [:x: forbidden-pattern](https://docs.check-spelling.dev/Event-descriptions#forbidden-pattern) | 6947 [:warning: large-file](https://docs.check-spelling.dev/Event-descriptions#large-file) | 1 [:warning: minified-file](https://docs.check-spelling.dev/Event-descriptions#minified-file) | 1 [:warning: noisy-file](https://docs.check-spelling.dev/Event-descriptions#noisy-file) | 2 [:warning: token-is-substring](https://docs.check-spelling.dev/Event-descriptions#token-is-substring) | 73 See [:x: Event descriptions](https://docs.check-spelling.dev/Event-descriptions) for more information.