Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .haml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
linters:
# We don't need to enforce line length in HAML files
LineLength:
enabled: false
# We don't need to enforce length of HAML files
ViewLength:
enabled: false
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ gem 'public_activity'
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'haml_lint', require: false
gem 'letter_opener'
gem 'web-console', '>= 4.1.0'
# Display performance information such as SQL time and flame graphs for each request in your browser.
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ GEM
temple (>= 0.8.2)
thor
tilt
haml_lint (0.66.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
rubocop (>= 1.0)
sysexits (~> 1.1)
hashie (5.0.0)
high_voltage (4.0.0)
htmlentities (4.3.4)
Expand Down Expand Up @@ -519,6 +525,7 @@ GEM
railties (>= 6.0.0)
stringio (3.1.7)
stripe (9.0.0)
sysexits (1.2.0)
temple (0.10.3)
terser (1.2.6)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -583,6 +590,7 @@ DEPENDENCIES
foreman
friendly_id
haml
haml_lint
high_voltage
icalendar
image_processing
Expand Down