From 45c00f15eefbdf51395d98773faa5ec3681c73fd Mon Sep 17 00:00:00 2001 From: markuspoerschke Date: Sun, 17 Dec 2023 21:05:49 +0000 Subject: [PATCH] Fix code style! --- dangerfile.js | 4 +- website/docs/maturity-matrix.md | 140 ++++++++++++++++---------------- website/docusaurus.config.js | 6 +- 3 files changed, 74 insertions(+), 76 deletions(-) diff --git a/dangerfile.js b/dangerfile.js index 9cae65b1..d373e1d6 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -3,7 +3,7 @@ import { message, danger, warn } from "danger"; // Add a CHANGELOG entry for app changes const hasChangelog = danger.git.modified_files.includes("CHANGELOG.md"); const isTrivial = (danger.github.pr.body + danger.github.pr.title).includes( - "#trivial" + "#trivial", ); if (!hasChangelog && !isTrivial) { warn("Please add a changelog entry for your changes."); @@ -28,6 +28,6 @@ const hasTestChanges = .length > 0; if (hasSrcChanges && !hasTestChanges) { warn( - "There are code changes, but no tests changed or added. That's okay as long as you're refactoring existing code" + "There are code changes, but no tests changed or added. That's okay as long as you're refactoring existing code", ); } diff --git a/website/docs/maturity-matrix.md b/website/docs/maturity-matrix.md index 030cccb4..de20e97b 100644 --- a/website/docs/maturity-matrix.md +++ b/website/docs/maturity-matrix.md @@ -12,9 +12,9 @@ corresponding property or component. | Icon | Meaning | | :--: | ------------------- | -| ✔ | supported | -| ✖ | not supported | -| (✔) | partially supported | +| ✔ | supported | +| ✖ | not supported | +| (✔) | partially supported | ## Components @@ -22,12 +22,12 @@ See [RFC 5545 section 3.6](https://tools.ietf.org/html/rfc5545#section-3.6). | Component | Supported | | --------- | :-------: | -| VEVENT | ✔ | -| VTODO | ✖ | -| VJOURNAL | ✖ | -| VFREEBUSY | ✖ | -| VTIMEZONE | (✔) | -| VALARM | ✔ | +| VEVENT | ✔ | +| VTODO | ✖ | +| VJOURNAL | ✖ | +| VFREEBUSY | ✖ | +| VTIMEZONE | (✔) | +| VALARM | ✔ | ## Event Component @@ -35,39 +35,39 @@ See [RFC 5545 section 3.6.1](https://tools.ietf.org/html/rfc5545#section-3.6.1). | Property | Supported | | --------------------------- | :-------: | -| dtstamp | ✔ | -| uid | ✔ | -| dtstart | ✔ | -| class | ✖ | -| created | ✖ | -| description | ✔ | -| geo | ✔ | -| last-mod | ✔ | -| location | ✔ | -| organizer | ✔ | -| priority | ✖ | -| seq | ✖ | -| status | ✔ | -| summary | ✔ | -| transp | ✖ | -| url | ✔ | -| recurid | ✖ | -| rrule | ✖ | -| dtend | ✔ | -| duration | ✖ | -| attach | ✔ | -| attendee | ✔ | -| categories | (✔) | -| comment | ✖ | -| contact | ✖ | -| exdate | ✖ | -| rstatus | ✖ | -| related | ✖ | -| resources | ✖ | -| rdate | ✖ | -| x-prop | (✔) | -| iana-prop | (✔) | -| x-apple-structured-location | ✔ | +| dtstamp | ✔ | +| uid | ✔ | +| dtstart | ✔ | +| class | ✖ | +| created | ✖ | +| description | ✔ | +| geo | ✔ | +| last-mod | ✔ | +| location | ✔ | +| organizer | ✔ | +| priority | ✖ | +| seq | ✖ | +| status | ✔ | +| summary | ✔ | +| transp | ✖ | +| url | ✔ | +| recurid | ✖ | +| rrule | ✖ | +| dtend | ✔ | +| duration | ✖ | +| attach | ✔ | +| attendee | ✔ | +| categories | (✔) | +| comment | ✖ | +| contact | ✖ | +| exdate | ✖ | +| rstatus | ✖ | +| related | ✖ | +| resources | ✖ | +| rdate | ✖ | +| x-prop | (✔) | +| iana-prop | (✔) | +| x-apple-structured-location | ✔ | ## Alarm Component @@ -77,25 +77,25 @@ See [RFC 5545 section 3.6.1](https://tools.ietf.org/html/rfc5545#section-3.6.1). | Property | Supported | | --------- | :-------: | -| action | ✔ | -| trigger | ✔ | -| duration | ✔ | -| repeat | ✔ | -| attach | ✖ | -| x-prop | (✔) | -| iana-prop | (✔) | +| action | ✔ | +| trigger | ✔ | +| duration | ✔ | +| repeat | ✔ | +| attach | ✖ | +| x-prop | (✔) | +| iana-prop | (✔) | ### Display | Property | Supported | | ----------- | :-------: | -| action | ✔ | -| trigger | ✔ | -| description | ✔ | -| duration | ✔ | -| repeat | ✔ | -| x-prop | (✔) | -| iana-prop | (✔) | +| action | ✔ | +| trigger | ✔ | +| description | ✔ | +| duration | ✔ | +| repeat | ✔ | +| x-prop | (✔) | +| iana-prop | (✔) | ### Email @@ -107,22 +107,22 @@ See [RFC 5545 section 3.6.5](https://tools.ietf.org/html/rfc5545#section-3.6.5). | Property | Supported | | --------- | :-------: | -| tzid | ✔ | -| last-mod | ✖ | -| tzurl | ✖ | -| x-prop | (✔) | -| iana-prop | (✔) | +| tzid | ✔ | +| last-mod | ✖ | +| tzurl | ✖ | +| x-prop | (✔) | +| iana-prop | (✔) | ### Standard / Daylight sub-component | Property | Supported | | ------------ | :-------: | -| dtstart | ✔ | -| tzoffsetto | ✔ | -| tzoffsetfrom | ✔ | -| rrule | ✖ | -| comment | ✖ | -| rdate | ✖ | -| tzname | ✔ | -| x-prop | (✔) | -| iana-prop | (✔) | +| dtstart | ✔ | +| tzoffsetto | ✔ | +| tzoffsetfrom | ✔ | +| rrule | ✖ | +| comment | ✖ | +| rdate | ✖ | +| tzname | ✔ | +| x-prop | (✔) | +| iana-prop | (✔) | diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b5bca9de..c70db7cf 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -59,13 +59,11 @@ module.exports = { items: [ { label: "Raise a question", - to: - "https://github.com/markuspoerschke/iCal/discussions/categories/q-a", + to: "https://github.com/markuspoerschke/iCal/discussions/categories/q-a", }, { label: "Report a bug", - to: - "https://github.com/markuspoerschke/iCal/issues", + to: "https://github.com/markuspoerschke/iCal/issues", }, ], },