Skip to content

Commit 9ef8c13

Browse files
committed
Add frozen_string_literal to auto-gen templates
1 parent 89fea6d commit 9ef8c13

File tree

116 files changed

+344
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+344
-1
lines changed

bin/commands.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
require 'commands/admin_users_session'
@@ -18,6 +19,7 @@
1819
require 'commands/emoji'
1920
require 'commands/files'
2021
require 'commands/files_comments'
22+
require 'commands/files_remote'
2123
require 'commands/groups'
2224
require 'commands/im'
2325
require 'commands/migration'

bin/commands/admin_users_session.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'AdminUsersSession methods.'

bin/commands/api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'Api methods.'

bin/commands/apps.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'Apps methods.'

bin/commands/apps_permissions.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'AppsPermissions methods.'

bin/commands/apps_permissions_resources.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'AppsPermissionsResources methods.'

bin/commands/apps_permissions_scopes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'AppsPermissionsScopes methods.'

bin/commands/apps_permissions_users.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'AppsPermissionsUsers methods.'

bin/commands/auth.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'Auth methods.'

bin/commands/bots.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# This file was auto-generated by lib/tasks/web.rake
23

34
desc 'Bots methods.'

0 commit comments

Comments
 (0)