Skip to content

Commit

Permalink
Maintenance: Remove stories
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 29, 2023
1 parent dc45b58 commit 99f28af
Show file tree
Hide file tree
Showing 60 changed files with 23 additions and 4,366 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Expand Up @@ -192,10 +192,7 @@ module.exports = {
'app/frontend/tests/**',
'app/frontend/**/__tests__/**',
'app/frontend/**/*.spec.*',
'app/frontend/stories/**',
'app/frontend/cypress/**',
'app/frontend/**/*.stories.ts',
'app/frontend/**/*.story.vue',
'.eslint-plugin-zammad/**',
'.eslintrc.js',
],
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -104,9 +104,6 @@
yarn-error.log
.yarn/cache

# Generated Stories
.histoire

# Cypress
.cypress/screenshots/*
.cypress/videos/*
Expand Down
3 changes: 0 additions & 3 deletions .gitlab/ci/lint.yml
Expand Up @@ -102,9 +102,6 @@
- "if ! diff yarn.lock tmp/yarn.lock; then echo 'Error: yarn.lock is not up-to-date'; exit 1; fi"
- echo "ESLint check…"
- yarn lint
# Currently unused, skip to save time...
# - echo "Histoire test build…"
# - yarn story:build

# Must be a separate job because it may fail and is only executed manually.
'lint: orphaned ruby gems':
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 99f28af

Please sign in to comment.