Skip to content

Commit

Permalink
Use standard-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Oct 7, 2023
1 parent df1ad59 commit 23f9ad1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .standard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plugins:
- standard-rails
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in viabtc.gemspec
# Specify your gem's dependencies in turkish_id.gemspec
gemspec
2 changes: 1 addition & 1 deletion turkish_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "coveralls_reborn"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "standard"
spec.add_development_dependency "standard-rails"
spec.add_development_dependency "vcr"
spec.add_development_dependency "webmock"

Expand Down

0 comments on commit 23f9ad1

Please sign in to comment.