Skip to content

Commit

Permalink
Add frozen string literal comment to files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed May 13, 2019
1 parent 6617cb4 commit 104d517
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

source 'https://rubygems.org'

group :development do
Expand Down
1 change: 1 addition & 0 deletions bin/pull_translations.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

# Usage:
# bundle install
Expand Down
2 changes: 2 additions & 0 deletions plugin.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# name: discourse-staff-notes
# about: Gives the ability for staff members to attach notes to users
# version: 0.0.2
Expand Down
2 changes: 2 additions & 0 deletions spec/user_history_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'rails_helper'

describe UserHistory do
Expand Down
2 changes: 2 additions & 0 deletions spec/user_warning_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'rails_helper'

describe UserWarning do
Expand Down

0 comments on commit 104d517

Please sign in to comment.