azu
azu
Website
We want to get a website for secretlint. The website does - Landing Page - Usage - Documentation for official rules - preset, rule - Search using https://docsearch.algolia.com/ We can...
[Project References](https://www.typescriptlang.org/docs/handbook/project-references.html) help us to build specic package. Currently, we need to build before developing a specifc package. ``` cd yarn run build ```
Initial idea is that secretlint prevent to commit credentials. We need to think how to prevent publishing credentials. For example, `npm publish` expose data that is not under tha git....
## Summary Some use case multiple configuration in a project. - lint `manifest/*.yml` with manifest rules - lint `"**/*"` with recommended rules It will gain performance, because reduce manifest rules...
Some rule report an error for whole content. We need to provide shorthand for following reporting. ```js report({ range: [0, content.length] })` ```
It conflicted with secretlint, but we need to think about secret config file. We need to think about uncommitable(secret) config file.
Need Performance monitoring. ## Benchmark - https://secretlint.github.io/secretlint/dev/bench/
We need to get Icon and Logo Icon usecase is organization icon: Logo usecase is README:
base64 is not encrypted logic. We should decode base64 text and check it.
#7 Similar with Docker support. We try to provide `secretlint` binary. https://github.com/nexe/nexe will help this.