Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pre-commit ci #115

Closed
dominikgeissler opened this issue Sep 26, 2023 · 0 comments · Fixed by #116
Closed

Fix pre-commit ci #115

dominikgeissler opened this issue Sep 26, 2023 · 0 comments · Fixed by #116
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@dominikgeissler
Copy link
Contributor

check for case conflicts.................................................Passed
check for broken symlinks............................(no files to check)Skipped
check yaml...............................................................Passed
detect destroyed symlinks................................................Passed
fix end of files.........................................................Passed
mixed line ending........................................................Passed
trim trailing whitespace.................................................Passed
prettier.................................................................Passed
codespell................................................................Passed
eslint...................................................................Failed
- hook id: eslint
- exit code: 1


/code/src/routes/+page.server.ts
  2:15  error  'PageServerLoad' is defined but never used  @typescript-eslint/no-unused-vars

/code/src/routes/signup-pupil/+page.svelte
  127:3  warning  Unused CSS selector "pre"  css-unused-selector

/code/src/routes/signup-student/+page.svelte
  126:3  warning  Unused CSS selector "pre"  css-unused-selector

✖ 3 problems (1 error, 2 warnings)

@dominikgeissler dominikgeissler added bug Something isn't working good first issue Good for newcomers labels Sep 26, 2023
dominikgeissler added a commit that referenced this issue Sep 26, 2023
@dominikgeissler dominikgeissler self-assigned this Sep 26, 2023
dominikgeissler added a commit that referenced this issue Oct 1, 2023
* #115 removed unused type import

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant