sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

Add a way to remove the cache #19

Open sk- opened 10 years ago

sk- commented 10 years ago

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:

jamesshannon commented 6 years ago

Just happened to me. I was about to uninstall gitlint

sjincho commented 6 years ago

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.

sk- commented 6 years ago

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