Skip to content

Commit

Permalink
Fix lint after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-cebo committed Nov 8, 2024
1 parent 2df2968 commit 085b270
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 26 deletions.
44 changes: 20 additions & 24 deletions pubnub-kotlin/pubnub-kotlin-api/config/ktlint/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,20 @@
<error line="469" column="15" source="standard:class-naming" />
<error line="485" column="15" source="standard:class-naming" />
<error line="498" column="15" source="standard:class-naming" />
<error line="842" column="13" source="standard:property-naming" />
<error line="1025" column="15" source="standard:class-naming" />
<error line="1031" column="15" source="standard:class-naming" />
<error line="1150" column="13" source="standard:property-naming" />
<error line="1156" column="13" source="standard:property-naming" />
<error line="1158" column="13" source="standard:property-naming" />
<error line="1218" column="39" source="standard:comment-wrapping" />
<error line="1303" column="15" source="standard:class-naming" />
<error line="1331" column="42" source="standard:comment-wrapping" />
<error line="1381" column="37" source="standard:comment-wrapping" />
<error line="1402" column="13" source="standard:property-naming" />
<error line="1403" column="13" source="standard:property-naming" />
<error line="845" column="13" source="standard:property-naming" />
<error line="1030" column="15" source="standard:class-naming" />
<error line="1036" column="15" source="standard:class-naming" />
<error line="1155" column="13" source="standard:property-naming" />
<error line="1161" column="13" source="standard:property-naming" />
<error line="1163" column="13" source="standard:property-naming" />
<error line="1223" column="39" source="standard:comment-wrapping" />
<error line="1308" column="15" source="standard:class-naming" />
<error line="1336" column="42" source="standard:comment-wrapping" />
<error line="1386" column="37" source="standard:comment-wrapping" />
<error line="1407" column="13" source="standard:property-naming" />
<error line="1408" column="13" source="standard:property-naming" />
<error line="1427" column="9" source="standard:property-naming" />
<error line="1428" column="9" source="standard:property-naming" />
<error line="1429" column="9" source="standard:property-naming" />
<error line="1430" column="9" source="standard:property-naming" />
<error line="1431" column="9" source="standard:property-naming" />
<error line="1412" column="13" source="standard:property-naming" />
<error line="1413" column="13" source="standard:property-naming" />
<error line="1432" column="9" source="standard:property-naming" />
<error line="1433" column="9" source="standard:property-naming" />
<error line="1434" column="9" source="standard:property-naming" />
Expand All @@ -37,11 +32,11 @@
<error line="1437" column="9" source="standard:property-naming" />
<error line="1438" column="9" source="standard:property-naming" />
<error line="1439" column="9" source="standard:property-naming" />
<error line="1440" column="9" source="standard:property-naming" />
<error line="1441" column="9" source="standard:property-naming" />
<error line="1442" column="9" source="standard:property-naming" />
<error line="1443" column="9" source="standard:property-naming" />
<error line="1444" column="9" source="standard:property-naming" />
<error line="1445" column="9" source="standard:property-naming" />
<error line="1446" column="9" source="standard:property-naming" />
<error line="1447" column="9" source="standard:property-naming" />
<error line="1448" column="9" source="standard:property-naming" />
<error line="1449" column="9" source="standard:property-naming" />
<error line="1450" column="9" source="standard:property-naming" />
Expand Down Expand Up @@ -73,9 +68,10 @@
<error line="1476" column="9" source="standard:property-naming" />
<error line="1477" column="9" source="standard:property-naming" />
<error line="1478" column="9" source="standard:property-naming" />
</file>
<file name="src/jsMain/kotlin/com/pubnub/api/PubNubImpl.kt">
<error line="1122" column="5" source="standard:function-naming" />
<error line="1142" column="5" source="standard:function-naming" />
<error line="1479" column="9" source="standard:property-naming" />
<error line="1480" column="9" source="standard:property-naming" />
<error line="1481" column="9" source="standard:property-naming" />
<error line="1482" column="9" source="standard:property-naming" />
<error line="1483" column="9" source="standard:property-naming" />
</file>
</baseline>
2 changes: 1 addition & 1 deletion pubnub-kotlin/pubnub-kotlin-api/pubnub_kotlin_api.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'pubnub_kotlin_api'
spec.version = '10.0.0'
spec.version = '10.1.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'pubnub_kotlin_core_api'
spec.version = '10.0.0'
spec.version = '10.1.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 085b270

Please sign in to comment.