add haml-lint_todo.yml
This commit is contained in:
parent
3f159cbf74
commit
84ee5cd86b
2 changed files with 243 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
inherits_from: .haml-lint_todo.yml
|
||||
|
||||
linters:
|
||||
AlignmentTabs:
|
||||
enabled: true
|
||||
|
|
@ -33,7 +35,7 @@ linters:
|
|||
|
||||
IdNames:
|
||||
enabled: true
|
||||
style: snake_case
|
||||
style: lisp_case
|
||||
|
||||
ImplicitDiv:
|
||||
enabled: true
|
||||
|
|
@ -46,7 +48,7 @@ linters:
|
|||
|
||||
LineLength:
|
||||
enabled: true
|
||||
max: 200
|
||||
max: 500
|
||||
|
||||
MultilinePipe:
|
||||
enabled: true
|
||||
|
|
|
|||
239
.haml-lint_todo.yml
Normal file
239
.haml-lint_todo.yml
Normal file
|
|
@ -0,0 +1,239 @@
|
|||
# This configuration was generated by
|
||||
# `haml-lint --auto-gen-config`
|
||||
# on 2017-03-29 13:51:32 +0530 using Haml-Lint version 0.24.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: 43
|
||||
IdNames:
|
||||
exclude:
|
||||
- "app/views/admin/comments/index.html.haml"
|
||||
- "app/views/admin/commercials/index.html.haml"
|
||||
- "app/views/admin/conferences/index.html.haml"
|
||||
- "app/views/admin/conferences/show.html.haml"
|
||||
- "app/views/admin/events/_proposal.html.haml"
|
||||
- "app/views/admin/events/reports.html.haml"
|
||||
- "app/views/admin/events/show.html.haml"
|
||||
- "app/views/admin/registrations/index.html.haml"
|
||||
- "app/views/admin/reports/index.html.haml"
|
||||
- "app/views/admin/users/show.html.haml"
|
||||
- "app/views/admin/venues/_form.html.haml"
|
||||
- "app/views/conference_registrations/_form.html.haml"
|
||||
- "app/views/conferences/_venue.html.haml"
|
||||
- "app/views/conferences/show.html.haml"
|
||||
- "app/views/devise/shared/_help.html.haml"
|
||||
- "app/views/devise/shared/_sign_in_form_embedded.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/proposals/_form.html.haml"
|
||||
- "app/views/proposals/_proposal_form.html.haml"
|
||||
- "app/views/proposals/index.html.haml"
|
||||
- "app/views/proposals/new.html.haml"
|
||||
- "app/views/proposals/show.html.haml"
|
||||
- "app/views/schedules/_schedule.html.haml"
|
||||
- "app/views/schedules/show.html.haml"
|
||||
|
||||
# Offense count: 8
|
||||
UnnecessaryInterpolation:
|
||||
exclude:
|
||||
- "app/views/admin/conferences/_doughnut_chart.html.haml"
|
||||
- "app/views/admin/conferences/_recent_submissions.html.haml"
|
||||
- "app/views/admin/events/reports.html.haml"
|
||||
- "app/views/admin/reports/_events_with_requirements.html.haml"
|
||||
- "app/views/admin/reports/_events_without_commercials.html.haml"
|
||||
- "app/views/proposals/_proposal_form.html.haml"
|
||||
- "app/views/proposals/new.html.haml"
|
||||
|
||||
# Offense count: 48
|
||||
UnnecessaryStringOutput:
|
||||
exclude:
|
||||
- "app/views/admin/conferences/_targets.html.haml"
|
||||
- "app/views/admin/event_types/index.html.haml"
|
||||
- "app/views/admin/events/show.html.haml"
|
||||
- "app/views/admin/users/_submissions.html.haml"
|
||||
- "app/views/admin/venues/show.html.haml"
|
||||
- "app/views/admin/versions/_object_desc_and_link.html.haml"
|
||||
- "app/views/admin/volunteers/show.html.haml"
|
||||
- "app/views/conference_registrations/show.html.haml"
|
||||
- "app/views/conferences/_call_for_paper.html.haml"
|
||||
- "app/views/conferences/_conference_details.html.haml"
|
||||
- "app/views/conferences/_program.html.haml"
|
||||
- "app/views/conferences/_venue.html.haml"
|
||||
- "app/views/conferences/show.html.haml"
|
||||
- "app/views/devise/registrations/edit.html.haml"
|
||||
- "app/views/proposals/_encouragement_text.html.haml"
|
||||
- "app/views/proposals/_form.html.haml"
|
||||
- "app/views/users/edit.html.haml"
|
||||
- "app/views/users/show.html.haml"
|
||||
|
||||
# Offense count: 31
|
||||
LineLength:
|
||||
exclude:
|
||||
- "app/views/admin/conferences/edit.html.haml"
|
||||
- "app/views/admin/conferences/new.html.haml"
|
||||
- "app/views/admin/difficulty_levels/_form.html.haml"
|
||||
- "app/views/admin/emails/index.html.haml"
|
||||
- "app/views/admin/events/registrations.html.haml"
|
||||
- "app/views/admin/programs/_form.html.haml"
|
||||
- "app/views/admin/roles/_users.html.haml"
|
||||
- "app/views/admin/sponsorship_levels/_form.html.haml"
|
||||
- "app/views/admin/venues/_form.html.haml"
|
||||
- "app/views/conference_registrations/_registration_info.html.haml"
|
||||
- "app/views/conferences/_venue_map.html.haml"
|
||||
- "app/views/devise/registrations/_volunteeruser.html.haml"
|
||||
- "app/views/proposals/index.html.haml"
|
||||
- "app/views/proposals/show.html.haml"
|
||||
- "app/views/schedules/_carousel.html.haml"
|
||||
- "app/views/shared/_object_changes.html.haml"
|
||||
|
||||
# Offense count: 27
|
||||
ClassesBeforeIds:
|
||||
exclude:
|
||||
- "app/views/admin/emails/index.html.haml"
|
||||
- "app/views/admin/events/reports.html.haml"
|
||||
- "app/views/admin/events/show.html.haml"
|
||||
- "app/views/admin/reports/index.html.haml"
|
||||
- "app/views/admin/users/show.html.haml"
|
||||
- "app/views/admin/venues/_form.html.haml"
|
||||
- "app/views/conferences/index.html.haml"
|
||||
- "app/views/devise/shared/_help.html.haml"
|
||||
- "app/views/devise/shared/_sign_in_form_embedded.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/proposals/_form.html.haml"
|
||||
|
||||
# Offense count: 14
|
||||
ConsecutiveSilentScripts:
|
||||
exclude:
|
||||
- "app/views/admin/events/index.html.haml"
|
||||
- "app/views/admin/schedules/_day_tab.html.haml"
|
||||
- "app/views/admin/schedules/_event.html.haml"
|
||||
- "app/views/admin/versions/_object_desc_and_link.html.haml"
|
||||
- "app/views/schedules/_carousel.html.haml"
|
||||
|
||||
# Offense count: 264
|
||||
SpaceInsideHashAttributes:
|
||||
exclude:
|
||||
- "app/views/admin/questions/_form.html.haml"
|
||||
- "app/views/admin/questions/index.html.haml"
|
||||
- "app/views/admin/registrations/index.html.haml"
|
||||
- "app/views/admin/reports/_all_events.html.haml"
|
||||
- "app/views/admin/reports/index.html.haml"
|
||||
- "app/views/admin/schedules/_day_tab.html.haml"
|
||||
- "app/views/admin/schedules/_event.html.haml"
|
||||
- "app/views/admin/schedules/index.html.haml"
|
||||
- "app/views/admin/schedules/show.html.haml"
|
||||
- "app/views/admin/sponsorship_levels/index.html.haml"
|
||||
- "app/views/admin/targets/index.html.haml"
|
||||
- "app/views/admin/tickets/show.html.haml"
|
||||
- "app/views/admin/tracks/index.html.haml"
|
||||
- "app/views/admin/users/show.html.haml"
|
||||
- "app/views/admin/venues/_form.html.haml"
|
||||
- "app/views/admin/venues/show.html.haml"
|
||||
- "app/views/conference_registrations/_form.html.haml"
|
||||
- "app/views/conference_registrations/_ticket.html.haml"
|
||||
- "app/views/conference_registrations/_volunteer.html.haml"
|
||||
- "app/views/conferences/_venue.html.haml"
|
||||
- "app/views/conferences/_venue_map.html.haml"
|
||||
- "app/views/conferences/index.html.haml"
|
||||
- "app/views/devise/shared/_help.html.haml"
|
||||
- "app/views/devise/shared/_openid_links.html.haml"
|
||||
- "app/views/devise/shared/_sign_in_form_embedded.html.haml"
|
||||
- "app/views/layouts/_admin_sidebar.html.haml"
|
||||
- "app/views/layouts/_admin_sidebar_index.html.haml"
|
||||
- "app/views/layouts/_messages.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/layouts/application.html.haml"
|
||||
- "app/views/payments/_payment.html.haml"
|
||||
- "app/views/proposals/_form.html.haml"
|
||||
- "app/views/proposals/_tooltip.html.haml"
|
||||
- "app/views/proposals/index.html.haml"
|
||||
- "app/views/proposals/new.html.haml"
|
||||
- "app/views/proposals/show.html.haml"
|
||||
- "app/views/schedules/_carousel.html.haml"
|
||||
- "app/views/schedules/_schedule_item.html.haml"
|
||||
- "app/views/shared/_changelog_actions.haml"
|
||||
- "app/views/shared/_dynamic_association.html.haml"
|
||||
- "app/views/shared/_media_item.html.haml"
|
||||
- "app/views/shared/_media_items.html.haml"
|
||||
- "app/views/shared/_object_changes.html.haml"
|
||||
- "app/views/tickets/_ticket.html.haml"
|
||||
- "app/views/tickets/index.html.haml"
|
||||
|
||||
# Offense count: 2
|
||||
FinalNewline:
|
||||
exclude:
|
||||
- "app/views/admin/registrations/index.csv.haml"
|
||||
- "app/views/layouts/_admin.html.haml"
|
||||
|
||||
# Offense count: 1
|
||||
ImplicitDiv:
|
||||
exclude:
|
||||
- "app/views/admin/registrations/index.html.haml"
|
||||
|
||||
# Offense count: 48
|
||||
SpaceBeforeScript:
|
||||
exclude:
|
||||
- "app/views/admin/registrations/index.html.haml"
|
||||
- "app/views/admin/sponsors/_form.html.haml"
|
||||
- "app/views/admin/targets/_form.html.haml"
|
||||
- "app/views/admin/tracks/_form.html.haml"
|
||||
- "app/views/admin/tracks/show.html.haml"
|
||||
- "app/views/admin/venues/show.html.haml"
|
||||
- "app/views/admin/versions/index.html.haml"
|
||||
- "app/views/conference_registrations/_form.html.haml"
|
||||
- "app/views/conference_registrations/_ticket.html.haml"
|
||||
- "app/views/conference_registrations/show.html.haml"
|
||||
- "app/views/conferences/_lodging.html.haml"
|
||||
- "app/views/conferences/_schedule_splashpage.html.haml"
|
||||
- "app/views/conferences/_sponsors.html.haml"
|
||||
- "app/views/conferences/_tickets.html.haml"
|
||||
- "app/views/conferences/_venue.html.haml"
|
||||
- "app/views/conferences/index.html.haml"
|
||||
- "app/views/layouts/_admin.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/layouts/_user_menu.html.haml"
|
||||
- "app/views/layouts/application.html.haml"
|
||||
- "app/views/proposals/_encouragement_text.html.haml"
|
||||
- "app/views/proposals/new.html.haml"
|
||||
- "app/views/proposals/registrations.html.haml"
|
||||
- "app/views/proposals/show.html.haml"
|
||||
- "app/views/schedules/events.html.haml"
|
||||
- "app/views/schedules/show.xml.haml"
|
||||
- "app/views/tickets/index.html.haml"
|
||||
|
||||
# Offense count: 9
|
||||
MultilinePipe:
|
||||
exclude:
|
||||
- "app/views/admin/schedules/_day_tab.html.haml"
|
||||
- "app/views/admin/schedules/_event.html.haml"
|
||||
- "app/views/schedules/_carousel.html.haml"
|
||||
- "app/views/schedules/_event.html.haml"
|
||||
- "app/views/schedules/_schedule_item.html.haml"
|
||||
|
||||
# Offense count: 38
|
||||
TrailingWhitespace:
|
||||
exclude:
|
||||
- "app/views/admin/users/_form.html.haml"
|
||||
- "app/views/admin/users/index.html.haml"
|
||||
- "app/views/admin/users/show.html.haml"
|
||||
- "app/views/admin/volunteers/index.html.haml"
|
||||
- "app/views/admin/volunteers/show.html.haml"
|
||||
- "app/views/conference_registrations/_volunteer.html.haml"
|
||||
- "app/views/devise/passwords/new.html.haml"
|
||||
- "app/views/payments/new.html.haml"
|
||||
- "app/views/tickets/index.html.haml"
|
||||
|
||||
# Offense count: 1
|
||||
AltText:
|
||||
exclude:
|
||||
- "app/views/admin/venues/show.html.haml"
|
||||
|
||||
# Offense count: 7
|
||||
ClassAttributeWithStaticValue:
|
||||
exclude:
|
||||
- "app/views/conferences/_gallery.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/schedules/events.html.haml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue