This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
6dfc85a102
gitlab-org--gitlab-foss
/
lib
/
backup.rb
6 lines
84 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable more frozen string in lib/**/*.rb 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.
2018-10-06 19:10:08 -04:00
# frozen_string_literal: true
Find and mark more Git disk access locations
2018-06-05 11:51:14 -04:00
module
Backup
Error
=
Class
.
new
(
StandardError
)
end
Copy permalink