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

Bump lint-rules-android from 0.14.0 to 0.23.0 #636

Open
wants to merge 1 commit into
base: slave
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 21, 2022

Bumps lint-rules-android from 0.14.0 to 0.23.0.

Release notes

Sourced from lint-rules-android's releases.

0.23.0

  • NamingPatternDetector: Ignore generated Kotlin methods. #398 (vanniktech)
  • RxJava2MissingCompositeDisposableClearDetector: Don't flag CompositeDisposable if it's returned in a method. #392 (vanniktech)
  • RxJava2MethodMissingCheckReturnValueDetector: Add io.reactivex.disposables.CompositeDisposable #391 (vanniktech)
  • ErroneousLayoutAttributeDetector: Flag ConstraintLayout attribute usages with non ConstraintLayout parent layouts. #389 (vanniktech)
  • StringNotCapitalizedDetector: Correctly pin point where it went wrong. #388 (vanniktech)
  • ImplicitStringPlaceholderDetector: Marks implicit placeholders in strings without an index. #386 (vanniktech)
  • Update Android Gradle Plugin to 7.3.1 & Lint to 30.3.1 #383 (vanniktech)
  • FormalGermanDetector: Flags formal usage of German words. #379 (vanniktech)
  • TodoDetector: Fix few false positive with last change. #378 (vanniktech)
  • TodoDetector: Todo is now case insensitive and finds more. #376 (vanniktech)
  • Let Lint figure out the identifier from the Maven Coordinates. #372 (vanniktech)
  • WrongDrawableNameDetector: Allow animated_selector prefix. #365 (vanniktech)

0.22.0

  • Set namespace property & remove empty Manifest. #362 (vanniktech)
  • New lint-rules-kotlin module with KotlinRequireNotNullUseMessage. #361 (vanniktech)
  • Update dependency com.android.tools.build:gradle to v7.2.2 #360 (renovate[bot])
  • WrongDrawableNameDetector & WrongLayoutNameDetector: Allow exo_ prefix. #356 (vanniktech)

0.21.0

0.20.0

  • Update Android Gradle Plugin to 7.2.0 & Lint to 30.2.0 #343 (vanniktech)
  • InvalidSingleLineCommentDetector: Don't flag ktlint-disable comments. #342 (vanniktech)

0.19.0

  • Update Android Gradle Plugin to 7.1.2, Lint to 30.1.2 and ktlint to 0.44.0 #341 (vanniktech)

0.18.0

  • NamingPatternDetector: Improve Kotlin support for various cases. #340 (vanniktech)
  • WrongGlobalIconColorDetector: Don't flag resource names that contain ic as part of a name. #339 (vanniktech)
  • NamingPatternDetector: Allow I18N in the middle of a name. #337 (vanniktech)
  • ErroneousLayoutAttributeDetector: Add android:gravity to FrameLayout. #335 (vanniktech)

0.17.0

  • Documents checks automatically from JUnit test. #333 (vanniktech)
  • WrongDrawableNameDetector: Add background_ to allowed prefixes. #332 (vanniktech)
  • Update Android Gradle Plugin to 7.0.1 & Lint to 30.0.1 #331 (vanniktech)

0.16.0

  • InvalidSingleLineCommentDetector: Allow ] at the end of a comment. #330 (vanniktech)
  • NamingPatternDetector: Allow iOS in the middle of a name. #329 (vanniktech)
  • WrongDrawableNameDetectorTest: Flag invalid drawable file names. #327 (vanniktech)
  • WrongGlobalIconColorDetector: Force global color on icons. #326 (vanniktech)

0.15.0

... (truncated)

Changelog

Sourced from lint-rules-android's changelog.

