Skip to content

Commit

Permalink
Improving introductory text for clarity based on feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
cs6cs6 committed Oct 18, 2023
1 parent 5f1c068 commit 1594416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designs/2023-relative-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ I have a branch with the following design already. It is not fully tested, so I'

The LintResultCache takes a file path as parameter to find or store a file cache entry.

One approach would be to truncate the given absolute path of the file by the path of the cache location.
The suggested approach is to truncate the given absolute path of the file to a relative path in the cache.

### Adding the command line parameter
- conf/default-cli-options.js: add the property 'shearableCache' with a default of false. It should be put in the section with the other cache variables, below cacheStrategy.
Expand Down

0 comments on commit 1594416

Please sign in to comment.