Add missing frozen string literal comments

This commit is contained in:
Matija Čupić 2018-09-11 16:26:57 +02:00
parent 2fafcf668e
commit b470f975e1
No known key found for this signature in database
GPG key ID: 4BAF84FFACD2E5DE
9 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
module Gitlab
module Ci
module External

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
module Gitlab
module Ci
module External

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
module Gitlab
module Ci
module External

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
module Gitlab
module Ci
module External

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
module Gitlab
module Ci
module External

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::Ci::External::File::Local do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::Ci::External::File::Remote do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::Ci::External::Mapper do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::Ci::External::Processor do