Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unplugged.en.yml to WHITELISTED_FILES #15679

Merged
merged 1 commit into from Jun 8, 2017
Merged

Conversation

joshlory
Copy link
Contributor

@joshlory joshlory commented Jun 7, 2017

No description provided.

@joshlory joshlory requested a review from aoby June 7, 2017 20:19
@@ -3,7 +3,7 @@
REPO_DIR = File.expand_path('../../../', __FILE__)
LEVELS_DIR = File.expand_path(REPO_DIR + '/dashboard/config/scripts', __FILE__)
COURSES_DIR = File.expand_path(REPO_DIR + '/dashboard/config/courses', __FILE__)
WHITELISTED_FILES = %w[dashboard/config/locales/dsls.en.yml dashboard/config/locales/scripts.en.yml dashboard/config/locales/courses.en.yml].map {|f| File.join(REPO_DIR, f)}
WHITELISTED_FILES = %w[dashboard/config/locales/dsls.en.yml dashboard/config/locales/scripts.en.yml dashboard/config/locales/courses.en.yml dashboard/config/locales/unplugged.en.yml].map {|f| File.join(REPO_DIR, f)}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: now that this list is getting long enough to go well beyond 100 cols, please break into multiple lines

@@ -3,7 +3,7 @@
REPO_DIR = File.expand_path('../../../', __FILE__)
LEVELS_DIR = File.expand_path(REPO_DIR + '/dashboard/config/scripts', __FILE__)
COURSES_DIR = File.expand_path(REPO_DIR + '/dashboard/config/courses', __FILE__)
WHITELISTED_FILES = %w[dashboard/config/locales/dsls.en.yml dashboard/config/locales/scripts.en.yml dashboard/config/locales/courses.en.yml].map {|f| File.join(REPO_DIR, f)}
WHITELISTED_FILES = %w[dashboard/config/locales/dsls.en.yml dashboard/config/locales/scripts.en.yml dashboard/config/locales/courses.en.yml dashboard/config/locales/unplugged.en.yml].map {|f| File.join(REPO_DIR, f)}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we split this looong line into multiple lines? Thanks!

@joshlory joshlory merged commit 1977937 into staging Jun 8, 2017
@joshlory joshlory deleted the unplugged-levelbuilder branch June 8, 2017 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants