From 2335facb877a2b23bc3a8ce8d5fbc64ca08ca425 Mon Sep 17 00:00:00 2001 From: Ufuk Kayserilioglu Date: Wed, 3 Jul 2019 18:43:56 +0300 Subject: [PATCH] Prepare for public release --- ...ify-github-io-ruby-style-guide-rubocop-yml | 102 ------------------ shipit.yml | 5 +- tapioca.gemspec | 2 - 3 files changed, 1 insertion(+), 108 deletions(-) diff --git a/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml b/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml index d74c76194..5f5212ca8 100644 --- a/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml +++ b/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml @@ -558,88 +558,6 @@ Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: false IgnoreEmptyMethods: true -Rails/ActionFilter: - EnforcedStyle: action - SupportedStyles: - - action - - filter - Include: - - app/controllers/**/*.rb - -Rails/Date: - EnforcedStyle: flexible - SupportedStyles: - - strict - - flexible - -Rails/DynamicFindBy: - Whitelist: - - find_by_sql - -Rails/Exit: - Include: - - app/**/*.rb - - config/**/*.rb - - lib/**/*.rb - Exclude: - - 'lib/**/*.rake' - -Rails/FindBy: - Include: - - app/models/**/*.rb - -Rails/FindEach: - Include: - - app/models/**/*.rb - -Rails/HasAndBelongsToMany: - Include: - - app/models/**/*.rb - -Rails/NotNullColumn: - Include: - - db/migrate/*.rb - -Rails/Output: - Include: - - app/**/*.rb - - config/**/*.rb - - db/**/*.rb - - lib/**/*.rb - -Rails/ReadWriteAttribute: - Include: - - app/models/**/*.rb - -Rails/RequestReferer: - EnforcedStyle: referer - SupportedStyles: - - referer - - referrer - -Rails/SafeNavigation: - ConvertTry: false - -Rails/ScopeArgs: - Include: - - app/models/**/*.rb - -Rails/TimeZone: - EnforcedStyle: flexible - SupportedStyles: - - strict - - flexible - -Rails/UniqBeforePluck: - EnforcedStyle: conservative - SupportedStyles: - - conservative - - aggressive - -Rails/Validation: - Include: - - app/models/**/*.rb - Naming/AccessorMethodName: Enabled: true @@ -1068,26 +986,6 @@ Lint/UselessSetterCall: Lint/Void: Enabled: true -Rails/ApplicationRecord: - Enabled: true - -Rails/DelegateAllowBlank: - Enabled: true - -Rails/HttpPositionalArguments: - Include: - - spec/**/* - - test/**/* - -Rails/InverseOf: - Enabled: true - -Rails/OutputSafety: - Enabled: true - -Rails/PluralizationGrammar: - Enabled: true - Security/Eval: Enabled: true diff --git a/shipit.yml b/shipit.yml index a8c9557af..f3495f045 100644 --- a/shipit.yml +++ b/shipit.yml @@ -1,4 +1 @@ -deploy: - override: - - "bundle exec rake build" - - "bundle exec package_cloud push shopify/gems pkg/*.gem" +# Default config diff --git a/tapioca.gemspec b/tapioca.gemspec index 942b3a577..dcaa40ca0 100644 --- a/tapioca.gemspec +++ b/tapioca.gemspec @@ -15,8 +15,6 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/Shopify/tapioca" spec.license = "MIT" - spec.metadata["allowed_push_host"] = "no" - spec.bindir = "exe" spec.executables = %w(tapioca) spec.require_paths = ["lib"]