summaryrefslogtreecommitdiff
path: root/lib/declarative_policy/cache.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-0/+2
| | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* avoid #respond_to? in Cache.id_forhttp://jneen.net/2017-07-171-5/+8
|
* add a new DeclarativePolicy frameworkhttp://jneen.net/2017-06-271-0/+32