diff --git a/.textlintrc.js b/.textlintrc.js index c9cbaf1..77bae63 100644 --- a/.textlintrc.js +++ b/.textlintrc.js @@ -4,9 +4,9 @@ module.exports = { 'no-start-duplicated-conjunction': { interval : 2, // interval of sentences }, - 'max-comma': { + /*'max-comma': { max : 4, - }, + },*/ /*'no-dead-link': { checkRelative: true, baseURI: null, @@ -28,10 +28,10 @@ module.exports = { // Misspellings to be ignored (case-insensitive) ignore: [], }, - 'write-good': { + /*'write-good': { passive: false, thereIs: false - }, + },*/ 'apostrophe': true, }, filters: { diff --git a/docs/feature-specification.md b/docs/feature-specification.md index 798fed1..1ff50ea 100644 --- a/docs/feature-specification.md +++ b/docs/feature-specification.md @@ -253,7 +253,7 @@ Shows automatically related actions for existing post. [Cucumber Features](https://github.com/Ocelot-Social-Community/Ocelot-Social/tree/master/cypress/integration/administration) * Provide Admin-Interface to send Users Invite Code -* Static Pages for Data Privacy Statement .. +* Static Pages for Data Privacy Statement * Create, edit and delete Announcements * Pin a post to inform users diff --git a/docs/test/backend.md b/docs/test/backend.md index 6009734..3389e39 100644 --- a/docs/test/backend.md +++ b/docs/test/backend.md @@ -1,2 +1,3 @@ # Unit Testing +this is empty \ No newline at end of file