Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiMatsumura committed Nov 18, 2024
1 parent bf33ea2 commit f512f8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .idea/ktlint-plugin.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ class DeadlineExpiredDetectorText : LintDetectorTest() {
"""
src/foo/Example.kt:10: Warning: The @FlagType.Experiment created by owner: Hoge Fuga has expired!
Please consider deleting @FlagType.Experiment as the expiration date has passed on 2023-06-01.
The flag of key: "new-awesome-feature" is used in the awesomeExperimentFeatureEnabled function.
[FlagfitDeadlineExpired]
The flag of key: "new-awesome-feature" is used in the awesomeExperimentFeatureEnabled function. [FlagfitDeadlineExpired]
@FlagType.Experiment(
^
0 errors, 1 warnings
Expand Down Expand Up @@ -104,8 +103,7 @@ class DeadlineExpiredDetectorText : LintDetectorTest() {
"""
src/foo/Example.kt:10: Warning: The @FlagType.Experiment owner: Hoge Fuga will expire soon!
Please consider deleting @FlagType.Experiment as the expiry date of 2023-06-01 is scheduled to pass within a week.
The flag of key: "new-awesome-feature" is used in the awesomeExperimentFeatureEnabled function.
[FlagfitDeadlineSoon]
The flag of key: "new-awesome-feature" is used in the awesomeExperimentFeatureEnabled function. [FlagfitDeadlineSoon]
@FlagType.Experiment(
^
0 errors, 1 warnings
Expand Down Expand Up @@ -233,8 +231,7 @@ class DeadlineExpiredDetectorText : LintDetectorTest() {
"""
src/foo/Example.kt:10: Warning: The @FlagType.Experiment created by owner: Hoge Fuga has expired!
Please consider deleting @FlagType.Experiment as the expiration date has passed on 2023-06-01.
The flag of key: "new-awesome-feature" is used in the awesomeVariationFeatureEnabled function.
[FlagfitDeadlineExpired]
The flag of key: "new-awesome-feature" is used in the awesomeVariationFeatureEnabled function. [FlagfitDeadlineExpired]
@FlagType.Experiment(
^
0 errors, 1 warnings
Expand Down

0 comments on commit f512f8c

Please sign in to comment.