Version 0.23.0 (2022-12-20)

  • NamingPatternDetector: Ignore generated Kotlin methods. #398 (vanniktech)
  • RxJava2MissingCompositeDisposableClearDetector: Don't flag CompositeDisposable if it's returned in a method. #392 (vanniktech)
  • RxJava2MethodMissingCheckReturnValueDetector: Add io.reactivex.disposables.CompositeDisposable #391 (vanniktech)
  • ErroneousLayoutAttributeDetector: Flag ConstraintLayout attribute usages with non ConstraintLayout parent layouts. #389 (vanniktech)
  • StringNotCapitalizedDetector: Correctly pin point where it went wrong. #388 (vanniktech)
  • ImplicitStringPlaceholderDetector: Marks implicit placeholders in strings without an index. #386 (vanniktech)
  • Update Android Gradle Plugin to 7.3.1 & Lint to 30.3.1 #383 (vanniktech)
  • FormalGermanDetector: Flags formal usage of German words. #379 (vanniktech)
  • TodoDetector: Fix few false positive with last change. #378 (vanniktech)
  • TodoDetector: Todo is now case insensitive and finds more. #376 (vanniktech)
  • Let Lint figure out the identifier from the Maven Coordinates. #372 (vanniktech)
  • WrongDrawableNameDetector: Allow animated_selector prefix. #365 (vanniktech)

Version 0.22.0 (2022-08-05)

  • Set namespace property & remove empty Manifest. #362 (vanniktech)
  • New lint-rules-kotlin module with KotlinRequireNotNullUseMessage. #361 (vanniktech)
  • Update dependency com.android.tools.build:gradle to v7.2.2 #360 (renovate[bot])
  • WrongDrawableNameDetector & WrongLayoutNameDetector: Allow exo_ prefix. #356 (vanniktech)

Version 0.21.0 (2022-05-21)

Version 0.20.0 (2022-05-10)

  • Update Android Gradle Plugin to 7.2.0 & Lint to 30.2.0 #343 (vanniktech)
  • InvalidSingleLineCommentDetector: Don't flag ktlint-disable comments. #342 (vanniktech)

Version 0.19.0 (2022-03-10)

  • Update Android Gradle Plugin to 7.1.2, Lint to 30.1.2 and ktlint to 0.44.0 #341 (vanniktech)

Version 0.18.0 (2022-01-29)

  • NamingPatternDetector: Improve Kotlin support for various cases. #340 (vanniktech)
  • WrongGlobalIconColorDetector: Don't flag resource names that contain ic as part of a name. #339 (vanniktech)
  • NamingPatternDetector: Allow I18N in the middle of a name. #337 (vanniktech)
  • ErroneousLayoutAttributeDetector: Add android:gravity to FrameLayout. #335 (vanniktech)

... (truncated)

Commits
  • 134cff9 Prepare version 0.23.0
  • 7411090 NamingPatternDetector: Ignore generated Kotlin methods. (#398)
  • 3efbbaa Renovate: Ignore Kotlin updates. (#395)
  • 105fe92 Revert "Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.7.2...
  • e23547c Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.7.22 (#393)
  • c5b6dc2 RxJava2MissingCompositeDisposableClearDetector: Don't flag CompositeDisposabl...
  • 3152454 RxJava2MethodMissingCheckReturnValueDetector: Add io.reactivex.disposables.Co...
  • a62549e Update dependency gradle to v7.6 (#390)
  • fe8ba99 ErroneousLayoutAttributeDetector: Flag ConstraintLayout attribute usages with...
  • 7a6d339 StringNotCapitalizedDetector: Correctly pin point where it went wrong. (#388)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lint-rules-android](https://github.com/vanniktech/lint-rules) from 0.14.0 to 0.23.0.
- [Release notes](https://github.com/vanniktech/lint-rules/releases)
- [Changelog](https://github.com/vanniktech/lint-rules/blob/master/CHANGELOG.md)
- [Commits](vanniktech/lint-rules@0.14.0...0.23.0)

---
updated-dependencies:
- dependency-name: com.vanniktech:lint-rules-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants