nextcloud / nextcloud/cookbook
Create linting scripts and integrate in CI
Open
Nobody has claimed this yet.
enhancement
meta and development
- Dominant language
- HTML
- Stars
- 641
- Forks
- 113
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 26
Description
PHP and Vue/JS needs static checking
PHP tasks
- Syntactical checks (
php -l) - Coding style (
php-cs-fixer) - #990
Vue tasks
- Coding style template part (
prettier) - Coding style script part (
prettier) - Coding style style part (
prettier) - Style guide CSS part (
stylelint) - Linting of JS code (
eslint)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the checklist and the existing CI configuration to determine whether the PHP and Vue/JS static checks are already integrated. Done means the listed syntax, formatting, style, and JavaScript checks are available through the project's linting scripts and run in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- ci-cd, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100