Skip to content

feat: added docs for detekt and eslint #67

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

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: lint
  • Loading branch information
cr-ruhanmuzaffar committed Jul 18, 2024
commit fa296e0c4c90f7418774ed2609c890acad71d5eb
5 changes: 1 addition & 4 deletions docs/guides/tools/detekt.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ Detekt will run on files with the following extensions:
- `.kt`
- `.kts`


## Configuration

Detekt uses a YAML style configuration file.

Detekt uses a YAML style configuration file.

Detekt supports the following config files:

- User-defined config file set at `reviews.tools.detekt.config_file` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → Detekt → Config File" field in CodeRabbit's settings page.


## Links

- [Detekt Configuration](https://detekt.dev/docs/introduction/configurations/)
1 change: 0 additions & 1 deletion docs/guides/tools/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ESLint will run on files with the following extensions:
- `.ts`
- `.tsx`


## Configuration

ESLint supports the following config files:
Expand Down