Skip to content

Commit

Permalink
Use relative links for images in readme + add images to .gitattribute…
Browse files Browse the repository at this point in the history
…s + add phpstorm integration to readme.
  • Loading branch information
loganhenson committed Nov 19, 2018
1 parent 7cc408a commit 6985ef4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
/.travis.yml export-ignore
/phpunit.xml export-ignore
/tests export-ignore
/tlint.svg export-ignore
/tlint-phpstorm export-ignore
/.gitattributes export-ignore
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[<img src="https://cdn.rawgit.com/tightenco/tlint/ca54b2eb/tlint.svg" width="400">]()
[<img src="./tlint.svg" width="400">]()

<hr>

Expand Down Expand Up @@ -73,6 +73,11 @@ Lints:
5 : ` return view('test', ['test' => 'test']);``
```

## Editor Integrations

### [PHPStorm](https://plugins.jetbrains.com/plugin/10703-tlint)
[<img src="./tlint-phpstorm.png" width="400">]()

## Lints
- Use with over array parameters in view(). `ViewWithOverArrayParamaters`
- No leading slashes in namespaces or static calls or instantiations. `RemoveLeadingSlashNamespaces`
Expand Down
Binary file added tlint-phpstorm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6985ef4

Please sign in to comment.