Skip to content

Commit

Permalink
Remove services I'm not using, and fully migrate from Travis to GitHu…
Browse files Browse the repository at this point in the history
…b Actions
  • Loading branch information
paulfioravanti committed Jul 24, 2023
1 parent 4306ff6 commit 4308bc2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 94 deletions.
34 changes: 0 additions & 34 deletions .codeclimate.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage/
doc/
.DS_Store
*.pdf
strings_*.rb
Expand Down
3 changes: 1 addition & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ Metrics/BlockLength:
- "configure"
- "context"
- "describe"
# NOTE: Re-enable this when Code Climate Rubocop version updates
# - "new"
- "new"

Metrics/MethodLength:
Max: 16
Expand Down
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
# Resume

<a href="https://travis-ci.com/paulfioravanti/resume">
<img src="https://travis-ci.com/paulfioravanti/resume.svg?branch=master" alt="Build Status" />
</a>
<a href="https://codeclimate.com/github/paulfioravanti/resume">
<img src="https://codeclimate.com/github/paulfioravanti/resume/badges/gpa.svg" alt="Code Climate" />
</a>
<a href="https://inch-ci.org/github/paulfioravanti/resume?branch=master">
<img src="http://inch-ci.org/github/paulfioravanti/resume.svg?branch=master" alt="Documentation Status" />
</a>
<a href="https://snyk.io/test/github/paulfioravanti/resume">
<img src="https://snyk.io/test/github/paulfioravanti/resume/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/paulfioravanti/resume" style="max-width:100%;" />
</a>
<br />
<br />
[![Build Status][Build Status image]][Build Status url]

This is a [Ruby][] command line interface (CLI) application that generates my
resume. I made it in order to teach myself a bit about the Ruby [PDF][]
Expand Down Expand Up @@ -139,6 +126,8 @@ bin/rake resume:delete_assets
[this StackOverflow thread][stackoverflow-transparent-link].

[Base64]: http://ruby-doc.org/stdlib-2.3.0/libdoc/base64/rdoc/Base64.html
[Build Status image]: https://github.com/paulfioravanti/resume/actions/workflows/ci.yml/badge.svg
[Build Status url]: https://github.com/paulfioravanti/resume/actions/workflows/ci.yml
[i18n]: https://github.com/ruby-i18n/i18n
[JSON]: https://en.wikipedia.org/wiki/JSON
[PDF]: https://en.wikipedia.org/wiki/PDF
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Resume
require "prawn/table"
# Grab the resume background image. This serves two purposes:
# 1. Grabs the biggest image and puts it in the tmp directory
# if it"s not already there
# if it's not already there
# 2. Tests out network connection
# If the file is fetched locally, chances are high that the
# resume has already been generated once and there won"t be
Expand Down

0 comments on commit 4308bc2

Please sign in to comment.