Skip to content

Commit

Permalink
don't puppet-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Nov 5, 2014
1 parent 84d0c61 commit d4a89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot-emacs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

(add-hook 'after-init-hook #'global-flycheck-mode)
(setq-default flycheck-disabled-checkers
'(ruby-rubylint ruby ruby-jruby python-flake8 python-pylint))
'(ruby-rubylint ruby ruby-jruby python-flake8 python-pylint puppet-lint))
(setq-default flycheck-rubocoprc (expand-file-name "~/stripe/pay-server/.rubocop.yml"))
(setq-default flycheck-rubocop-lint-only t)

Expand Down

0 comments on commit d4a89dd

Please sign in to comment.