chutney 3.12.2 → 3.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/chutney.gemspec +3 -3
  3. data/lib/chutney/version.rb +1 -1
  4. data/spec/chutney_mcp_spec.rb +0 -0
  5. data/usechutney.com.site/.gitignore +2 -0
  6. data/usechutney.com.site/site/assets/favicons/android-chrome-192x192.png +0 -0
  7. data/usechutney.com.site/site/assets/favicons/android-chrome-512x512.png +0 -0
  8. data/usechutney.com.site/site/assets/favicons/apple-touch-icon.png +0 -0
  9. data/usechutney.com.site/site/assets/favicons/favicon-16x16.png +0 -0
  10. data/usechutney.com.site/site/assets/favicons/favicon-32x32.png +0 -0
  11. data/usechutney.com.site/site/assets/favicons/favicon.ico +0 -0
  12. data/usechutney.com.site/site/assets/favicons/site.webmanifest +19 -0
  13. data/usechutney.com.site/site/assets/styles.css +298 -0
  14. data/{usechutney.com/pages/about/index.md → usechutney.com.site/site/src/about.page.md} +1 -6
  15. data/{usechutney.com/docs/configuration/index.md → usechutney.com.site/site/src/docs/configuration.page.md} +2 -6
  16. data/{usechutney.com/docs/disabling-rules/index.md → usechutney.com.site/site/src/docs/disabling-rules.page.md} +2 -6
  17. data/usechutney.com.site/site/src/docs/index.page.md +17 -0
  18. data/{usechutney.com/docs/installing/index.md → usechutney.com.site/site/src/docs/installing.page.md} +2 -6
  19. data/{usechutney.com/docs/language-server/index.md → usechutney.com.site/site/src/docs/language-server.page.md} +3 -8
  20. data/{usechutney.com/docs/mcp/index.md → usechutney.com.site/site/src/docs/mcp.page.md} +3 -8
  21. data/{usechutney.com/docs/rules/avoid-colons-at-start-of-names/index.md → usechutney.com.site/site/src/docs/rules/avoid-colons-at-start-of-names.page.md} +2 -6
  22. data/{usechutney.com/docs/rules/avoid-comma-in-tags/index.md → usechutney.com.site/site/src/docs/rules/avoid-comma-in-tags.page.md} +2 -6
  23. data/{usechutney.com/docs/rules/avoid-full-stops/index.md → usechutney.com.site/site/src/docs/rules/avoid-full-stops.page.md} +2 -6
  24. data/{usechutney.com/docs/rules/avoid-outline-for-single-example/index.md → usechutney.com.site/site/src/docs/rules/avoid-outline-for-single-example.page.md} +2 -6
  25. data/{usechutney.com/docs/rules/avoid-scripting/index.md → usechutney.com.site/site/src/docs/rules/avoid-scripting.page.md} +2 -6
  26. data/{usechutney.com/docs/rules/avoid-splat-steps-in-background/index.md → usechutney.com.site/site/src/docs/rules/avoid-splat-steps-in-background.page.md} +2 -6
  27. data/{usechutney.com/docs/rules/avoid-splat-steps-in-scenarios/index.md → usechutney.com.site/site/src/docs/rules/avoid-splat-steps-in-scenarios.page.md} +2 -6
  28. data/{usechutney.com/docs/rules/avoid-typographers-quotes/index.md → usechutney.com.site/site/src/docs/rules/avoid-typographers-quotes.page.md} +2 -6
  29. data/{usechutney.com/docs/rules/background-does-more-than-setup/index.md → usechutney.com.site/site/src/docs/rules/background-does-more-than-setup.page.md} +2 -6
  30. data/{usechutney.com/docs/rules/background-requires-multiple-scenarios/index.md → usechutney.com.site/site/src/docs/rules/background-requires-multiple-scenarios.page.md} +2 -6
  31. data/{usechutney.com/docs/rules/bad-scenario-name/index.md → usechutney.com.site/site/src/docs/rules/bad-scenario-name.page.md} +2 -6
  32. data/usechutney.com.site/site/src/docs/rules/empty-feature-file.page.md +3 -0
  33. data/{usechutney.com/docs/rules/file-name-differs-feature-name/index.md → usechutney.com.site/site/src/docs/rules/file-name-differs-feature-name.page.md} +2 -6
  34. data/{usechutney.com/docs/rules/givens-after-background/index.md → usechutney.com.site/site/src/docs/rules/givens-after-background.page.md} +2 -6
  35. data/{usechutney.com/docs/rules/inconsistent-quoting/index.md → usechutney.com.site/site/src/docs/rules/inconsistent-quoting.page.md} +2 -6
  36. data/usechutney.com.site/site/src/docs/rules/index.page.md +43 -0
  37. data/{usechutney.com/docs/rules/invalid-step-flow/index.md → usechutney.com.site/site/src/docs/rules/invalid-step-flow.page.md} +2 -6
  38. data/{usechutney.com/docs/rules/invalid_file_name/index.md → usechutney.com.site/site/src/docs/rules/invalid_file_name.page.md} +2 -6
  39. data/{usechutney.com/docs/rules/missing-example-name/index.md → usechutney.com.site/site/src/docs/rules/missing-example-name.page.md} +2 -6
  40. data/{usechutney.com/docs/rules/missing-example-table/index.md → usechutney.com.site/site/src/docs/rules/missing-example-table.page.md} +2 -6
  41. data/{usechutney.com/docs/rules/missing-feature-description/index.md → usechutney.com.site/site/src/docs/rules/missing-feature-description.page.md} +2 -6
  42. data/{usechutney.com/docs/rules/missing-feature-name/index.md → usechutney.com.site/site/src/docs/rules/missing-feature-name.page.md} +2 -6
  43. data/{usechutney.com/docs/rules/missing-scenario-name/index.md → usechutney.com.site/site/src/docs/rules/missing-scenario-name.page.md} +2 -6
  44. data/{usechutney.com/docs/rules/missing-scenario-outline/index.md → usechutney.com.site/site/src/docs/rules/missing-scenario-outline.page.md} +2 -6
  45. data/{usechutney.com/docs/rules/missing-test-action/index.md → usechutney.com.site/site/src/docs/rules/missing-test-action.page.md} +2 -6
  46. data/{usechutney.com/docs/rules/missing-test-verification/index.md → usechutney.com.site/site/src/docs/rules/missing-test-verification.page.md} +2 -6
  47. data/{usechutney.com/docs/rules/required-tag-starts-with/index.md → usechutney.com.site/site/src/docs/rules/required-tag-starts-with.page.md} +2 -6
  48. data/{usechutney.com/docs/rules/same-scenario/index.md → usechutney.com.site/site/src/docs/rules/same-scenario.page.md} +2 -7
  49. data/{usechutney.com/docs/rules/same-tag-different-case/index.md → usechutney.com.site/site/src/docs/rules/same-tag-different-case.page.md} +2 -6
  50. data/{usechutney.com/docs/rules/same-tag-for-all-scenarios/index.md → usechutney.com.site/site/src/docs/rules/same-tag-for-all-scenarios.page.md} +2 -6
  51. data/{usechutney.com/docs/rules/scenario-names-match/index.md → usechutney.com.site/site/src/docs/rules/scenario-names-match.page.md} +2 -6
  52. data/{usechutney.com/docs/rules/tag-used-multiple-times/index.md → usechutney.com.site/site/src/docs/rules/tag-used-multiple-times.page.md} +2 -6
  53. data/{usechutney.com/docs/rules/too-clumsy/index.md → usechutney.com.site/site/src/docs/rules/too-clumsy.page.md} +2 -6
  54. data/{usechutney.com/docs/rules/too-long-step/index.md → usechutney.com.site/site/src/docs/rules/too-long-step.page.md} +2 -6
  55. data/{usechutney.com/docs/rules/too-many-different-tags/index.md → usechutney.com.site/site/src/docs/rules/too-many-different-tags.page.md} +2 -6
  56. data/{usechutney.com/docs/rules/too-many-steps/index.md → usechutney.com.site/site/src/docs/rules/too-many-steps.page.md} +2 -6
  57. data/{usechutney.com/docs/rules/too-many-tags/index.md → usechutney.com.site/site/src/docs/rules/too-many-tags.page.md} +2 -6
  58. data/{usechutney.com/docs/rules/unique-scenario-names/index.md → usechutney.com.site/site/src/docs/rules/unique-scenario-names.page.md} +2 -6
  59. data/{usechutney.com/docs/rules/unknown-variable/index.md → usechutney.com.site/site/src/docs/rules/unknown-variable.page.md} +2 -6
  60. data/{usechutney.com/docs/rules/unused-variable/index.md → usechutney.com.site/site/src/docs/rules/unused-variable.page.md} +2 -6
  61. data/{usechutney.com/docs/rules/use-background/index.md → usechutney.com.site/site/src/docs/rules/use-background.page.md} +2 -6
  62. data/{usechutney.com/docs/rules/use-outline/index.md → usechutney.com.site/site/src/docs/rules/use-outline.page.md} +2 -6
  63. data/{usechutney.com/docs/running/index.md → usechutney.com.site/site/src/docs/running.page.md} +2 -6
  64. data/{usechutney.com/pages/index.markdown → usechutney.com.site/site/src/index.page.md} +15 -24
  65. data/usechutney.com.site/site/templates/_nav.html.erb +6 -0
  66. data/usechutney.com.site/site/templates/layout.html.erb +35 -0
  67. data/usechutney.com.site/site/templates/page.html.erb +3 -0
  68. metadata +73 -66
  69. data/usechutney.com/.gitignore +0 -5
  70. data/usechutney.com/Gemfile +0 -37
  71. data/usechutney.com/_config.yml +0 -299
  72. data/usechutney.com/_data/navigation.yml +0 -120
  73. data/usechutney.com/_data/ui-text.yml +0 -2132
  74. data/usechutney.com/_posts/2024-09-23-welcome-to-jekyll.markdown +0 -28
  75. data/usechutney.com/assets/images/pug.png +0 -0
  76. data/usechutney.com/docs/rules/empty-feature-file/index.md +0 -7
  77. data/usechutney.com/pages/404.html +0 -25
  78. /data/{usechutney.com/assets/images → usechutney.com.site/site/assets}/mr_pickle.png +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chutney
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.2
4
+ version: 3.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Brookes-Thomas
@@ -10,7 +10,7 @@ authors:
10
10
  - John Gluck
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 1980-01-02 00:00:00.000000000 Z
13
+ date: 2026-01-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: amatch
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0.4'
22
22
  - - "<"
