forked from eurucamp/eurucamp-activities
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.haml-lint_todo.yml
27 lines (25 loc) · 1.11 KB
/
.haml-lint_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This configuration was generated by
# `haml-lint --auto-gen-config`
# on 2018-04-20 12:01:13 +0100 using Haml-Lint version 0.27.0.
# The point is for the user to remove these configuration records
# one by one as the lints are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of Haml-Lint, may require this file to be generated again.
linters:
# Offense count: 33
LineLength:
exclude:
- "app/views/activities/_action.html.haml"
- "app/views/activities/_delete_form.html.haml"
- "app/views/activities/_form.html.haml"
- "app/views/activities/_progress.html.haml"
- "app/views/activities/index.html.haml"
- "app/views/activities/show.html.haml"
- "app/views/partials/_footer.html.haml"
- "app/views/partials/_layout_head.html.haml"
- "app/views/partials/_navigation.html.haml"
- "app/views/passwords/new.html.haml"
- "app/views/registrations/_oauth.html.haml"
- "app/views/registrations/edit.html.haml"
- "app/views/registrations/new.html.haml"
- "app/views/sessions/new.html.haml"