Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linter: new rule for declare(strict_types) #1213

Closed
wants to merge 8 commits into from

Conversation

Hidanio
Copy link
Contributor

@Hidanio Hidanio commented Feb 19, 2024

  • added new linter rule: declareStrictTypes can not be "0"
  • added quickFix for declareStrictTypes
  • added new linter rule: lack of declare(strict_types=1) section
  • added quickFix for lack of declare(strict_types=1) section
  • added & updated tests
  • updated doc
  • new rules for .gitignore
  • refactored warnings

@Hidanio Hidanio self-assigned this Feb 19, 2024
@Hidanio Hidanio changed the title phpgrep: updated installation doc linter: new rule for declare(strict_types) Mar 4, 2024
@Hidanio Hidanio force-pushed the hidanio/phpgrep_update_doc branch 5 times, most recently from 2d5a503 to ac9da4d Compare March 6, 2024 15:36
docs/install.md Outdated Show resolved Hide resolved
src/linter/worker.go Outdated Show resolved Hide resolved
@Hidanio Hidanio requested a review from i582 March 10, 2024 14:35
@Hidanio Hidanio added the enhancement New feature or request label Mar 14, 2024
@Hidanio Hidanio force-pushed the hidanio/phpgrep_update_doc branch from d6b3c91 to ac620fe Compare April 2, 2024 09:43
@Hidanio Hidanio force-pushed the hidanio/phpgrep_update_doc branch from ac620fe to 64b7ffb Compare July 25, 2024 14:15
@Hidanio Hidanio closed this Jul 25, 2024
@Hidanio Hidanio deleted the hidanio/phpgrep_update_doc branch July 25, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants