summaryrefslogtreecommitdiff
path: root/lib/api/v3/snippets.rb
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-3/+3
|
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
|
* 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.
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-2/+2
| | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094
* Expose Snippet VisibilityLevel as StringToon Claes2017-03-021-0/+138