Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Tags: Chesire/LintRules

Tags

1.2.6

Toggle 1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: fix github actions deploy

GitHub actions deploy was using the old deprecated way to set env variables.
Update to use the newest way to set an env variable.

1.2.5

Toggle 1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: duplicate dependency flagged across different modules (#102)

When a dependency is used across multiple modules, then it gets flagged up as duplicated. Update
this to reset the dependency list every time a different module is being checked

closes #97

1.2.4

Toggle 1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: duplicate dependency flagged across different modules (#102)

When a dependency is used across multiple modules, then it gets flagged up as duplicated. Update
this to reset the dependency list every time a different module is being checked

closes #97

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: remove CHANGELOG

The CHANGELOG is not needed as the releases mention any new features or fixes

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: fix to run deploy

The deploy step wasn't running correctly, changed to have the event_name of 'release' which should now run correctly.

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update readme

Update readme to include the github actions badge, instead of bitrise

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update readme

Update the order of the lint-gradle section, as the LexicographicDependencies section was not in fact ordered Lexicographically

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update changelog

Update changelog for version 1.1.3

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: lexicographic order invalid (#21)

* fix: lexicographic ordering doesn't properly check for :

For users who have multiple repositories then the Lexicographic ordering gets confused, as it will
see that `:` is higher than `.`, so it would allow items such as `com.chesire:lifecyklelog` to
come after `com.chesire.lintrules:lint-gradle`. Made it replace instances of `:` with a `.` and
then do a straight compare, which should produce a valid result

* chore: update changelog

Update to include fix info for next build

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update changelog (#17)

Update to include info on the 1.1.1 release