File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ File names pruned from the cache will be logged
736736No errors were found in ERB files
737737` ` `
738738
739- Cached lint results are stored in the ` .erb-lint-cache ` directory by default, though a custom directory can be provided
739+ Cached lint results are stored in the ` .erb_lint_cache ` directory by default, though a custom directory can be provided
740740via the ` --cache-dir` option. Cache filenames are computed with a hash of information about the file and ` erb_lint` settings.
741741These files store instance attributes of the ` CachedOffense` object, which only contain the ` Offense` attributes
742742necessary to restore the results of running ` erb_lint` for output. The cache also automatically prunes outdated files each time it' s run.
Original file line number Diff line number Diff line change 22
33module ERBLint
44 class Cache
5- CACHE_DIRECTORY = ".erb-lint-cache "
5+ CACHE_DIRECTORY = ".erb_lint_cache "
66
77 def initialize ( config , cache_dir = nil )
88 @config = config
You can’t perform that action at this time.
0 commit comments