- 
                Notifications
    You must be signed in to change notification settings 
- Fork 195
          feat: argument to disable linting of ( for auto-printing
          #2919
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Closed
      
      
    
  
     Closed
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            19 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      a845f25
              
                feat: argument to disable linting of `(` for auto-printing
              
              
                TimTaylor 8639bcd
              
                Merge branch 'r-lib:main' into bracket-print
              
              
                TimTaylor f136901
              
                lint: trailing newlines
              
              
                TimTaylor 3cf8bc2
              
                Merge branch 'main' into bracket-print
              
              
                MichaelChirico 6181509
              
                Merge branch 'main' into bracket-print
              
              
                MichaelChirico 6ed91bb
              
                Fix false positive for null coalescing without else clause (#2938)
              
              
                emmanuel-ferdman aa5bf62
              
                Partial fix for upcoming testthat release (#2937)
              
              
                hadley 825b1ee
              
                clarify reasoning for repeat{} vs. while(TRUE){}
              
              
                etiennebacher 1af371c
              
                Report a helpful error if linters_with_tags() specifies no tags. (#2942)
              
              
                mcol ec9f159
              
                Don't lint T and F if followed by `[` (#2947)
              
              
                mcol a321e59
              
                init (#2948)
              
              
                etiennebacher dfe2255
              
                Use expect_no_lint() instead of expect_lint(., NULL). (#2950)
              
              
                mcol 3b0278d
              
                Lint nrow, ncol, NROW and NCOL with logical expressions (#2952)
              
              
                mcol 473486f
              
                Remove duplicated condition from paren_body_linter(). (#2954)
              
              
                mcol 748de8e
              
                Make the message from cyclocomp_linter() more actionable (#2953)
              
              
                mcol cdc91dd
              
                Note potential danger if argument can be NA in scalar_in_linter(). (#…
              
              
                mcol 6d51155
              
                Bump actions/upload-artifact from 4 to 5 (#2959)
              
              
                dependabot[bot] 521b4b7
              
                feat: argument to disable linting of `(` for auto-printing
              
              
                TimTaylor 60f203e
              
                rename allow_print -> allow_paren_print
              
              
                TimTaylor File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
      
      Oops, something went wrong.
      
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
allow_implicit_printmay be better, WDYT? My only hesitation is doubling "implicit" in the linter & argument names...There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
allow_bracket_print?I'm already wary of
implicitas a description as it already doesn't reflect how I think of my usage of this lint ... basically "stop people accidentally using<-in function calls". I'd prefer not to use the term more if possible.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's call it
allow_paren_print