git-lint icon indicating copy to clipboard operation
git-lint copied to clipboard

Add a way to remove the cache

Open sk- opened this issue 10 years ago • 3 comments

When you change the configuration and the reuslt is cached there's no way other than touching all the file to force a rerun.

Several options are possible:

  • Add a flag to remove the cache
  • If the configuration file changed then disable the cache
  • Maybe the --force option could also disable the cache.

sk- avatar May 09 '14 08:05 sk-

Just happened to me. I was about to uninstall gitlint

jamesshannon avatar Apr 05 '18 03:04 jamesshannon

I'd like to use git lint from CI server, where the build agent has no permissions to modify files under home dir.

It would be great to have an option to disable cache completely.

sjincho avatar Oct 17 '18 03:10 sjincho

@w4-sjcho This is another issue. I created #130 .

sk- avatar Oct 17 '18 13:10 sk-