Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
the-teacher committed Sep 3, 2023
1 parent 4402ab0 commit 83adc61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,26 +170,26 @@ Save hours, days or weeks on setting up a typical Rails app.
<tr>
<td colspan="3"><b>Code Quality</b></td>
</tr>
<tr>
<td><img width="100px" alt="rspec" src="Rails7StartKit/assets/images/rubocop.png"></td>
<td><b><a href="https://www.ruby-toolbox.com/categories/code_metrics">Rubocop</a></b></td>
<td>Ruby static code analyzer (a.k.a. linter) and formatter.</td>
</tr>
<tr>
<td><img width="100px" alt="rspec" src="Rails7StartKit/assets/images/rspec.png"></td>
<td><b><a href="https://www.ruby-toolbox.com/categories/testing_frameworks">RSpec</a></b></td>
<td>Testing Framework for Rails</td>
</tr>
<tr>
<td><img width="100px" alt="rspec" src="Rails7StartKit/assets/images/simple-cov.png"></td>
<td><b><a href="https://github.com/simplecov-ruby/simplecov">SimpleCov</a></b></td>
<td>Code coverage for Ruby (and Rails)</td>
<td><img width="100px" alt="rspec" src="Rails7StartKit/assets/images/rubocop.png"></td>
<td><b><a href="https://www.ruby-toolbox.com/categories/code_metrics">Rubocop</a></b></td>
<td>Ruby static code analyzer (a.k.a. linter) and formatter.</td>
</tr>
<tr>
<td><img width="100px" alt="breakman" src="Rails7StartKit/assets/images/breakman.png"></td>
<td><b><a href="https://github.com/presidentbeef/brakeman">Breakman</a></b></td>
<td>Static analysis tool | Security Vulnerabilities.</td>
</tr>
<tr>
<td><img width="100px" alt="rspec" src="Rails7StartKit/assets/images/simple-cov.png"></td>
<td><b><a href="https://github.com/simplecov-ruby/simplecov">SimpleCov</a></b></td>
<td>Code coverage for Ruby (and Rails)</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 83adc61

Please sign in to comment.