Skip to content

Commit 2c476fb

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent d068786 commit 2c476fb

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,8 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
11041104

11051105
- [ERB Lint](https://github.com/Shopify/erb-lint) — Lint your ERB or HTML files
11061106

1107+
- [ERB::Formatter](https://github.com/nebulab/erb-formatter) — Format ERB files with speed and precision.
1108+
11071109
- [Fasterer](https://github.com/DamirSvrtan/fasterer) — Common Ruby idioms checker.
11081110

11091111
- **flay** :warning: — Flay analyzes code for structural similarities.
@@ -1952,6 +1954,8 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
19521954

19531955
- [ERB Lint](https://github.com/Shopify/erb-lint) — Lint your ERB or HTML files
19541956

1957+
- [ERB::Formatter](https://github.com/nebulab/erb-formatter) — Format ERB files with speed and precision.
1958+
19551959
- [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) — A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
19561960

19571961

@@ -1972,6 +1976,8 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
19721976

19731977
- [ERB Lint](https://github.com/Shopify/erb-lint) — Lint your ERB or HTML files
19741978

1979+
- [ERB::Formatter](https://github.com/nebulab/erb-formatter) — Format ERB files with speed and precision.
1980+
19751981
- **grunt-bootlint** :warning: — A Grunt wrapper for [Bootlint](https://github.com/twbs/bootlint), the HTML linter for Bootstrap projects.
19761982

19771983
- **gulp-bootlint** :warning: — A gulp wrapper for [Bootlint](https://github.com/twbs/bootlint), the HTML linter for Bootstrap projects.
@@ -2209,6 +2215,8 @@ but with the following improvements:
22092215

22102216
- [dawnscanner](https://github.com/thesp0nge/dawnscanner) — A static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
22112217

2218+
- [ERB::Formatter](https://github.com/nebulab/erb-formatter) — Format ERB files with speed and precision.
2219+
22122220
- [Skunk](https://github.com/fastruby/skunk) — A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
22132221

22142222
- [Traceroute](https://github.com/amatsuda/traceroute) — A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app.

data/api/tools.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6834,6 +6834,37 @@
68346834
"demos": null,
68356835
"wrapper": null
68366836
},
6837+
"erb-formatter": {
6838+
"name": "ERB::Formatter",
6839+
"categories": [
6840+
"formatter"
6841+
],
6842+
"languages": [
6843+
"ruby"
6844+
],
6845+
"other": [
6846+
"erb",
6847+
"html",
6848+
"rails"
6849+
],
6850+
"licenses": [
6851+
"MIT License"
6852+
],
6853+
"types": [
6854+
"cli"
6855+
],
6856+
"homepage": "https://github.com/nebulab/erb-formatter",
6857+
"source": "https://github.com/nebulab/erb-formatter",
6858+
"pricing": null,
6859+
"plans": null,
6860+
"description": "Format ERB files with speed and precision.",
6861+
"discussion": null,
6862+
"deprecated": null,
6863+
"resources": null,
6864+
"reviews": null,
6865+
"demos": null,
6866+
"wrapper": null
6867+
},
68376868
"erb-lint": {
68386869
"name": "ERB Lint",
68396870
"categories": [

0 commit comments

Comments
 (0)