fabpico

Results 15 comments of fabpico

You can use the `filePattern` option to analyze only a specific class. Instead of `filePattern: '*.php'` like in the example, use `filePattern: 'MyClass.php'`.

react-scripts `5.0.0`. Had that problem with a dependency (file in `node_modules`). I updated the dependency and the file in `node_modules` was definitely updated. Removing `node_modules/.cache/.eslintcache` and restarting the app did...

Unstale. 3 upvotes.

Unstale. 3 upvotes.

> @Rayyyz @LynnHg > > Validation was performed normally when the following modules were imported. > > ```js > import 'ace-builds/webpack-resolver' > ``` I get plenty of `Module not found:...

@wouterj Yeah just found out, assumed a relation to doctrine and looked into https://github.com/doctrine/DoctrineBundle/blob/2.8.x/composer.json, there is a `symfony/security-bundle` dependency. After installing `symfony/security-bundle` directly, the command is able to run. I...

Fresh install on very small React app, and it's still happening on `npm run storybook`. ``` "dependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "babel-plugin-transform-scss": "^1.1.0" }, "devDependencies": { "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials":...

@shilman Can't this be detected from `npx storybook init` before the dependencies are being placed through `npx storybook init`?

@vipinbose I don't have such configuration in doctrine.yaml.

Can this be added to the documentatoin or readme? Consider also the very important but almost hiddenly documented lintGutter.