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

chore(php-cs-fixer): ignore node_modules #4167

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

st3iny
Copy link
Member

@st3iny st3iny commented Sep 30, 2024

Ignore node_modules when running php-cs-fixer (e.g. composer run cs:check).

Before

1 unrelated error! 😢

   1) node_modules/flatted/php/flatted.php
      ---------- begin diff ----------
--- /home/richard/src/nextcloud/master/dev_apps/contacts/node_modules/flatted/php/flatted.php
+++ /home/richard/src/nextcloud/master/dev_apps/contacts/node_modules/flatted/php/flatted.php

After

No errors! 😃

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@hamza221 hamza221 merged commit e3354a3 into main Sep 30, 2024
25 checks passed
@hamza221 hamza221 deleted the chore/php-cs-fixer/ignore-node_modules branch September 30, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ☑️ Done
Development

Successfully merging this pull request may close these issues.

2 participants