]> cat aescling's git repositories - mastodon.git/commit
Added haml-lint and fix warnings (#2773)
authoryhirano <yhirano@me.com>
Mon, 8 May 2017 01:35:25 +0000 (10:35 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 8 May 2017 01:35:25 +0000 (03:35 +0200)
commit48594b18e6285d87ee2f58daa08d356b571c8aa6
tree58401bb04d522822b1463dd754a9555f1de3d755
parentb18504adfefe521ab1486e1fa04662e9084fbe32
Added haml-lint and fix warnings (#2773)

* add haml_lint to Gemfile

* add .haml-lint.yml

* fix warnings of haml_lint
39 files changed:
.haml-lint.yml [new file with mode: 0644]
Gemfile
Gemfile.lock
app/views/about/_contact.html.haml
app/views/about/_registration.html.haml
app/views/about/more.html.haml
app/views/about/show.html.haml
app/views/accounts/_grid_card.html.haml
app/views/accounts/_header.html.haml
app/views/admin/accounts/_card.html.haml
app/views/admin/reports/_report.html.haml
app/views/admin/settings/edit.html.haml
app/views/application/_flashes.html.haml
app/views/auth/confirmations/new.html.haml
app/views/auth/passwords/edit.html.haml
app/views/auth/passwords/new.html.haml
app/views/auth/registrations/edit.html.haml
app/views/auth/registrations/new.html.haml
app/views/auth/sessions/new.html.haml
app/views/auth/sessions/two_factor.html.haml
app/views/authorize_follows/_card.html.haml
app/views/errors/403.html.haml
app/views/errors/404.html.haml
app/views/home/index.html.haml
app/views/layouts/admin.html.haml
app/views/layouts/application.html.haml
app/views/layouts/auth.html.haml
app/views/layouts/embedded.html.haml
app/views/layouts/error.html.haml
app/views/layouts/public.html.haml
app/views/oauth/authorizations/new.html.haml
app/views/oauth/authorized_applications/index.html.haml
app/views/settings/profiles/show.html.haml
app/views/settings/two_factor_authentication/confirmations/new.html.haml
app/views/stream_entries/_detailed_status.html.haml
app/views/stream_entries/_media.html.haml
app/views/stream_entries/_simple_status.html.haml
app/views/stream_entries/_status.html.haml
app/views/tags/show.html.haml