1// Baseline format: 1.0 2GetterSetterNames: androidx.room.ColumnInfo#index: 3 Invalid name for boolean property `index`. Should start with one of `has`, `can`, `should`, `is`. 4GetterSetterNames: androidx.room.Database#exportSchema: 5 Invalid name for boolean property `exportSchema`. Should start with one of `has`, `can`, `should`, `is`. 6GetterSetterNames: androidx.room.Entity#inheritSuperIndices: 7 Invalid name for boolean property `inheritSuperIndices`. Should start with one of `has`, `can`, `should`, `is`. 8GetterSetterNames: androidx.room.ForeignKey#deferred: 9 Invalid name for boolean property `deferred`. Should start with one of `has`, `can`, `should`, `is`. 10GetterSetterNames: androidx.room.Index#unique: 11 Invalid name for boolean property `unique`. Should start with one of `has`, `can`, `should`, `is`. 12GetterSetterNames: androidx.room.PrimaryKey#autoGenerate: 13 Invalid name for boolean property `autoGenerate`. Should start with one of `has`, `can`, `should`, `is`. 14 15 16PublicTypedef: androidx.room.ColumnInfo.Collate: 17 Don't expose @IntDef: Collate must be hidden. 18PublicTypedef: androidx.room.ColumnInfo.SQLiteTypeAffinity: 19 Don't expose @IntDef: SQLiteTypeAffinity must be hidden. 20PublicTypedef: androidx.room.ForeignKey.Action: 21 Don't expose @IntDef: Action must be hidden. 22PublicTypedef: androidx.room.OnConflictStrategy: 23 Don't expose @IntDef: OnConflictStrategy must be hidden. 24