core/INSTALL.txt provides a command to copy files from the unpacked distribution into a base directory for your website. It lists drupal-x-y-z/.eslintrc as a file to move, but the actual filename is "eslintrc.json".

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kthompso created an issue. See original summary.

jalpesh’s picture

Status: Active » Needs review
FileSize
839 bytes

Here you go with patch.

cilefen’s picture

Category: Task » Bug report
Dinesh18’s picture

Version: 8.3.4 » 8.4.x-dev
FileSize
6.24 KB
6.34 KB

I have tested the patch and it seems to be cleanly applied on 8.3.x and 8.4.x
Attaching the git bash screengrab.
It seems the files which you were describing is .eslintrc.json and the patch corrects the file name.
Changing the status to RTBC.
For 8.4.x automatic testing, re-uploading the same patch

Dinesh18’s picture

Re-uploaded the same patch

Dinesh18’s picture

Status: Needs review » Reviewed & tested by the community

Changing the status to RTBC, the patch cleanly applied to 8.4.x.
I think we are good to go. :)

cilefen’s picture

I am updating credit.

  • cilefen committed 5de007b on 8.4.x
    Issue #2888296 by jalpesh: Incorrect filename in INSTALL doc
    

  • cilefen committed 1a765c5 on 8.3.x
    Issue #2888296 by jalpesh: Incorrect filename in INSTALL doc
    
    (cherry...
cilefen’s picture

Version: 8.4.x-dev » 8.3.x-dev
Status: Reviewed & tested by the community » Fixed

Committed 5de007b on 8.4.x and cherry-picked to 8.3.x as 1a765c58a because this is a documentation improvement.

Thanks @jalpesh for the patch and @Dinesh18 for reviewing! A few words on procedure: We don't need confirmation that the patch applies, since the automated testing infrastructure tells us that. Screenshots of the patch applied to the codebase are not needed in any issue.

Is someone interested in looking into whether core/UPDATE.txt mentions all the correct files to copy when updating Drupal, then finding or opening an issue? And for that matter, does INSTALL.txt mention all relevant files?

Dinesh18’s picture

Thanks @cilefen for the information.
Yes, I am interested. Let me know what I need to do to get started.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.