23
23
  - !ruby/object:Gem::Version
24
- version: '0.6'
24
+ version: '0.7'
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
@@ -31,21 +31,21 @@ dependencies:
31
31
  version: '0.4'
32
32
  - - "<"
33
33
  - !ruby/object:Gem::Version
34
- version: '0.6'
34
+ version: '0.7'
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: cuke_modeler
37
37
  requirement: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '3.21'
41
+ version: '3.26'
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: '3.21'
48
+ version: '3.26'
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: i18n
51
51
  requirement: !ruby/object:Gem::Requirement
@@ -223,66 +223,73 @@ files:
223
223
  - lib/chutney/lsp/server.rb
224
224
  - lib/chutney/version.rb
225
225
  - lib/config/locales/en.yml
226
+ - spec/chutney_mcp_spec.rb
226
227
  - spec/chutney_spec.rb
227
228
  - spec/spec_helper.rb
228
- - usechutney.com/.gitignore
229
- - usechutney.com/Gemfile
230
- - usechutney.com/_config.yml
231
- - usechutney.com/_data/navigation.yml
232
- - usechutney.com/_data/ui-text.yml
233
- - usechutney.com/_posts/2024-09-23-welcome-to-jekyll.markdown
234
- - usechutney.com/assets/images/mr_pickle.png
235
- - usechutney.com/assets/images/pug.png
236
- - usechutney.com/docs/configuration/index.md
237
- - usechutney.com/docs/disabling-rules/index.md
238
- - usechutney.com/docs/installing/index.md
239
- - usechutney.com/docs/language-server/index.md
240
- - usechutney.com/docs/mcp/index.md
241
- - usechutney.com/docs/rules/avoid-colons-at-start-of-names/index.md
242
- - usechutney.com/docs/rules/avoid-comma-in-tags/index.md
243
- - usechutney.com/docs/rules/avoid-full-stops/index.md
244
- - usechutney.com/docs/rules/avoid-outline-for-single-example/index.md
245
- - usechutney.com/docs/rules/avoid-scripting/index.md
246
- - usechutney.com/docs/rules/avoid-splat-steps-in-background/index.md
247
- - usechutney.com/docs/rules/avoid-splat-steps-in-scenarios/index.md
248
- - usechutney.com/docs/rules/avoid-typographers-quotes/index.md
249
- - usechutney.com/docs/rules/background-does-more-than-setup/index.md
250
- - usechutney.com/docs/rules/background-requires-multiple-scenarios/index.md
251
- - usechutney.com/docs/rules/bad-scenario-name/index.md
252
- - usechutney.com/docs/rules/empty-feature-file/index.md
253
- - usechutney.com/docs/rules/file-name-differs-feature-name/index.md
254
- - usechutney.com/docs/rules/givens-after-background/index.md
255
- - usechutney.com/docs/rules/inconsistent-quoting/index.md
256
- - usechutney.com/docs/rules/invalid-step-flow/index.md
257
- - usechutney.com/docs/rules/invalid_file_name/index.md
258
- - usechutney.com/docs/rules/missing-example-name/index.md
259
- - usechutney.com/docs/rules/missing-example-table/index.md
260
- - usechutney.com/docs/rules/missing-feature-description/index.md
261
- - usechutney.com/docs/rules/missing-feature-name/index.md
262
- - usechutney.com/docs/rules/missing-scenario-name/index.md
263
- - usechutney.com/docs/rules/missing-scenario-outline/index.md
264
- - usechutney.com/docs/rules/missing-test-action/index.md
265
- - usechutney.com/docs/rules/missing-test-verification/index.md
266
- - usechutney.com/docs/rules/required-tag-starts-with/index.md
267
- - usechutney.com/docs/rules/same-scenario/index.md
268
- - usechutney.com/docs/rules/same-tag-different-case/index.md
269
- - usechutney.com/docs/rules/same-tag-for-all-scenarios/index.md
270
- - usechutney.com/docs/rules/scenario-names-match/index.md
271
- - usechutney.com/docs/rules/tag-used-multiple-times/index.md
272
- - usechutney.com/docs/rules/too-clumsy/index.md
273
- - usechutney.com/docs/rules/too-long-step/index.md
274
- - usechutney.com/docs/rules/too-many-different-tags/index.md
275
- - usechutney.com/docs/rules/too-many-steps/index.md
276
- - usechutney.com/docs/rules/too-many-tags/index.md
277
- - usechutney.com/docs/rules/unique-scenario-names/index.md
278
- - usechutney.com/docs/rules/unknown-variable/index.md
279
- - usechutney.com/docs/rules/unused-variable/index.md
280
- - usechutney.com/docs/rules/use-background/index.md
281
- - usechutney.com/docs/rules/use-outline/index.md
282
- - usechutney.com/docs/running/index.md
283
- - usechutney.com/pages/404.html
284
- - usechutney.com/pages/about/index.md
285
- - usechutney.com/pages/index.markdown
229
+ - usechutney.com.site/.gitignore
230
+ - usechutney.com.site/site/assets/favicons/android-chrome-192x192.png
231
+ - usechutney.com.site/site/assets/favicons/android-chrome-512x512.png
232
+ - usechutney.com.site/site/assets/favicons/apple-touch-icon.png
233
+ - usechutney.com.site/site/assets/favicons/favicon-16x16.png
234
+ - usechutney.com.site/site/assets/favicons/favicon-32x32.png
235
+ - usechutney.com.site/site/assets/favicons/favicon.ico
236
+ - usechutney.com.site/site/assets/favicons/site.webmanifest
237
+ - usechutney.com.site/site/assets/mr_pickle.png
238
+ - usechutney.com.site/site/assets/styles.css
239
+ - usechutney.com.site/site/src/about.page.md
240
+ - usechutney.com.site/site/src/docs/configuration.page.md
241
+ - usechutney.com.site/site/src/docs/disabling-rules.page.md
242
+ - usechutney.com.site/site/src/docs/index.page.md
243
+ - usechutney.com.site/site/src/docs/installing.page.md
244
+ - usechutney.com.site/site/src/docs/language-server.page.md
245
+ - usechutney.com.site/site/src/docs/mcp.page.md
246
+ - usechutney.com.site/site/src/docs/rules/avoid-colons-at-start-of-names.page.md
247
+ - usechutney.com.site/site/src/docs/rules/avoid-comma-in-tags.page.md
248
+ - usechutney.com.site/site/src/docs/rules/avoid-full-stops.page.md
249
+ - usechutney.com.site/site/src/docs/rules/avoid-outline-for-single-example.page.md
250
+ - usechutney.com.site/site/src/docs/rules/avoid-scripting.page.md
251
+ - usechutney.com.site/site/src/docs/rules/avoid-splat-steps-in-background.page.md
252
+ - usechutney.com.site/site/src/docs/rules/avoid-splat-steps-in-scenarios.page.md
253
+ - usechutney.com.site/site/src/docs/rules/avoid-typographers-quotes.page.md
254
+ - usechutney.com.site/site/src/docs/rules/background-does-more-than-setup.page.md
255
+ - usechutney.com.site/site/src/docs/rules/background-requires-multiple-scenarios.page.md
256
+ - usechutney.com.site/site/src/docs/rules/bad-scenario-name.page.md
257
+ - usechutney.com.site/site/src/docs/rules/empty-feature-file.page.md
258
+ - usechutney.com.site/site/src/docs/rules/file-name-differs-feature-name.page.md
259
+ - usechutney.com.site/site/src/docs/rules/givens-after-background.page.md
260
+ - usechutney.com.site/site/src/docs/rules/inconsistent-quoting.page.md
261
+ - usechutney.com.site/site/src/docs/rules/index.page.md
262
+ - usechutney.com.site/site/src/docs/rules/invalid-step-flow.page.md
263
+ - usechutney.com.site/site/src/docs/rules/invalid_file_name.page.md
264
+ - usechutney.com.site/site/src/docs/rules/missing-example-name.page.md
265
+ - usechutney.com.site/site/src/docs/rules/missing-example-table.page.md
266
+ - usechutney.com.site/site/src/docs/rules/missing-feature-description.page.md
267
+ - usechutney.com.site/site/src/docs/rules/missing-feature-name.page.md
268
+ - usechutney.com.site/site/src/docs/rules/missing-scenario-name.page.md
269
+ - usechutney.com.site/site/src/docs/rules/missing-scenario-outline.page.md
270
+ - usechutney.com.site/site/src/docs/rules/missing-test-action.page.md
271
+ - usechutney.com.site/site/src/docs/rules/missing-test-verification.page.md
272
+ - usechutney.com.site/site/src/docs/rules/required-tag-starts-with.page.md
273
+ - usechutney.com.site/site/src/docs/rules/same-scenario.page.md
274
+ - usechutney.com.site/site/src/docs/rules/same-tag-different-case.page.md
275
+ - usechutney.com.site/site/src/docs/rules/same-tag-for-all-scenarios.page.md
276
+ - usechutney.com.site/site/src/docs/rules/scenario-names-match.page.md
277
+ - usechutney.com.site/site/src/docs/rules/tag-used-multiple-times.page.md
278
+ - usechutney.com.site/site/src/docs/rules/too-clumsy.page.md
279
+ - usechutney.com.site/site/src/docs/rules/too-long-step.page.md
280
+ - usechutney.com.site/site/src/docs/rules/too-many-different-tags.page.md
281
+ - usechutney.com.site/site/src/docs/rules/too-many-steps.page.md
282
+ - usechutney.com.site/site/src/docs/rules/too-many-tags.page.md
283
+ - usechutney.com.site/site/src/docs/rules/unique-scenario-names.page.md
284
+ - usechutney.com.site/site/src/docs/rules/unknown-variable.page.md
285
+ - usechutney.com.site/site/src/docs/rules/unused-variable.page.md
286
+ - usechutney.com.site/site/src/docs/rules/use-background.page.md
287
+ - usechutney.com.site/site/src/docs/rules/use-outline.page.md
288
+ - usechutney.com.site/site/src/docs/running.page.md
289
+ - usechutney.com.site/site/src/index.page.md
290
+ - usechutney.com.site/site/templates/_nav.html.erb
291
+ - usechutney.com.site/site/templates/layout.html.erb
292
+ - usechutney.com.site/site/templates/page.html.erb
286
293
  homepage: https://www.usechutney.com/
