repolinter
repolinter copied to clipboard
Repolinter, The Open Source Repository Linter
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.13.4. Commits a15d1af Update generated files, tag 1.13.4 release 979dfc4 Merge branch 'prepare-1.13.4' fcb149d Add a change log entry for 1.13.4 cf6ed6f Bump the version...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
repolinter allows specifying policy information and a URL for individual rules, which is really helpful to directing project owners to get more information about those rules. However, that information is...
## Motivation At @philips-software, we want to be able to 'fix' a broken rule and be able to configure it per rule what should happen. For some rules, a notification...
## Motivation At Philips, we use [Continuous Compliance Action](https://github.com/philips-labs/continuous-compliance-action) to scan the entire organization with Repolinter on certain rulesets. The repositories are scanned from a central internal repository and thus...
## Issue Report Our OSPO at SauceLabs created this web application: [Check-My-Repo](https://opensource.saucelabs.com/check-my-repo/) that daily shows the repolinter results about our public repository health This is [our repository](https://github.com/saucelabs/check-my-repo) One feature that...
## Issue Report Add documentation for getting started with repolinter development. ## Expected Behavior Docs that outline steps on systems dependencies, how to install repolinter locally, and how to run...
## Issue Report `bundle install` fails on Windows because of `charlock_holmes` and `rugged` issues. For `charlock_holmes`, I had to install it directly with these settings: ``` $ gem install charlock_holmes...
It's a good practice to tag releases, if a repo doesn't have any tags, this should be a warning.
## Issue Report When using repolinter as a dependency, I do not receive the lint.results ## Expected Behavior 1. To receive all tests passed using default ruleset after running lint.results...