hound
hound copied to clipboard
Automated code review for GitHub pull requests.
I I just just got got got got a new
Hello! I can not understand, how the project is work? https://github.com/houndci/hound/blob/5269fa5de04dcdcff206cc89ed0f523ed47cb217/app/models/linter/base.rb#L20 https://github.com/houndci/hound/blob/5269fa5de04dcdcff206cc89ed0f523ed47cb217/app/models/linter/base.rb#L56 but LintersJob is empty... https://github.com/houndci/hound/blob/master/app/jobs/linters_job.rb what's the secret?
I could not find anything in the docs regarding which permissions and events we need to select when creating a GitHub for development and testing. Can someone point me to...
Hello With the `.hound.yml` containing ```yaml eslint: enabled: true config_file: .eslintrc.hound.yml ignore_file: .eslintignore version: 8.1.0 ``` and `package.json` containing ```json "engines": { "npm" : ">=6.0.0", "node" : ">=14.0.0" } ```...
We're removing non-inclusive languages from our [open source project](https://github.com/woocommerce/woocommerce-ios). One of the remaining items is the `whitelist_rules` configuration we use for SwiftLint. SwiftLint [version 0.41.0](https://github.com/realm/SwiftLint/blob/master/CHANGELOG.md#0410-worlds-cleanest-voting-booth) adds an inclusive version for...
Hello Hound! Thank you for this useful tool. [Linter versioning](http://help.houndci.com/en/articles/2489940-linter-versioning) is really helpful. It would be great if [haml-lint](https://github.com/sds/haml-lint/releases) could be added to the list of tools that hound supports...
At the moment, Hound only supports RuboCop up to version 1.5.2, which was released on 4 Dec 2020. Do you have any plan to add support for newer RuboCop versions?...
Hound is throwing up TypeScript parsing errors for the optional chaining operator, `?.`, which was added in TypeScript 3.7. For example: ``` wrapper?.update() // => Parsing error: Expression expected ```...
I use this eslint config ```json { "extends": ["next"], "plugins": ["deprecation"], "overrides": [ { "files": ["**/*.ts", "**/*.tsx"], "rules": { "deprecation/deprecation": "warn" } }, { "files": ["**/*.spec.ts", "**/*.spec.tsx"], "plugins": ["jest", "jest-formatting",...