about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-14 23:15:36 -0400
committerGitHub <noreply@github.com>2023-03-15 04:15:36 +0100
commit75131e7bf7f3d96cf325e674e6b76b0096382e99 (patch)
tree82984365a01b85c74037554d34194d0dfbeb6dff /Gemfile
parenta232a1feb804e22507ca104ca0aaf21a7c70cb26 (diff)
Setup haml-lint CI with todo config (#23524)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7a836b6ba..c7889118d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -139,6 +139,7 @@ group :development do
   gem 'memory_profiler'
   gem 'brakeman', '~> 5.4', require: false
   gem 'bundler-audit', '~> 0.9', require: false
+  gem 'haml_lint', require: false
 
   gem 'capistrano', '~> 3.17'
   gem 'capistrano-rails', '~> 1.6'