Add frozen string literal comment to files.

This commit is contained in:
Guo Xiang Tan 2019-05-13 11:06:13 +08:00
parent 6617cb41b2
commit 104d5173b7
5 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
source 'https://rubygems.org' source 'https://rubygems.org'
group :development do group :development do

View File

@ -1,4 +1,5 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# frozen_string_literal: true
# Usage: # Usage:
# bundle install # bundle install

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# name: discourse-staff-notes # name: discourse-staff-notes
# about: Gives the ability for staff members to attach notes to users # about: Gives the ability for staff members to attach notes to users
# version: 0.0.2 # version: 0.0.2

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper' require 'rails_helper'
describe UserHistory do describe UserHistory do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper' require 'rails_helper'
describe UserWarning do describe UserWarning do