Skip to content

Commit

Permalink
ci: Add integration pagekit (#1956)
Browse files Browse the repository at this point in the history
* ci: Add integration pagekit

* Update cspell.yaml

* update snapshot
  • Loading branch information
Jason3S committed Nov 5, 2021
1 parent 8641788 commit d4c49db
Show file tree
Hide file tree
Showing 8 changed files with 467 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Expand Up @@ -18,6 +18,7 @@ on:
updateSnapshots:
description: "Update Integration Test snapshots (y/n)"
default: "n"
required: false

jobs:
integration-tests:
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
- liriliri/licia
- MartinThoma/LaTeX-examples
- microsoft/TypeScript-Website
- pagekit/pagekit
- php/php-src
- plasticrake/tplink-smarthome-api
- prettier/prettier
Expand Down
1 change: 1 addition & 0 deletions cspell-dict.txt
Expand Up @@ -37,6 +37,7 @@ npmignore
octokit
otechie
packlist
pagekit
patreon
popd
pushd
Expand Down
12 changes: 12 additions & 0 deletions integration-tests/config/config.json
Expand Up @@ -290,6 +290,18 @@
"**/*.*"
],
"commit": "3d9d05ebfa94d2f0a02c98e0a60dad3050e3e081"
},
{
"path": "pagekit/pagekit",
"url": "https://github.com/pagekit/pagekit.git",
"args": [
"-e",
"/app/assets/codemirror",
"-e",
"/app/system/languages",
"**"
],
"commit": "6fc7aa13653a35c29217d031d8ab09b2a1124f2d"
}
]
}
7 changes: 6 additions & 1 deletion integration-tests/config/cspell.json
@@ -1,4 +1,9 @@
{
"version": "0.2",
"import": ["../repositories/cspell.yaml"]
"import": [
"../repositories/cspell.yaml"
],
"ignorePaths": [
"/config.json"
]
}
2 changes: 2 additions & 0 deletions integration-tests/repositories/.cspell/custom-dictionary.txt
@@ -0,0 +1,2 @@
# Custom Dictionary Words
pagekit
24 changes: 15 additions & 9 deletions integration-tests/repositories/cspell.yaml
@@ -1,25 +1,31 @@
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json"
version: 0.2
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: "0.2"
id: integration-test-default
words:
- octokit

ignorePaths:
- "*.ktx"
- "*.idmap" # DOOM, cspell:ignore idmap
- "*.ogex" # DOOM, cspell:ignore ogex
- "**/prettier/"

import:
- "./cspell-reporter.json"
- "./cspell-latex.json"

- ./cspell-reporter.json
- ./cspell-latex.json
overrides:
- filename: "temp/TheAlgorithms/Python/**/*.py"
- filename: temp/TheAlgorithms/Python/**/*.py
languageSettings:
- languageId: python
allowCompoundWords: true
- filename: "temp/AdaDoom3/AdaDoom3/**/*.py"
- filename: temp/AdaDoom3/AdaDoom3/**/*.py
languageSettings:
- languageId: python
allowCompoundWords: false
- filename: temp/pagekit/pagekit/**
dictionaries:
- lorem-ipsum
dictionaries:
- custom-dictionary
dictionaryDefinitions:
- name: custom-dictionary
path: ./.cspell/custom-dictionary.txt
addWords: true
217 changes: 217 additions & 0 deletions integration-tests/snapshots/pagekit/pagekit/report.yaml

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions integration-tests/snapshots/pagekit/pagekit/snapshot.txt

Large diffs are not rendered by default.

0 comments on commit d4c49db

Please sign in to comment.