Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions r/.lintr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
license: # Licensed to the Apache Software Foundation (ASF) under one
license: '# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
Expand All @@ -13,7 +13,7 @@ license: # Licensed to the Apache Software Foundation (ASF) under one
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# under the License.'
linters: linters_with_defaults(
indentation_linter = NULL,
line_length_linter = line_length_linter(120),
Expand Down