Skip to content

Commit

Permalink
Prepared 1.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony committed Mar 5, 2021
1 parent 115c75a commit da464ba
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
<<<<<<< HEAD

## [1.1.0] - 2021-03-04
### Added
- Ignore diagnostics for files using `phpCodeSniffer.ignorePatterns` option.
=======

### Fixed
- "Ignore * for this line" action should be present for all diagnostics.
>>>>>>> f8802f9 (Fixed "Ignore * for this line" Actions)

## [1.0.0] - 2021-03-01
### Fixed
Expand Down
39 changes: 19 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-php-codesniffer",
"displayName": "PHP_CodeSniffer",
"description": "Brings PHPCS support to VS Code.",
"version": "1.0.0",
"version": "1.1.0",
"license": "GPL-2.0-or-later",
"author": "Christopher Allford",
"repository": {
Expand Down Expand Up @@ -48,7 +48,9 @@
"phpCodeSniffer.ignorePatterns": {
"type": "array",
"description": "An array of regular expressions for paths that should be ignored by the extension.",
"default": [ ".*/vendor/.*" ],
"default": [
".*/vendor/.*"
],
"items": {
"type": "string"
},
Expand Down Expand Up @@ -92,16 +94,16 @@
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^12.20.4",
"@types/vscode": "^1.53.0",
"@types/vscode": "~1.53.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"file-loader": "^6.2.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.2",
"ts-jest": "^26.5.3",
"ts-loader": "^8.0.17",
"typescript": "^4.2.2",
"webpack": "^5.24.2",
"typescript": "^4.2.3",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0"
},
"scripts": {
Expand Down

0 comments on commit da464ba

Please sign in to comment.