-
Notifications
You must be signed in to change notification settings - Fork 2
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
DEV-37: Lint custom javascript with eslint #223
Conversation
… options" This reverts commit 53cbedb.
https://docs.acquia.com/cloud-platform/performance/memcached/enable/ The old file is no longer available and causes the-build-installer to fail
we add it to the new eslint task instead
This was a temporary and unnecessary change
targets/install.xml
Outdated
<httpget url="https://docs.acquia.com/_downloads/cloud-memcache-d8+.php" dir="${build.dir}/${drupal.root}/sites/${drupal.site.dir}" filename="settings.acquia-memcache.php"/> | ||
<composer command="require" composer="${composer.composer}"> | ||
<arg line="--working-dir ${application.startdir}"/> | ||
<arg value="drupal/memcache"/> | ||
</composer> | ||
<composer command="require" composer="${composer.composer}"> | ||
<arg line="--working-dir ${application.startdir}"/> | ||
<arg value="acquia/memcache-settings"/> | ||
</composer> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can roll this back once #226 is merged but this unblocks the build installer test step.
For example, custom modules might come with their own eslint setup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and the change in the drupal-skeleton
project looks great!
This PR:
code-review
targetcode-review
target.js
files fromphpmd.xml
to ensure PHP linters are linting js filesTest this PR with palantirnet/drupal-skeleton#146