Skip to content

Commit

Permalink
Merge pull request #15 from pierresh/master
Browse files Browse the repository at this point in the history
fix: missing dependencies.json for pyyaml + enable_cells
  • Loading branch information
Rockstar04 authored Sep 2, 2024
2 parents 96d49e6 + b59dbf6 commit 10fb354
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"*": {
"*": [
"pyyaml"
]
}
}
1 change: 1 addition & 0 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class PhpStan(lint.Linter):
multiline = False
tempfile_suffix = "-"
defaults = {
"enable_cells": True,
"selector": "source.php",
"use_composer_autoload": True
}
Expand Down

0 comments on commit 10fb354

Please sign in to comment.