287
294
  licenses:
288
295
  - MIT
@@ -297,14 +304,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
297
304
  requirements:
298
305
  - - ">="
299
306
  - !ruby/object:Gem::Version
300
- version: '3.2'
307
+ version: '3.4'
301
308
  required_rubygems_version: !ruby/object:Gem::Requirement
302
309
  requirements:
303
310
  - - ">="
304
311
  - !ruby/object:Gem::Version
305
312
  version: '0'
306
313
  requirements: []
307
- rubygems_version: 3.7.2
314
+ rubygems_version: 4.0.4
308
315
  specification_version: 4
309
316
  summary: A linter for multi-lingual Gherkin
310
317
  test_files: []
@@ -1,5 +0,0 @@
1
- _site
2
- .sass-cache
3
- .jekyll-cache
4
- .jekyll-metadata
5
- vendor
@@ -1,37 +0,0 @@
1
- source "https://rubygems.org"
2
- # Hello! This is where you manage which Jekyll version is used to run.
3
- # When you want to use a different version, change it below, save the
4
- # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5
- #
6
- # bundle exec jekyll serve
7
- #
8
- # This will help ensure the proper Jekyll version is running.
9
- # Happy Jekylling!
10
- gem "jekyll", "~> 4.3.4"
11
- # This is the default theme for new Jekyll sites. You may change this to anything you like.
12
- gem "minima", "~> 2.5"
13
- # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14
- # uncomment the line below. To upgrade, run `bundle update github-pages`.
15
- # gem "github-pages", group: :jekyll_plugins
16
- # If you have any plugins, put them here!
17
- group :jekyll_plugins do
18
- gem "jekyll-feed", "~> 0.12"
19
- gem "jekyll-data"
20
- end
21
-
22
- # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23
- # and associated library.
24
- platforms :mingw, :x64_mingw, :mswin, :jruby do
25
- gem "tzinfo", ">= 1", "< 3"
26
- gem "tzinfo-data"
27
- end
28
-
29
- # Performance-booster for watching directories on Windows
30
- gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
31
-
32
- # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
33
- # do not have a Java counterpart.
34
- gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
35
- gem "minimal-mistakes-jekyll"
36
- gem 'base64'
37
- gem 'csv'
@@ -1,299 +0,0 @@
1
- # Welcome to Jekyll!
2
- #
3
- # This config file is meant for settings that affect your whole blog, values
4
- # which you are expected to set up once and rarely edit after that. If you find
5
- # yourself editing this file very often, consider using Jekyll's data files
6
- # feature for the data you need to update frequently.
7
- #
8
- # For technical reasons, this file is *NOT* reloaded automatically when you use
9
- # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10
- #
11
- # If you need help with YAML syntax, here are some quick references for you:
12
- # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13
- # https://learnxinyminutes.com/docs/yaml/
14
- #
15
- # Site settings
16
- # These are used to personalize your new site. If you look in the HTML files,
17
- # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18
- # You can create any custom variable you would like, and they will be accessible
19
- # in the templates via {{ site.myvariable }}.
20
-
21
- title: Chutney
22
- email: hello@billy-ruffian.co.uk
23
- description: >- # this means to ignore newlines until "baseurl:"
24
- Beautiful and tasteful best practice for Cucumber
25
- baseurl: "" # the subpath of your site, e.g. /blog
26
- url: "https://www.usechutney.com" # the base hostname & protocol for your site, e.g. http://example.com
27
- twitter_username: thebillyruffian
28
- github_username: BillyRuffian
29
-
30
- include: ["pages", "docs"]
31
-
32
- # Build settings
33
- theme: minimal-mistakes-jekyll
34
- plugins:
35
- - jekyll-feed
36
- - jekyll-include-cache
37
- - jekyll-paginate
38
- - jekyll-sitemap
39
- - jekyll-gist
40
- - jekyll-data
41
-
42
- # Exclude from processing.
43
- # The following items will not be processed, by default.
44
- # Any item listed under the `exclude:` key here will be automatically added to
45
- # the internal "default list".
46
- #
47
- # Excluded items can be processed by explicitly listing the directories or
48
- # their entries' file path in the `include:` list.
49
- #
50
- # exclude:
51
- # - .sass-cache/
52
- # - .jekyll-cache/
53
- # - gemfiles/
54
- # - Gemfile
55
- # - Gemfile.lock
56
- # - node_modules/
57
- # - vendor/bundle/
58
- # - vendor/cache/
59
- # - vendor/gems/
60
- # - vendor/ruby/
61
-
62
- minimal_mistakes_skin: "dirt" #"default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
63
-
64
- # Site Settings
65
- locale: "en-GB"
66
- rtl: # true, false (default) # turns direction of the page into right to left for RTL languages
67
- title_separator: "-"
68
- subtitle: "Best Practice for Cucumber" # site tagline that appears below site title in masthead
69
- name: "Nigel Brookes-Thomas"
70
- repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
71
- teaser: # path of fallback teaser image, e.g. "/assets/images/500x300.png"
72
- logo: "/assets/images/mr_pickle.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
73
- masthead_title: # overrides the website title displayed in the masthead, use " " for no title
74
- breadcrumbs: # true, false (default)
75
- words_per_minute: 200
76
- enable_copy_code_button: true # true, false (default)
77
- copyright: Nigel Brookes-Thomas # "copyright" name, defaults to site.title
78
- copyright_url: # "copyright" URL, defaults to site.url
79
- comments:
80
- provider: # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
81
- disqus:
82
- shortname: # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
83
- discourse:
84
- server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
85
- facebook:
86
- # https://developers.facebook.com/docs/plugins/comments
87
- appid:
88
- num_posts: # 5 (default)
89
- colorscheme: # "light" (default), "dark"
90
- utterances:
91
- theme: # "github-light" (default), "github-dark"
92
- issue_term: # "pathname" (default)
93
- giscus:
94
- repo_id: # Shown during giscus setup at https://giscus.app
95
- category_name: # Full text name of the category
96
- category_id: # Shown during giscus setup at https://giscus.app
97
- discussion_term: # "pathname" (default), "url", "title", "og:title"
98
- reactions_enabled: # '1' for enabled (default), '0' for disabled
99
- theme: # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
100
- strict: # 1 for enabled, 0 for disabled (default)
101
- input_position: # "top", "bottom" # The comment input box will be placed above or below the comments
102
- emit_metadata: # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
103
- lang: # "en" (default)
104
- lazy: # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
105
- staticman:
106
- branch: # "master"
107
- endpoint: # "https://{your Staticman v3 API}/v3/entry/github/"
108
- reCaptcha:
109
- siteKey:
110
- secret:
111
- atom_feed:
112
- path: # blank (default) uses feed.xml
113
- hide: true # true, false (default)
114
- search: true # true, false (default)
115
- search_full_content: true # true, false (default)
116
- search_provider: # lunr (default), algolia, google
117
- lunr:
118
- search_within_pages: true # true, false (default)
119
- algolia:
120
- application_id: # YOUR_APPLICATION_ID
121
- index_name: # YOUR_INDEX_NAME
122
- search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY
123
- powered_by: # true (default), false
124
- google:
125
- search_engine_id: # YOUR_SEARCH_ENGINE_ID
126
- instant_search: # false (default), true
127
- # SEO Related
128
- google_site_verification:
129
- bing_site_verification:
130
- naver_site_verification:
131
- yandex_site_verification:
132
- baidu_site_verification:
133
-
134
- # Site Author
135
- author:
136
- name: "Nigel Brookes-Thomas (Billy Ruffian)"
137
- avatar: "/assets/images/pug.png"
138
- bio: "I test things and write ruby things."
139
- location: "UK"
140
- email:
141
- links:
142
- # - label: "Email"
143
- # icon: "fas fa-fw fa-envelope-square"
144
- # # url: "mailto:your.name@email.com"
145
- - label: "Website"
146
- icon: "fas fa-fw fa-link"
147
- url: "https://www.billy-ruffian.co.uk"
148
- # - label: "Twitter"
149
- # icon: "fab fa-fw fa-twitter-square"
150
- # # url: "https://twitter.com/"
151
- # - label: "Facebook"
152
- # icon: "fab fa-fw fa-facebook-square"
153
- # # url: "https://facebook.com/"
154
- - label: "GitHub"
155
- icon: "fab fa-fw fa-github"
156
- url: "https://github.com/BillyRuffian"
157
- # - label: "Instagram"
158
- # icon: "fab fa-fw fa-instagram"
159
- # url: "https://instagram.com/"
160
-
161
- # Site Footer
162
- footer:
163
- links:
164
- # - label: "Twitter"
165
- # icon: "fab fa-fw fa-twitter-square"
166
- # # url:
167
- # - label: "Facebook"
168
- # icon: "fab fa-fw fa-facebook-square"
169
- # # url:
170
-
171
- - label: "GitHub"
172
- icon: "fab fa-fw fa-github"
173
- url: https://github.com/BillyRuffian/chutney
174
- # - label: "GitLab"
175
- # icon: "fab fa-fw fa-gitlab"
176
- # # url:
177
- # - label: "Bitbucket"
178
- # icon: "fab fa-fw fa-bitbucket"
179
- # # url:
180
- # - label: "Instagram"
181
- # icon: "fab fa-fw fa-instagram"
182
- # # url:
183
-
184
- # Conversion
185
- markdown: kramdown
186
- highlighter: rouge
187
- lsi: false
188
- excerpt_separator: "\n\n"
189
- incremental: false
190
-
191
- # Markdown Processing
192
- kramdown:
193
- input: GFM
194
- hard_wrap: false
195
- auto_ids: true
196
- footnote_nr: 1
197
- entity_output: as_char
198
- toc_levels: 1..6
199
- smart_quotes: lsquo,rsquo,ldquo,rdquo
200
- enable_coderay: false
201
-
202
- # Sass/SCSS
203
- sass:
204
- sass_dir: _sass
205
- style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
206
-
207
- # Outputting
208
- permalink: /:categories/:title/
209
- timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
210
-
211
- # Pagination with jekyll-paginate
212
- paginate: 5 # amount of posts to show
213
- paginate_path: /page:num/
214
-
215
- # Pagination with jekyll-paginate-v2
216
- # See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
217
- # for configuration details
218
- pagination:
219
- # Set enabled to true to use paginate v2
220
- enabled: false
221
- debug: false
222
- collection: "posts"
223
- per_page: 10
224
- permalink: "/page/:num/"
225
- title: ":title - page :num"
226
- limit: 0
227
- sort_field: "date"
228
- sort_reverse: true
229
- category: "posts"
230
- tag: ""
231
- locale: ""
232
- trail:
233
- before: 2
234
- after: 2
235
-
236
- # mimic GitHub Pages with --safe
237
- whitelist:
238
- - jekyll-paginate
239
- - jekyll-sitemap
240
- - jekyll-gist
241
- - jekyll-feed
242
- - jekyll-include-cache
243
-
244
- # Archives
245
- # Type
246
- # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
247
- # - Jekyll Archives plugin archive pages ~> type: jekyll-archives
248
- # Path (examples)
249
- # - Archive page should exist at path when using Liquid method or you can
250
- # expect broken links (especially with breadcrumbs enabled)
251
- # - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
252
- # - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
253
- # - <base_path>/my-awesome-category/index.html ~> path: /
254
- category_archive:
255
- type: liquid
256
- path: /categories/
257
- tag_archive:
258
- type: liquid
259
- path: /tags/
260
- # https://github.com/jekyll/jekyll-archives
261
- # jekyll-archives:
262
- # enabled:
263
- # - categories
264
- # - tags
265
- # layouts:
266
- # category: archive-taxonomy
267
- # tag: archive-taxonomy
268
- # permalinks:
269
- # category: /categories/:name/
270
- # tag: /tags/:name/
271
-
272
- # HTML Compression
273
- # - https://jch.penibelst.de/
274
- compress_html:
275
- clippings: all
276
- ignore:
277
- envs: development
278
-
279
- # Defaults
280
- defaults:
281
- # _posts
282
- - scope:
283
- path: ""
284
- type: posts
285
- values:
286
- layout: single
287
- author_profile: false
288
- read_time: false
289
- comments: # true
290
- share: false
291
- related: false
292
- - scope:
293
- path: "docs"
294
- type: pages
295
- values:
296
- layout: single
297
- author_profile: false
298
- sidebar:
299
- nav: "sidebar"
@@ -1,120 +0,0 @@
1
- # main links
2
- main:
3
- # - title: "Quick-Start Guide"
4
- # url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
5
- - title: "Documentation"
6
- url: /docs/installing/
7
- - title: "About"
8
- url: /pages/about/
9
- # - title: "About"
10
- # url: https://mmistakes.github.io/minimal-mistakes/about/
11
- # - title: "Sample Posts"
12
- # url: /year-archive/
13
- # - title: "Sample Collections"
14
- # url: /collection-archive/
15
- # - title: "Sitemap"
16
- # url: /sitemap/
17
-
18
- sidebar:
19
- - title: "Getting started"
20
- children:
21
- - title: "Installing"
22
- url: /docs/installing/
23
- - title: "Configuration"
24
- url: /docs/configuration/
25
- - title: "Running Chutney"
26
- url: /docs/running/
27
- - title: "Disabling rules"
28
- url: /docs/disabling-rules/
29
-
30
- - title: "Rules"
31
- children:
32
- - title: "Avoid colons at start of names"
33
- url: /docs/rules/avoid-colons-at-start-of-names/
34
- - title: "Avoid comma in tags"
35
- url: /docs/rules/avoid-comma-in-tags/
36
- - title: "Avoid full stops"
37
- url: /docs/rules/avoid-full-stops/
38
- - title: "Avoid outline for single example"
39
- url: /docs/rules/avoid-outline-for-single-example/
40
- - title: "Avoid scripting"
41
- url: /docs/rules/avoid-scripting/
42
- - title: "Avoid splat steps in background"
43
- url: /docs/rules/avoid-splat-steps-in-background/
44
- - title: "Avoid splat steps in scenarios"
45
- url: /docs/rules/avoid-splat-steps-in-scenarios/
46
- - title: "Avoid typographers' quotes"
47
- url: /docs/rules/avoid-typographers-quotes/
48
- - title: "Background does more than setup"
49
- url: /docs/rules/background-does-more-than-setup/
50
- - title: "Background requires multiple scenarios"
51
- url: /docs/rules/background-requires-multiple-scenarios/
52
- - title: "Bad scenario name"
53
- url: /docs/rules/bad-scenario-name/
54
- - title: "Empty feature file"
55
- url: /docs/rules/empty-feature-file/
56
- - title: "File name differs from feature name"
57
- url: /docs/rules/file-name-differs-feature-name/
58
- - title: "Givens after background"
59
- url: /docs/rules/givens-after-background/
60
- - title: "Inconsistent quoting"
61
- url: /docs/rules/inconsistent-quoting/
62
- - title: "Invalid step flow"
63
- url: /docs/rules/invalid-step-flow/
64
- - title: "Invalid file name"
65
- url: /docs/rules/invalid-file-name/
66
- - title: "Missing example name"
67
- url: /docs/rules/missing-example-name/
68
- - title: "Missing example table"
69
- url: /docs/rules/missing-example-table/
70
- - title: "Missing feature description"
71
- url: /docs/rules/missing-feature-description/
72
- - title: "Missing feature name"
73
- url: /docs/rules/missing-feature-name/
74
- - title: "Missing scenario name"
75
- url: /docs/rules/missing-scenario-name/
76
- - title: "Missing scenario outline"
77
- url: /docs/rules/missing-scenario-outline/
78
- - title: "Missing Test Action"
79
- url: /docs/rules/missing-test-action/
80
- - title: "Missing Test Verification"
81
- url: /docs/rules/missing-test-verification/
82
- - title: "Required tags start with"
83
- url: /docs/rules/required-tags-start-with/
84
- - title: "Same Scenario"
85
- url: /docs/rules/same-scenario/
86
- - title: "Same tag different case"
87
- url: /docs/rules/same-tag-different-case/
88
- - title: "Same tag for all scenarios"
89
- url: /docs/rules/same-tag-for-all-scenarios/
90
- - title: "Scenario names match"
91
- url: /docs/rules/scenario-names-match/
92
- - title: "Tag used multiple times"
93
- url: /docs/rules/tag-used-multiple-times/
94
- - title: "Too clumsy"
95
- url: /docs/rules/too-clumsy/
96
- - title: "Too long step"
97
- url: /docs/rules/too-long-step/
98
- - title: "Too many different tags"
99
- url: /docs/rules/too-many-different-tags/
100
- - title: "Too many steps"
101
- url: /docs/rules/too-many-steps/
102
- - title: "Too many tags"
103
- url: /docs/rules/too-many-tags/
104
- - title: "Unique scenario names"
105
- url: /docs/rules/unique-scenario-names/
106
- - title: "Unknown variable"
107
- url: /docs/rules/unknown-variable/
108
- - title: "Unused variable"
109
- url: /docs/rules/unused-variable/
110
- - title: "Use background"
111
- url: /docs/rules/use-background/
112
- - title: "Use outline"
113
- url: /docs/rules/use-outline/
114
-
115
- - title: "Advanced"
116
- children:
117
- - title: "Language server"
118
- url: /docs/language-server/
119
- - title: "LLM integration"
120
- url: /docs/mcp/